SAP Reports / Programs | Controlling | Product Cost Controlling | Product Cost Controlling Information System(CO-PC-IS) SAP CO

RKKBITF5 SAP ABAP INCLUDE - Line Item Report for Costing: Form Routines Part 6







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RKKBITF5. "Basic submit
SUBMIT RKKBITF5 AND RETURN. "Return to original report after report execution complete
SUBMIT RKKBITF5 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Line Item Report for Costing: Form Routines Part 6


INCLUDES used within this REPORT RKKBITF5

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RKKBITF5 or its description.