SAP Reports / Programs | Enterprise Controlling | Executive Information System | Data Collection(EC-EIS-DCM) SAP EC

MKCCOF40 SAP ABAP INCLUDE - SAP-EIS: Edit aspect, dialog boxes for confirmation







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


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 MKCCOF40. "Basic submit
SUBMIT MKCCOF40 AND RETURN. "Return to original report after report execution complete
SUBMIT MKCCOF40 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: SAP-EIS: Edit aspect, dialog boxes for confirmation


INCLUDES used within this REPORT MKCCOF40

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_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.



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