MK70BF10 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 MK70BF10 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
K_ASSEMBLY_READ CALL FUNCTION 'K_ASSEMBLY_READ' EXPORTING FBL_EXTNR = RK70B-EXTNR FBL_KOKRS = RK70B-KOKRS FBL_SPRAS = SY-LANGU IMPORTING FBL_KBS1 = L_KBS1 FBL_RC = L_TEXT_RC EXCEPTIONS FBL_NOT_FOUND = 08.
CK_F_ORG_ELEMENTS_CONTR_AREA CALL FUNCTION 'CK_F_ORG_ELEMENTS_CONTR_AREA' EXPORTING KOKRS = SAV_KBS1-KOKRS IMPORTING F_CKIKOKRS = L_CKIKOKRS EXCEPTIONS KOKRS_NOT_FOUND = 1 "Checked OTHERS = 2.
CK_F_ORG_ELEMENTS_CONTR_AREA CALL FUNCTION 'CK_F_ORG_ELEMENTS_CONTR_AREA' EXPORTING KOKRS = KKP_KOKRS IMPORTING F_CKIKOKRS = L_CKIKOKRS * T_BUKRS = * T_BWKEY = * T_WERKS = EXCEPTIONS KOKRS_NOT_FOUND = 1 "checked OTHERS = 2.
K_KOKRS_READ " call function 'K_KOKRS_READ' " exporting * GJAHR = E01 " kokrs = kkp_kokrs " importing "* E_TKA00 = TKA00 " e_tka01 = sav_tka01 " exceptions "* NOT_FOUND = 01 " not_found_gjahr = 02. "in this case not relevant
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
MK70BF10 - documentation and ABAP source code MK70BF05 - Include SAPMK70B: Form Routines D1000 MK70BF00 - Read master data of all costing items of a cost estimate MK23INSA - documentation and ABAP source code MK23INIP - documentation and ABAP source code MK23IN06 - documentation and ABAP source code