RKKBITF5 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 RKKBITF5 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: Line Item Report for Costing: Form Routines Part 6
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
K_KKR_STRUCTURE_EXPLOSION_TREE CALL FUNCTION 'K_KKR_STRUCTURE_EXPLOSION_TREE' EXPORTING I_KLVAR = D_HEAD-KLVAR I_ERZKA = D_KEKO-ERZKA I_ONLY_M = D_HEAD-MATON I_SUM_NODES = ' ' I_ANW = ANW-ERZ I_CHOICE_J = 'X' I_CHOICE_K = 'X' I_KST = ' ' I_RGJNR = '7EE0' I_SICHT = D_HEAD-SICHT I_KEKO = D_KEKO I_MAT_HEADER = SA_MAT_HEADER I_OBJW = CSG_OWAER I_DATA_ON_DB = ' ' I_LEVEL = D_HEAD-AUFLO TABLES I_STRUCTURE_TBL = SA_TABIN EXCEPTIONS OTHERS = 1.
K_KKB_KKBU_FIELD_FOR_CK50 CALL FUNCTION 'K_KKB_KKBU_FIELD_FOR_CK50' EXPORTING I_FIELD = MGR_FIELD I_KIS1 = D_KIS1 EXCEPTIONS NOT_SUITED = 1.
K_KKB_FIELD_ALIAS CALL FUNCTION 'K_KKB_FIELD_ALIAS' EXPORTING I_KIS1 = D_KIS1 CHANGING C_FIELD = MGR_FIELD.
K_KKB_MASTER_DATA_INTERFACE CALL FUNCTION 'K_KKB_MASTER_DATA_INTERFACE' EXPORTING I_KIS1 = D_KIS1 I_KEKO = D_KEKO I_FIELD = MGR_FIELD EXCEPTIONS INCONSISTENT_INPUT = 1 OTHERS = 2.
K_KKB_MASTER_DATA_INTERFACE CALL FUNCTION 'K_KKB_MASTER_DATA_INTERFACE' EXPORTING I_KEKO = CMA_KEKO I_KHS1 = CMA_KHS1 I_KIS1 = CMA_KIS1 I_FIELD = CMA_FIELD EXCEPTIONS INCONSISTENT_INPUT = 1 OTHERS = 2.
K_KKB_KALK_REPORT_CALL CALL FUNCTION 'K_KKB_KALK_REPORT_CALL' EXPORTING KOKRS = D_HEAD-KOKRS KOPF = CRW_CKI64A I_AUFNR = D_HEAD-AUFNR I_RW_FORCED = 'X' I_NO_REFRESH = 'X' I_KEKO = CRW_KEKO TABLES T_KIS1 = D_KIS1 EXCEPTIONS INTERNAL_ERROR = 1 JOB_DOES_NOT_EXIST = 2 JOB_IS_NOT_GENERATED = 3 NO_AUTHORITY = 4 OTHERS = 5.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RKKBITF5 - Line Item Report for Costing: Form Routines Part 6 RKKBITF4 - Line Item Report for Costing: Form Routines Part 5 RKKBITF3 - Line Item Report for Costing: Form Routines Part 3 RKKBITF2 - Line Item Report for Costing: Form Routines Part 3 RKKBITF1 - Line Item Report for Costing: Form Routines Part 2 RKKBITF0 - Line Item Report for Costing: Form Routines Part 1