RSEIDOCB is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The current status of an Intermediate Document is evaluated according to the criteria specified in the selection screen...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 RSEIDOCB 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: UPDTIM = Changed At
Selection Text: UPDDAT = Changed On
Selection Text: STDSEL = Standard Selection
Selection Text: SNDPRT = Partner Type of Sender
Selection Text: SNDPRN = Partner Number of Sender
Selection Text: SNDPORT = Port of Sender
Selection Text: SNDPOR = Port of Sender
Selection Text: SNDPFC = Partner Function of Sender
Selection Text: SENDER = Sender
Selection Text: RECEIVER = Receiver
Selection Text: RCVPRT = Partner Type of Receiver
Selection Text: RCVPRN = Partner Number of Receiver
Selection Text: RCVPORT = Port of Receiver
Selection Text: RCVPOR = Port of Receiver
Selection Text: RCVPFC = Partner Function of Receiver
Selection Text: MESTYP = Logical Message Type
Selection Text: MESSAGE = Messages
Selection Text: MESFCT = Message Function
Selection Text: MESCOD = Message Variant
Selection Text: CRETIM = Created At
Selection Text: CREDAT = Created On
Title: IDoc Statistics - Extended Selection
Text Symbol: 164 = Less than/equal to
Text Symbol: 163 = Equal to
Text Symbol: 073 = to
Text Symbol: 072 = From
Text Symbol: 071 = Selected At
Text Symbol: 045 = Number of IDocs
Text Symbol: 023 = IDoc Statistics - Extended Selection
Text Symbol: 013 = or According to
Text Symbol: 012 = Standard Selection - Extended Selection Criteria
Text Symbol: 011 = Port:
Text Symbol: 010 = Port:
Text Symbol: 009 = Partner Number:
Text Symbol: 008 = Partner Function:
Text Symbol: 007 = Partner Type:
Text Symbol: 006 = Partner Number:
Text Symbol: 005 = Partner Function:
INCLUDE IDOCBTOP. " LOCAL DATA
INCLUDE IDOCBF01. " LOCAL FORM-ROUTINES
INCLUDE IDOCBF02. " SHARED FORM-ROUTINES
INCLUDE IDOC2F01. " GLOBAL FORM-ROUTINES
INCLUDE IDOCGF03. " GLOBAL FORM-ROUTINES
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.