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

RBDSYNEO SAP ABAP Report - Continue Outbound IDoc Processing Despite Syntax Errors







RBDSYNEO is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report processes outbound IDocs regardless of syntax 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 RBDSYNEO 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 RBDSYNEO. "Basic submit
SUBMIT RBDSYNEO AND RETURN. "Return to original report after report execution complete
SUBMIT RBDSYNEO 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: P_WODIAL = Import in Background
Selection Text: SO_CREDA = Created On
Selection Text: SO_CRETI = Created At
Selection Text: SO_DOCNU = IDoc
Selection Text: SO_MESCO = Message Variant
Selection Text: SO_MESFC = Message Function
Selection Text: SO_MESTY = Logical Message Type
Selection Text: SO_RCPFC = Partner Function of Receiver
Selection Text: SO_RCPRN = Partner Number of Receiver
Selection Text: SO_RCPRT = Partner Type of Receiver
Selection Text: P_OUTPUT = D .
Title: Continue Outbound IDoc Processing Despite Syntax Errors
Text Symbol: 001 = The following IDocs have been processed:
Text Symbol: 002 = IDoc
Text Symbol: 003 = Message Type
Text Symbol: 004 = St
Text Symbol: 005 = Description
Text Symbol: 006 = IDoc is still being processed
Text Symbol: O01 = (& of &) IDoc & is being processed
Text Symbol: O02 = Data is being selected


INCLUDES used within this REPORT RBDSYNEO

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