RBDMANIN is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report attempts to post the inbound IDocs with status '51' (Application document not posted) When you execute this report, you can select the IDocs you wish to process by IDoc number, creation date, time, message type or sender...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 RBDMANIN into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
WC35 - Batch repeat incorrect upload
BD73 - Reposting of IDocs (ALE)
WPIA - Repeat upload POS IDOCs
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: SO_STACO = Error Status
Selection Text: SO_SNPRT = Partner Type of Sender
Selection Text: SO_SNPRN = Partner Number of Sender
Selection Text: SO_SNPFC = Partner Function of Sender
Selection Text: SO_MESTY = Logical Message Type
Selection Text: SO_MESFC = Message Function
Selection Text: SO_MESCO = Message Variant
Selection Text: SO_DOCNU = IDoc
Selection Text: SO_CRETI = Created At
Selection Text: SO_CREDA = Created On
Selection Text: P_WODIAL = Import in Background
Title: Start Error Handling for Non-Posted IDocs
Text Symbol: O02 = Data is being selected
Text Symbol: O01 = (& of &) IDoc & is being processed
Text Symbol: C02 = Online Processing
Text Symbol: C01 = Process IDocs?
Text Symbol: 006 = IDoc is still being processed
Text Symbol: 005 = Description
Text Symbol: 004 = St
Text Symbol: 003 = MsgTyp
Text Symbol: 002 = IDoc
Text Symbol: 001 = The following IDocs have been sent to the application:
INCLUDE MBDCONST.
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.
RBDMANIN - Start Error Handling for Non-Posted IDocs RBDMANIN - Start Error Handling for Non-Posted IDocs RBDMANI2 - Manual Processing of IDocs: Post IDocs Not Yet Posted RBDMANI2 - Manual Processing of IDocs: Post IDocs Not Yet Posted RBDLS_CHECK - Number of Table Entries of Logical System Names RBDLS_CHECK - Number of Table Entries of Logical System Names