SAP Reports / Programs

RSEIDOCB SAP ABAP Report - IDoc Statistics - Extended Selection







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


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 RSEIDOCB. "Basic submit
SUBMIT RSEIDOCB AND RETURN. "Return to original report after report execution complete
SUBMIT RSEIDOCB 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: 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:





Text Symbol: 004 = Partner Type:
Text Symbol: 003 = Variant:
Text Symbol: 002 = Function:
Text Symbol: 001 = Message Type:


INCLUDES used within this REPORT RSEIDOCB

INCLUDE IDOCBTOP. " LOCAL DATA
INCLUDE IDOCBF01. " LOCAL FORM-ROUTINES
INCLUDE IDOCBF02. " SHARED FORM-ROUTINES
INCLUDE IDOC2F01. " GLOBAL FORM-ROUTINES
INCLUDE IDOCGF03. " GLOBAL FORM-ROUTINES


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 RSEIDOCB or its description.