SAP Reports / Programs | Controlling | Product Cost Controlling | Product Cost Planning(CO-PC-PCP) SAP CO

MK70DF62 SAP ABAP INCLUDE - Calculation of Overhead







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


Text pool values


Title: Calculation of Overhead


INCLUDES used within this REPORT MK70DF62

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:

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING TEXT = TEXT-403.

KKEK_CO_OBJECT_PROCESS CALL FUNCTION 'KKEK_CO_OBJECT_PROCESS' EXPORTING KHS1_IMP = SIMU_KHS1 KKEA1_IMP = COP_KKEA1 AUART_IMP = RK70X-AUART AUTYP_IMP = RK70X-AUTYP KOSTV_IMP = RK70X-KOSTV GSBER_IMP = RK70X-GSBER VERSN_IMP = RK70X-VERSN WERKS_IMP = RK70X-WERKS PRCTR_IMP = RK70X-PRCTR WRTTP_IMP = RK70X-WRTTP PATNR_IMP = RK70X-PATNR OBART_KOMPONENTE_IMP = RK70X-OBART_KOMPONENTE REVALUATE_G_CAT = CHAR_X FLG_ALL_CURR_ACTIV = FLG_ALLE_WAERS_AKTIV MATNR_IMP = RK70X-MATNR FLG_CO_OBJECT_CONDENSED = FLG_CO_OBJECT_CONDENSED MESSAGE_ON_SCREEN = MESS_ON_SCREEN IMPORTING RC = HELP_RC * rc: 0 alles OK * 1 Alte Zus. gelöscht; keine neuen gezogen

KKEK_FORMULAS_CALCULATE CALL FUNCTION 'KKEK_FORMULAS_CALCULATE' EXPORTING KHS1_IMP = SIMU_KHS1 MESSAGE_ON_SCREEN = SPACE KKEA1_IMP = COP_KKEA1 IMPORTING RC = HELP_RC TABLES KIS1_IMP = SIMU_KIS1 KIS1_EXP = SIMU_KIS1 EXCEPTIONS FATAL_ERROR = 1 OTHERS = 2.

KKEK_HEAD_CALCULATE CALL FUNCTION 'KKEK_HEAD_CALCULATE' EXPORTING KHS1_IMP = SIMU_KHS1 KKEA1_IMP = COP_KKEA1 MESSAGE_ON_SCREEN = SPACE IMPORTING KHS1_EXP = SIMU_KHS1 RC = HELP_RC TABLES KIS1_IMP = SIMU_KIS1 EXCEPTIONS OTHERS = 1.



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