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

RBDAGAI2 SAP ABAP Report - Reprocess IDocs After Inbound ALE Error







RBDAGAI2 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this report to reprocess inbound IDocs containing errors...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 RBDAGAI2 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

BD84 - Post IDocs after ALE error


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 RBDAGAI2. "Basic submit
SUBMIT RBDAGAI2 AND RETURN. "Return to original report after report execution complete
SUBMIT RBDAGAI2 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: SO_STATU = D .
Selection Text: P_OUTPUT = D .
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 Code
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: Reprocess IDocs After Inbound ALE Error
Text Symbol: TAS = Output Control
Text Symbol: O02 = Data is being selected
Text Symbol: O01 = (& of &) IDoc & is being processed
Text Symbol: IDS = IDoc Selection
Text Symbol: 006 = IDoc is still being processed
Text Symbol: 005 = Description
Text Symbol: 004 = St
Text Symbol: 003 = Message Type
Text Symbol: 002 = IDoc
Text Symbol: 001 = The following IDocs have been processed:


INCLUDES used within this REPORT RBDAGAI2

INCLUDE MBDCONST.


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:

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING TEXT = OUTPUT_TEXT.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING TEXT = OUTPUT_TEXT.

IDOC_PROCESS_ERROR CALL FUNCTION 'IDOC_PROCESS_ERROR' EXPORTING IDOC_NUMBER = T_EDIDC-DOCNUM DIALOG_FLAG = HELP_DIALOG_FLAG.

IDOC_PROCESS_ERROR CALL FUNCTION 'IDOC_PROCESS_ERROR' EXPORTING IDOC_NUMBER = T_EDIDC-DOCNUM DIALOG_FLAG = HELP_DIALOG_FLAG.

IDOC_OUTPUT_LIST CALL FUNCTION 'IDOC_OUTPUT_LIST' EXPORTING headertxt = TEXT-001 tables output = T_UPDATE
.



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