SAP Reports / Programs | Basis Components | Middleware | ALE Integration Technology(BC-MID-ALE) SAP BC

RBDIDOCPROCESS SAP ABAP dialog Program - Manual Processing of IDocs







RBDIDOCPROCESS is a standard Module pool for a dialog screen ABAP Program available within your SAP system (depending on your version and release level). It is used for Manual Processing of IDocs With this tool you can process inbound and outbound IDocs in the logical 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 RBDIDOCPROCESS 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 RBDIDOCPROCESS. "Basic submit
SUBMIT RBDIDOCPROCESS AND RETURN. "Return to original report after report execution complete
SUBMIT RBDIDOCPROCESS 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: SX_PRPRN = Partner system
Selection Text: SX_MESTY = Message type
Selection Text: SX_DOCNU = IDoc number
Selection Text: SX_CREDA = Created on
Selection Text: P_NO_CNT = No IDoc count
Title: Manual Processing of IDocs
Text Symbol: 012 = IDoc status
Text Symbol: 013 = Number
Text Symbol: 015 = Application Error
Text Symbol: 002 = IDocs in outbound processing
Text Symbol: 003 = IDoc in inbound processing
Text Symbol: 005 = ALE/EDI errors
Text Symbol: 006 = Syntax errors
Text Symbol: 007 = Collected and ready for sending
Text Symbol: 008 = Edited
Text Symbol: 021 = Too many IDocs for display
Text Symbol: 022 = (without error message)
Text Symbol: 023 = Communication error
Text Symbol: 020 = Do you really want to display & IDocs?
Text Symbol: 019 = IDoc selection
Text Symbol: 018 = Select IDocs
Text Symbol: 017 = Collected and ready for forwarding
Text Symbol: 024 = Failed tRFC calls
Text Symbol: 025 = IDoc number
Text Symbol: 026 = Created on
Text Symbol: 027 = Message type
Text Symbol: 028 = Partner system
Text Symbol: 030 = & is equal to &
Text Symbol: 039 = & is less than &
Text Symbol: 038 = & is greater than or equal to &
Text Symbol: 037 = & is greater than or equal to &
Text Symbol: 040 = & is less or equal to &
Text Symbol: 041 = & is greater than &
Text Symbol: 042 = & is in the range & to &
Text Symbol: 031 = & is not equal to &
Text Symbol: 032 = & is not equal to &
Text Symbol: 033 = & is equal to &
Text Symbol: 034 = & is greater than &





Text Symbol: 035 = & is less or equal to &
Text Symbol: 036 = & is less than &
Text Symbol: 043 = & is outside the range & to &
Text Symbol: 044 = & is outside the range & to &
Text Symbol: 045 = & is in the range & to &
Text Symbol: 046 = & contains pattern &
Text Symbol: 047 = & does not contain pattern &
Text Symbol: 048 = & does not contain pattern &
Text Symbol: 049 = & contains pattern &
Text Symbol: 009 = @0G@
Text Symbol: 010 = IDocs
Text Symbol: 011 = @0F@


INCLUDES used within this REPORT RBDIDOCPROCESS

INCLUDE IDOCPROCESSTOP.
INCLUDE IDOCPROCESSO01.
INCLUDE IDOCPROCESSI01.
INCLUDE IDOCPROCESSF01.
INCLUDE IDOCPROCESSCB1.


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