SAP Reports / Programs

RSEIDOC9 SAP ABAP Report - IDoc Search for Business Content







RSEIDOC9 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

WE10 - Search for IDocs by Content
WE09 - Search for IDocs by Content


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 RSEIDOC9. "Basic submit
SUBMIT RSEIDOC9 AND RETURN. "Return to original report after report execution complete
SUBMIT RSEIDOC9 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: CIMTYP = Enhancement
Selection Text: CREDAT = Created On
Selection Text: CRETIM = Created At
Selection Text: DIRECT = Direction (1=Outb., 2=Inb.)
Selection Text: DOCNUM = IDoc Number
Selection Text: FIELD1_1 = Search in Field ...
Selection Text: FIELD1_2 = and Search in Field ...
Selection Text: F_SEARCH = Max. One Segment per IDoc
Selection Text: IDOCTP = Basic Type
Selection Text: MESTYP = Logical Message
Selection Text: RCVPOR = Port of Receiver
Selection Text: RCVPRN = Partner Number of Receiver
Selection Text: RCVPRT = Partner Type of Receiver
Selection Text: SEGMENT1 = Search in Segment ...
Selection Text: SNDPOR = Port of Sender
Selection Text: SNDPRN = Partner Number of Sender
Selection Text: SNDPRT = Partner Type of Sender
Selection Text: STATUS = Current Status
Selection Text: UPDDAT = Last Changed On
Selection Text: UPDTIM = Last Changed At
Selection Text: VALUE1_1 = for Value ...
Selection Text: VALUE1_2 = for Value ...
Title: IDoc Search for Business Content
Text Symbol: 053 = IDocs found. Do you want to display them all?
Text Symbol: 052 = A total of
Text Symbol: 051 = IDocs found in control record search. Do you want to continue?
Text Symbol: 001 = Criteria for Search in Control Records
Text Symbol: 002 = Criteria for Search in Data Records
Text Symbol: 003 = 1: Outbound 2: Inbound
Text Symbol: 004 = Fast Search Mode
Text Symbol: 005 = Data Source...
Text Symbol: 006 = XI Status
Text Symbol: 007 = XI is active
Text Symbol: 008 = XI is not active
Text Symbol: 010 = Basic Type
Text Symbol: 011 = Extension:
Text Symbol: 012 = Fields in Segment
Text Symbol: 013 = Extensions for Basic Type





Text Symbol: 021 = System
Text Symbol: 022 = Date
Text Symbol: 023 = Time
Text Symbol: 024 = IDocs found by selecting control record
Text Symbol: 025 = IDocs found by selecting characters in data record
Text Symbol: 026 = Number of IDocs exported
Text Symbol: 027 = Outbound
Text Symbol: 028 = Inbound
Text Symbol: 040 = IDoc Number
Text Symbol: 041 = Status
Text Symbol: 042 = Created On
Text Symbol: 043 = Created At
Text Symbol: 044 = Direction
Text Symbol: 050 = Result:


INCLUDES used within this REPORT RSEIDOC9

INCLUDE IDOC9TOP.


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:

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = text_question display_cancel_button = space IMPORTING answer = answer.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = text_question display_cancel_button = space IMPORTING answer = answer.



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