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
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.
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.