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
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: Calculation of Overhead
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.