MN2SDF00 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 MN2SDF00 into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISH_EINRI_CHECK CALL FUNCTION 'ISH_EINRI_CHECK' EXPORTING ss_einri = i_einri IMPORTING ss_einkb = rn200-einkb EXCEPTIONS OTHERS = 1.
ISH_DYNP_VALUES_READ CALL FUNCTION 'ISH_DYNP_VALUES_READ' EXPORTING dyname = repid dynumb = dynnr TABLES dynpfields = dynpfields.
DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = repid dynumb = dynnr TABLES dynpfields = dynpfields.
ISH_N2_PROCESS_DOKTYP CALL FUNCTION 'ISH_N2_PROCESS_DOKTYP' EXPORTING i_dtkey = l_dtkey i_procmode = l_procmode EXCEPTIONS error = 1 abbruch = 2 OTHERS = 3.
ISH_N2_PROCESS_DOKTYP CALL FUNCTION 'ISH_N2_PROCESS_DOKTYP' EXPORTING i_dtkey = l_dtkey i_procmode = l_procmode EXCEPTIONS error = 1 abbruch = 2 OTHERS = 3.
ISH_N2_PROCESS_DOKTYP CALL FUNCTION 'ISH_N2_PROCESS_DOKTYP' EXPORTING i_dtkey = l_dtkey i_procmode = l_procmode EXCEPTIONS error = 1 abbruch = 2 OTHERS = 3.
ISH_N2_PROCESS_DOKTYP CALL FUNCTION 'ISH_N2_PROCESS_DOKTYP' EXPORTING i_dtkey = l_dtkey i_dtkey_vorl = l_dtkey_vorl i_procmode = l_procmode i_with_konkentw = l_w_konk EXCEPTIONS error = 1 abbruch = 2 OTHERS = 3.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = 'Neue Version anlegen' text_question = 'Mit Elementliste?' text_button_1 = 'Ja' icon_button_1 = space text_button_2 = 'Nein' icon_button_2 = space default_button = '1' display_cancel_button = 'X' * START_COLUMN = 25 * START_ROW = 6 popup_type = 'ICON_MESSAGE_QUESTION' IMPORTING answer = l_answer EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.