MKCCOF40 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 MKCCOF40 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: SAP-EIS: Edit aspect, 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 = sdia1 diagnosetext1 = text-sd1 diagnosetext2 = text-sd2 diagnosetext3 = text-sd3 * textline1 = smsg1 textline1 = text-sm1 titel = text-st1 IMPORTING answer = answer.
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = no diagnosetext1 = text-sd4 diagnosetext2 = text-sd5 diagnosetext3 = text-sd6 textline1 = text-sm1 titel = text-st1 IMPORTING answer = answer.
POPUP_TO_CONFIRM_WITH_MESSAGE * CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' * EXPORTING DEFAULTOPTION = YES * DIAGNOSETEXT1 = LC_TXT * DIAGNOSETEXT2 = CCOP2 * TEXTLINE1 = CCOP3 * TITEL = CTITL * IMPORTING ANSWER = FM_ANSWER.
POPUP_TO_CONFIRM_STEP * call function 'POPUP_TO_CONFIRM_STEP' * exporting defaultoption = yes * textline1 = gmsg1 * titel = gtitl * importing answer = fm_answer.
POPUP_TO_CONFIRM_STEP * call function 'POPUP_TO_CONFIRM_STEP' * exporting defaultoption = no * textline1 = text-mm1 * titel = text-mt1 * importing answer = fm_answer.
POPUP_TO_DECIDE * CALL FUNCTION 'POPUP_TO_DECIDE' * EXPORTING TITEL = TEXT-GVI * TEXTLINE1 = TEXT-GV1 * TEXTLINE2 = TEXT-GV2 * TEXTLINE3 = TEXT-GV3 * TEXT_OPTION1 = TEXT-GV4 * TEXT_OPTION2 = TEXT-GV5 * START_COLUMN = 15 * IMPORTING ANSWER = FM_OPTION.
POPUP_TO_CONFIRM_STEP * call function 'POPUP_TO_CONFIRM_STEP' * exporting defaultoption = no * textline1 = umsg1 * textline2 = umsg2 * titel = utitl * importing answer = fm_answer.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = no textline1 = text-tm1 textline2 = text-tm2 titel = text-tt1 IMPORTING answer = fm_answer.
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = no diagnosetext1 = text-dm2 diagnosetext2 = lc_txt textline1 = text-dm1 titel = text-dt1 IMPORTING answer = fm_answer.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = yes textline1 = text-dm1 titel = text-dt1 IMPORTING answer = fm_answer.
POPUP_TO_CONFIRM_STEP * call function 'POPUP_TO_CONFIRM_STEP' * exporting defaultoption = yes * textline1 = vmsg1 * textline2 = vmsg2 * titel = vtitl * importing answer = fm_answer.
POPUP_TO_CONFIRM_STEP * call function 'POPUP_TO_CONFIRM_STEP' * exporting defaultoption = yes * textline1 = rmsg1 * titel = rtitl * importing answer = fm_answer.
POPUP_TO_CONFIRM_STEP * call function 'POPUP_TO_CONFIRM_STEP' * exporting defaultoption = yes * textline1 = fmsg1 * titel = ftitl * importing answer = fm_answer.
POPUP_TO_CONFIRM_STEP * call function 'POPUP_TO_CONFIRM_STEP' * exporting defaultoption = yes * textline1 = text-em1 * titel = text-et1 * importing answer = fm_answer.
POPUP_TO_CONFIRM_STEP * call function 'POPUP_TO_CONFIRM_STEP' * exporting defaultoption = yes * textline1 = wmsg1 * textline2 = wmsg2 * titel = wtitl * importing answer = fm_answer.
POPUP_TO_CONFIRM_STEP * call function 'POPUP_TO_CONFIRM_STEP' * exporting defaultoption = yes * textline1 = kmsg1 * titel = ktitl * importing answer = fm_answer.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MKCCOF40 - SAP-EIS: Edit aspect, dialog boxes for confirmation MKCCOF30 - SAP-EIS: Edit aspect, Environment objects MKCCOF20 - SAP-EIS: Edit aspect, OK code processing MKCCOF00 - SAP-EIS: Edit aspect, Lock function, Online parameters MKCCOD00 - Top MKCC0TOP - Data Portion for Maintenance of Curr. Translation Types