SAP Reports / Programs | Basis Components | Middleware | ALE Integration Technology(BC-MID-ALE) SAP BC

RSEIDOCC SAP ABAP Report - EDI Statistics - Error History







RSEIDOCC is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for In the error statistics history, all of the existing status values of an IDoc are evaluated...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RSEIDOCC into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT RSEIDOCC. "Basic submit
SUBMIT RSEIDOCC AND RETURN. "Return to original report after report execution complete
SUBMIT RSEIDOCC VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: CREDAT = Created On
Selection Text: CRETIM = Created At
Selection Text: MESCOD = Message Variant
Selection Text: MESFCT = Message Function
Selection Text: MESTYP = Logical Message Type
Selection Text: RCVPFC = Partner Function of Receiver
Selection Text: RCVPOR = Port of Receiver
Selection Text: RCVPRN = Partner Number of Receiver
Selection Text: RCVPRT = Partner Type of Receiver
Selection Text: SNDPFC = Partner Function of Sender
Selection Text: SNDPOR = Port of Sender
Selection Text: SNDPRN = Partner Number of Sender
Selection Text: SNDPRT = Partner Type of Sender
Selection Text: UPDDAT = Changed on
Selection Text: UPDTIM = Changed at
Title: EDI Statistics - Error History
Text Symbol: 186 = IDoc Created on/at
Text Symbol: 185 = Inbound Status Groups
Text Symbol: 184 = Outbound Status Groups
Text Symbol: 183 = Critical No. of IDocs
Text Symbol: 172 = Logical Message Type
Text Symbol: 171 = IDoc Created at
Text Symbol: 170 = IDoc Created on
Text Symbol: 169 = not equal to template
Text Symbol: 168 = equal to template
Text Symbol: 167 = greater than
Text Symbol: 166 = less than
Text Symbol: 165 = greater than/equal to
Text Symbol: 164 = less than/equal to
Text Symbol: 001 = Error Statistics History
Text Symbol: 017 = Not Assigned
Text Symbol: 018 = Current Error(s)
Text Symbol: 019 = Error(s) Gone
Text Symbol: 020 = with Deletion Flag
Text Symbol: 031 = Var.
Text Symbol: 032 = Fct.
Text Symbol: 033 = P.Typ
Text Symbol: 034 = P. Fct.





Text Symbol: 035 = P.No.
Text Symbol: 036 = Port
Text Symbol: 041 = Number of IDocs with errors
Text Symbol: 042 = Total
Text Symbol: 043 = Outbound
Text Symbol: 044 = Inbound
Text Symbol: 061 = EDI Statistics - Error History
Text Symbol: 067 = Page
Text Symbol: 150 = Statistics created
Text Symbol: 151 = on
Text Symbol: 152 = at
Text Symbol: 153 = IDoc Modified on
Text Symbol: 154 = IDoc Modified at
Text Symbol: 155 = from
Text Symbol: 156 = to
Text Symbol: 159 = between
Text Symbol: 160 = and
Text Symbol: 161 = not between
Text Symbol: 163 = equal to


INCLUDES used within this REPORT RSEIDOCC

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:

No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

No SAP FUNCTION MODULES are executed within this report code!



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RSEIDOCC or its description.