MK70BF05 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 MK70BF05 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: Include SAPMK70B: Form Routines D1000
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
K_CKBS_AUTHORITY_CHECK CALL FUNCTION 'K_CKBS_AUTHORITY_CHECK' EXPORTING KOKRS = RK70B-KOKRS ACTVT = ACTVT_ANLEGEN.
K_CKBS_AUTHORITY_CHECK CALL FUNCTION 'K_CKBS_AUTHORITY_CHECK' EXPORTING KOKRS = RK70B-KOKRS ACTVT = ACTVT_AENDERN.
K_CKBS_AUTHORITY_CHECK CALL FUNCTION 'K_CKBS_AUTHORITY_CHECK' EXPORTING KOKRS = RK70B-KOKRS ACTVT = ACTVT_ANZEIGEN.
K_ASSEMBLY_READ CALL FUNCTION 'K_ASSEMBLY_READ' EXPORTING FBL_EXTNR = RK70B-REF_EXTNR FBL_KOKRS = RK70B-REF_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 = RK70B-KOKRS IMPORTING T_BUKRS = LT_BUKRS.
K_LTXT_COPY CALL FUNCTION 'K_LTXT_COPY' EXPORTING NEW_NAME = L_NEW_NAME LTEXT_REF = L_LTEXT_REF.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
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 MK23IN05 - documentation and ABAP source code