MKCGGF40 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 MKCGGF40 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.
Title: Structure generation: Dialog boxes for confirmation
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = no diagnosetext1 = text-em1 diagnosetext2 = text-em2 textline1 = text-em3 textline2 = text-em4 titel = text-et1 IMPORTING answer = fm_answer.
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = no diagnosetext1 = text-nm1 textline1 = text-nm2 textline2 = text-nm3 titel = text-nt1 IMPORTING answer = fm_answer.
POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING titel = text-dt2 textline1 = text-db6 textline2 = text-db7 textline3 = text-db8 defaultoption = 2 text_option1 = text-opy text_option2 = text-opn start_column = 15 IMPORTING answer = fm_option.
POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING titel = text-dt2 textline1 = text-db1 textline2 = text-db2 textline3 = text-db3 defaultoption = 3 text_option1 = text-db4 text_option2 = text-db5 start_column = 15 IMPORTING answer = fm_option.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = yes textline1 = text-ds1 titel = text-dt1 IMPORTING answer = fm_answer.
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = yes diagnosetext1 = lc_txt diagnosetext2 = text-ds3 textline1 = text-ds1 titel = text-dt1 IMPORTING answer = fm_answer.
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = no diagnosetext1 = text-df1 textline1 = text-df2 titel = text-dt3 IMPORTING answer = fm_answer.
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = no diagnosetext1 = lc_txt diagnosetext2 = text-df1 textline1 = text-df2 titel = text-dt3 IMPORTING answer = fm_answer.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = no textline1 = text-du1 textline2 = text-du2 titel = text-dut IMPORTING answer = fm_answer.
POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING titel = text-tot textline1 = text-to1 textline2 = text-to2 text_option1 = text-to4 text_option2 = text-to5 start_column = 15 IMPORTING answer = fm_option.
POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING titel = text-tdt textline1 = text-td1 textline2 = text-td2 textline3 = text-td3 text_option1 = text-td4 text_option2 = text-td5 start_column = 15 IMPORTING answer = fm_option.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MKCGGF40 - Structure generation: Dialog boxes for confirmation MKCGGF35 - Structure Generation: Navigation for ABAP Dictionary MKCGGF30 - Structure generation: Edit functions MKCGGF20 - Structure generation: OK codes MKCGGF15 - Structure Generation: Checks with / Save / Activate MKCGGF11 - Structure Generation: Check Tables