170405011 - UnerlaubteAngabeFertigstellungsstatusBerichtsart - ERiC 29 - Bilanz_5.3

Beschreibung

Unter "Fertigstellungsstatus des Berichts" darf nur dann der Wert „endgültig“ eingetragen sein, wenn die Position „Art des Berichts“ werthaltig mit „Jahresabschluss“ oder „sonstiger Bericht“ angegeben ist.

Fehler-/Infotext

Die Position 'genInfo.report.id.reportStatus.reportStatus.E' wurde werthaltig berichtet, obwohl weder 'genInfo.report.id.reportType.reportType.JA' noch 'genInfo.report.id.reportType.reportType.S' werthaltig angegeben ist.

Problemlösung

Prüfen Sie, ob das Feld "Art des Berichts" gepflegt ist.


 Prüfbedingungen
FeldAngegeben(gcd:genInfo.report.id.reportStatus/1)
Und
[gcd:genInfo.report.id.reportStatus/1] == "reportStatus.E"
Und (
  FeldNichtAngegeben(gcd:genInfo.report.id.reportType/1)
  Oder (
    [gcd:genInfo.report.id.reportType/1] != "reportType.JA"
    Und
    [gcd:genInfo.report.id.reportType/1] != "reportType.S"
  )
)