SAP Reports / Programs | Basis Components | ABAP Workbench, Java IDE and Infrastructure | Workbench Tools: Editors, Painters, Modelers(BC-DWB-TOO) SAP BC

MSDIAFDO SAP ABAP INCLUDE - documentation and ABAP source code







MSDIAFDO is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter MSDIAFDO 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 MSDIAFDO. "Basic submit
SUBMIT MSDIAFDO AND RETURN. "Return to original report after report execution complete
SUBMIT MSDIAFDO VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT MSDIAFDO

No INCLUDES are used within this REPORT code!


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:

DOCU_DEL CALL FUNCTION 'DOCU_DEL' "!R3 EXPORTING ID = 'DI' "!R3 LANGU = SY-LANGU "!R3 OBJECT = DOCU_KEY TYP = 'T' "!R3 EXCEPTIONS OTHERS . "!R3

DOKU_DELETE_ALL CALL FUNCTION 'DOKU_DELETE_ALL' EXPORTING DOKU_ID = 'DI' DOKU_OBJECT = DOCU_KEY GENERIC_USE = 'X' SUPPRESS_AUTHORITY = 'X' SUPPRESS_ENQUEUE = 'X' SUPPRESS_TRANSPORT = 'X'.

DOKU_COPY_ALL CALL FUNCTION 'DOKU_COPY_ALL' EXPORTING NEW_OBJECT = NEW_KEY OLD_ID = 'DI' OLD_OBJECT = DOCU_KEY GENERIC_USE = 'X' SUPPRESS_AUTHORITY = 'X' SUPPRESS_ENQUEUE = 'X' SUPPRESS_TRANSPORT = 'X'.

DOCU_CALL CALL FUNCTION 'DOCU_CALL' "!R3 EXPORTING "!R3 DISPL = DISPLAY "!R3 DISPL_MODE = '2' "!R3 ID = 'DI' "!R3 LANGU = SY-LANGU "!R3 OBJECT = DOCU_KEY TYP = 'T'. "!R3

DOCU_CPY CALL FUNCTION 'DOCU_CPY' EXPORTING ID = 'DI' LANGU = SY-LANGU OBJECT = DOCU_KEY NEWNAME = NEW_KEY TYP = 'T' EXCEPTIONS OTHERS.

DOCU_DEL CALL FUNCTION 'DOCU_DEL' EXPORTING ID = 'DI' LANGU = SY-LANGU OBJECT = DOCU_KEY TYP = 'T' EXCEPTIONS OTHERS.

RS_TOOLDOCU_ACCESS CALL FUNCTION 'RS_TOOLDOCU_ACCESS' EXPORTING TOOL_TYPE = 'DIAL' EXCEPTIONS OTHERS.

RS_TEXTLOG_CHANGE CALL FUNCTION 'RS_TEXTLOG_CHANGE' EXPORTING LANGUAGE = SY-LANGU TRANSPORT_KEY = TRANSPKEY TABLES TEXT = TEXTLOG_TEXT.

RS_TEXTLOG_DELETE CALL FUNCTION 'RS_TEXTLOG_DELETE' EXPORTING TRANSPORT_KEY = TRANSPKEY.

RS_TEXTLOG_TRANSLATION_TOOL CALL FUNCTION 'RS_TEXTLOG_TRANSLATION_TOOL' EXPORTING MASTER_LANGUAGE = SY-LANGU TRANSPORT_KEY = TRANSPKEY EXCEPTIONS INCOMPATIBLE_METHOD = 01.



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