SAP Reports / Programs

RSEINB10 SAP ABAP Report - SAP IDoc: Receive IDocs from R/2 System Using CPI-C







RSEINB10 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report allows IDocs to be received from an R/2 System...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 RSEINB10 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 RSEINB10. "Basic submit
SUBMIT RSEINB10 AND RETURN. "Return to original report after report execution complete
SUBMIT RSEINB10 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: S_TEST = Test Flag
Selection Text: S_TCODE = Transaction Code
Selection Text: S_PARTTP = Partner Type
Selection Text: S_PARTNR = Partner Number
Selection Text: S_MESTYP = Message Type
Selection Text: S_MESFCT = Message Function
Selection Text: S_MESCOD = Message Code
Selection Text: S_DOCVAR = Document Variant
Selection Text: S_DOCMNO = IDoc Number
Selection Text: S_COMPCO = Company Code
Selection Text: P_TRACE = Export CPI-C Trace
Selection Text: P_MYPORT = CPI-C Port in SAP System
Title: SAP IDoc: Receive IDocs from R/2 System Using CPI-C
Text Symbol: CPI = CPIC
Text Symbol: 145 = Logon to R/2 System
Text Symbol: 144 = IDocs Are Transferred to Application
Text Symbol: 143 = Determining Factors Are Sent to R/2
Text Symbol: 142 = Transfer Status Recs to the R/2 System
Text Symbol: 141 = Transfer Selection Parameters to the R/2 System
Text Symbol: 140 = Receive IDocs
Text Symbol: 133 = Time:
Text Symbol: 132 = Date:
Text Symbol: 131 = Executor:
Text Symbol: 123 = Number of Status Records Sent:
Text Symbol: 122 = ------------------
Text Symbol: 121 = Status Record Outbound
Text Symbol: 111 = Notification Sent
Text Symbol: 110 = Error Occurred
Text Symbol: 106 = Number of IDocs Transferred to Application:
Text Symbol: 105 = Number of IDocs Received:
Text Symbol: 104 = ------------
Text Symbol: 103 = IDoc Inbound
Text Symbol: 102 = ==========================
Text Symbol: 101 = IDoc Transfer Log
Text Symbol: 002 = Parameters for IDoc Selection in R/2 System


INCLUDES used within this REPORT RSEINB10

INCLUDE RSEIBF01.
INCLUDE RSEIBF02.
INCLUDE RSEIBF03.





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:

EDI_DOCUMENT_DEQUEUE_LATER CALL FUNCTION 'EDI_DOCUMENT_DEQUEUE_LATER' EXPORTING DOCNUM = G_T_IDOC_NUMBERS_STORED-IDOC_NO_R3 EXCEPTIONS OTHERS = 0.



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