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

MSDIAFFU SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

RS_TREE_OBJECT_PLACEMENT CALL FUNCTION 'RS_TREE_OBJECT_PLACEMENT' EXPORTING object = tdct-dnam operation = 'INSERT' program = tdct-prog type = 'CA'.

RS_TREE_OBJECT_PLACEMENT CALL FUNCTION 'RS_TREE_OBJECT_PLACEMENT' EXPORTING object = tdct-dnam operation = 'DELETE' program = tdct-prog type = 'CA'.

RS_TREE_OBJECT_PLACEMENT CALL FUNCTION 'RS_TREE_OBJECT_PLACEMENT' EXPORTING object = dnam_rett operation = 'DELETE' type = 'CA' program = tdct-prog.

RS_TREE_OBJECT_PLACEMENT CALL FUNCTION 'RS_TREE_OBJECT_PLACEMENT' EXPORTING object = tdct-dnam operation = 'INSERT' type = 'CA' program = tdct-prog.

RS_TREE_OBJECT_PLACEMENT CALL FUNCTION 'RS_TREE_OBJECT_PLACEMENT' EXPORTING object = tdct-dnam operation = 'INSERT' type = 'CA' program = tdct-prog.

RS_NAVIGATION_GEDAECHTNIS CALL FUNCTION 'RS_NAVIGATION_GEDAECHTNIS' EXPORTING objektinfp = abapstruc objekttypp = 'DV' text1p = tdct-dnam text2p = 'DBaustein'(128) text3p = text3 IMPORTING fcode = f_code.

RS_NAVIGATION_BREAK CALL FUNCTION 'RS_NAVIGATION_BREAK'.

RS_DD_DEF_SHOW CALL FUNCTION 'RS_DD_DEF_SHOW' EXPORTING fname = ' ' objname = para2 show_type = 'L'.

RS_NAVIGATION_BREAK_RESET CALL FUNCTION 'RS_NAVIGATION_BREAK_RESET' EXCEPTIONS OTHERS = 1.

RS_NAVIGATION_POP CALL FUNCTION 'RS_NAVIGATION_POP'.

RS_NAVIGATION_BREAK CALL FUNCTION 'RS_NAVIGATION_BREAK'.

RS_DD_DEF_SHOW CALL FUNCTION 'RS_DD_DEF_SHOW' EXPORTING fname = fieldname objname = tablename show_type = 'F'.

RS_NAVIGATION_BREAK_RESET CALL FUNCTION 'RS_NAVIGATION_BREAK_RESET' EXCEPTIONS OTHERS = 1.

RS_NAVIGATION_POP CALL FUNCTION 'RS_NAVIGATION_POP'.

RS_ACCESS_PERMISSION CALL FUNCTION 'RS_ACCESS_PERMISSION' EXPORTING object = object object_class = class mode = mode EXCEPTIONS canceled_in_corr = 1 OTHERS = 2.

RS_ACCESS_PERMISSION CALL FUNCTION 'RS_ACCESS_PERMISSION' EXPORTING object = tdct-dnam object_class = 'DIAL' mode = 'FREE' EXCEPTIONS canceled_in_corr = 1 OTHERS = 2.

RS_EDTR_SEARCH CALL FUNCTION 'RS_EDTR_SEARCH' EXPORTING findstring = tdct-dnam method = 'DIAL' objecttype = 'R' TABLES objecttab = objtab.

RS_NAVIGATION_MONITOR CALL FUNCTION 'RS_NAVIGATION_MONITOR'.

REPOSITORY_INFO_SYSTEM





CALL FUNCTION 'REPOSITORY_INFO_SYSTEM' EXPORTING object_type = 'DIAL' action = 'S' object_name = tdct-dnam * enclosing_object = IMPORTING object_name_selected = tdct-dnam * enclosing_object_selected = EXCEPTIONS cancel = 01 wrong_type = 02.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'Y' textline1 = 'Sichern Dialogbaustein'(001) textline2 = diapar-dnam titel = 'Dialogbaustein bearbeiten'(002) IMPORTING answer = answer.

RS_NAVIGATION_MONITOR CALL FUNCTION 'RS_NAVIGATION_MONITOR'.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'Y' textline1 = 'Sichern Dialogbaustein'(001) textline2 = diapar-dnam titel = 'Dialogbaustein bearbeiten'(002) IMPORTING answer = answer.

RS_NAVIGATION_SET_TOP CALL FUNCTION 'RS_NAVIGATION_SET_TOP' EXPORTING direction = direction IMPORTING exit = exit mark = mark next = next objektinf = navigationstabl-objektinf objekttyp = navigationstabl-objekttyp text1 = navigationstabl-text1 text2 = navigationstabl-text2 text3 = navigationstabl-text3 retcode = retcode EXCEPTIONS set_empty = 1.

RS_NAVIGATION_TOP CALL FUNCTION 'RS_NAVIGATION_TOP' IMPORTING objektinf = navigationstabl-objektinf.

RS_NAVIGATION_GET_FROM_SET CALL FUNCTION 'RS_NAVIGATION_GET_FROM_SET' EXPORTING direction = direction mengencounter = navigationstabl-objektinf(3) IMPORTING exit = exit mark = mark next = next objektinf = navigationstabl-objektinf objekttyp = navigationstabl-objekttyp text1 = navigationstabl-text1 text2 = navigationstabl-text2 text3 = navigationstabl-text3 retcode = retcode EXCEPTIONS set_empty = 1.

RS_NAVIGATION_POP CALL FUNCTION 'RS_NAVIGATION_POP'.

RS_NAVIGATION_POP CALL FUNCTION 'RS_NAVIGATION_POP' IMPORTING next = next mark = mark exit = exit objektinf = navigationstabl-objektinf objekttyp = navigationstabl-objekttyp text1 = navigationstabl-text1 text2 = navigationstabl-text2 text3 = navigationstabl-text3.



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