170405011 - UnerlaubteAngabeFertigstellungsstatusBerichtsart - ERiC 31 - Bilanz_6.0

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.

Vgl. Techn. Leitf. zu Tax. 6.0
- Tz. 16.14.3.1 Buchst. a)

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"
  )
)