RKKBITF7 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 RKKBITF7 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: RKKBKIS1-Only Routines
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_KEKO-KLVAR I_ONLY_M = D_HEAD-MATON I_SICHT = D_HEAD-SICHT I_KEKO = D_KEKO I_LEVEL = D_HEAD-AUFLO I_MAT_HEADER = SA_MAT_HEADER I_OBJW = DEX_OWAER I_NOT_FULL_EXPL = 'X' TABLES I_STRUCTURE_TBL = SA_TABIN EXCEPTIONS OTHERS = 0.
K_KKB_STRUC_EXPLOSION CALL FUNCTION 'K_KKB_STRUC_EXPLOSION' EXPORTING I_LOSGR = D_HEAD-BZ_LOSGR I_TIEFE = D_HEAD-AUFLO I_ONLY_M = D_HEAD-MATON I_MATNR = D_HEAD-MATNR I_WERK = D_HEAD-WERKS I_VBELN = D_HEAD-KDAUF I_POSNR = D_HEAD-KDPOS I_KADKY = SY-DATLO I_ERZKA = D_HEAD-BOLD I_SICHT = D_HEAD-SICHT I_OBJW = DEX_OWAER EXCEPTIONS WRONG_INPUT = 1 OTHERS = 2.
K_KKB_EXTNR_TREE CALL FUNCTION 'K_KKB_EXTNR_TREE' EXPORTING I_EXTNR = D_HEAD-EXTNR I_KOKRS = D_HEAD-KOKRS I_OBJW = DEX_OWAER i_khs1 = dex_khs1 i_variant = l_variant
EXCEPTIONS OBJECT_NOT_FOUND = 1 DATA_INPUT_ERROR = 2 OTHERS = 3.
K_KKR_SALES_ORDER_TREE CALL FUNCTION 'K_KKR_SALES_ORDER_TREE' EXPORTING I_VBELN = D_HEAD-KDAUF I_POSNR = D_HEAD-KDPOS I_OBJW = ALH_OWAER EXCEPTIONS OBJECT_NOT_FOUND = 1 OTHERS = 2.
DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING DYNAME = 'RKKBKIS1' DYNUMB = '1000' TRANSLATE_TO_UPPER = 'X' TABLES DYNPFIELDS = GDY_DYNPF EXCEPTIONS OTHERS = 1.
CONVERSION_EXIT_SDATE_INPUT CALL FUNCTION 'CONVERSION_EXIT_SDATE_INPUT' EXPORTING INPUT = GDY_STRING IMPORTING OUTPUT = GDY_STRING.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RKKBITF7 - RKKBKIS1-Only Routines RKKBITF6 - Module for "Period Values of Detailed Planning" 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