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

MSDIAFDI SAP ABAP INCLUDE - documentation and ABAP source code







MSDIAFDI 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 MSDIAFDI 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 MSDIAFDI. "Basic submit
SUBMIT MSDIAFDI AND RETURN. "Return to original report after report execution complete
SUBMIT MSDIAFDI 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 MSDIAFDI

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:

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'Y' TEXTLINE1 = 'Löschen Dialogbaustein'(070) TEXTLINE2 = TDCT-DNAM TITEL = 'Dialogbaustein löschen'(071) IMPORTING ANSWER = ANSWER.

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING TCODE = 'SE38' EXCEPTIONS OK = 1 NOT_OK = 2 OTHERS = 3.

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING TCODE = 'SE51' EXCEPTIONS OK = 1 NOT_OK = 2 OTHERS = 3.

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING TCODE = 'SE41' EXCEPTIONS OK = 1 NOT_OK = 2 OTHERS = 3.

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING TCODE = 'SE61' EXCEPTIONS OK = 1 NOT_OK = 2 OTHERS = 3.

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING TCODE = 'SE11' EXCEPTIONS OK = 1 NOT_OK = 2 OTHERS = 3.

RS_DIALOG_PRINT CALL FUNCTION 'RS_DIALOG_PRINT' EXPORTING DIALOG = TDCT-DNAM PROGRAM = TDCT-PROG SELECTION_FLAG = SPACE.

RS_TASK_OVERVIEW CALL FUNCTION 'RS_TASK_OVERVIEW'.

POPUP_TO_CONFIRM_STEP * CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' * EXPORTING * DEFAULTOPTION = 'Y' * TEXTLINE1 = 'Sichern Funktionsbaustein'(001) * TEXTLINE2 = RS38L-NAME * TITEL = 'Funktionsbaustein bearbeiten'(002) * IMPORTING * ANSWER = ANSWER.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'Y' TEXTLINE1 = 'Sichern Dialogbaustein'(001) TEXTLINE2 = RS38L-NAME TITEL = 'Dialogbaustein bearbeiten'(002) IMPORTING ANSWER = ANSWER.

RS_DIALOG_TEST CALL FUNCTION 'RS_DIALOG_TEST' "STARTING NEW TASK 'TEST' EXPORTING DIALOGNAME = TDCT-DNAM .

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING TCODE = L_TCODE EXCEPTIONS OK = 1 NOT_OK = 2 OTHERS = 3.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'Y' TEXTLINE1 = 'Sichern Dialogbaustein'(001) TEXTLINE2 = TDCT-DNAM TITEL = 'Dialogbaustein bearbeiten'(002) IMPORTING ANSWER = ANSWER.

RS_NAVIGATION_POP CALL FUNCTION 'RS_NAVIGATION_POP' IMPORTING EXIT = NAVIGATIONSTABL-EXIT MARK = NAVIGATIONSTABL-MARK OBJEKTINF = NAVIGATIONSTABL-OBJEKTINF OBJEKTTYP = NAVIGATIONSTABL-OBJEKTTYP TEXT1 = NAVIGATIONSTABL-TEXT1 TEXT2 = NAVIGATIONSTABL-TEXT2 TEXT3 = NAVIGATIONSTABL-TEXT3.

RS_NAVIGATION_PUSH CALL FUNCTION 'RS_NAVIGATION_PUSH' EXPORTING EXIT = NAVIGATIONSTABL-EXIT MARK = NAVIGATIONSTABL-MARK NEXT = NAVIGATIONSTABL-NEXT OBJEKTINF = NAVIGATIONSTABL-OBJEKTINF OBJEKTTYP = NAVIGATIONSTABL-OBJEKTTYP TEXT1 = NAVIGATIONSTABL-TEXT1 TEXT2 = NAVIGATIONSTABL-TEXT2 TEXT3 = NAVIGATIONSTABL-TEXT3.

RS_NAVIGATION_PUSH CALL FUNCTION 'RS_NAVIGATION_PUSH' EXPORTING EXIT = NAVIGATIONSTABL-EXIT MARK = NAVIGATIONSTABL-MARK OBJEKTINF = NAVIGATIONSTABL-OBJEKTINF OBJEKTTYP = NAVIGATIONSTABL-OBJEKTTYP TEXT1 = NAVIGATIONSTABL-TEXT1 TEXT2 = NAVIGATIONSTABL-TEXT2 TEXT3 = NAVIGATIONSTABL-TEXT3.

RS_NAVIGATION_MONITOR CALL FUNCTION 'RS_NAVIGATION_MONITOR'.

RS_NAVIGATION_RESTORE CALL FUNCTION 'RS_NAVIGATION_RESTORE'.



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