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
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: 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 &
INCLUDE IDOCPROCESSTOP.
INCLUDE IDOCPROCESSO01.
INCLUDE IDOCPROCESSI01.
INCLUDE IDOCPROCESSF01.
INCLUDE IDOCPROCESSCB1.
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.
RBDIDOCPROCESS - Manual Processing of IDocs RBDIDOCPROCESS - Manual Processing of IDocs RBDIDOCCHAN - Serialization Using Object Types: Display Serialized IDocs RBDIDOCCHAN - Serialization Using Object Types: Display Serialized IDocs RBDIDOCA - Program for object type IDOC: EDI intermediate document RBDIDOCA - Program for object type IDOC: EDI intermediate document