SAP Reports / Programs

RKKBKIS1 SAP ABAP Report - Line Item Report Costing Items







RKKBKIS1 is a standard Executable ABAP Report 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 RKKBKIS1 into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

KKB4 - Itemization for Base Planning Obj.
KKB2 - Costing Items for Cost Object
KKED - BOM for Base Planning Objects
KKB5 - Costing Items for Material
CK89 - Flexible Cost Comp. Report SaleOrder
KKAC - Sales Order Hierarchy Display
CK87 - Costed BOM Sales Orders
CK80 - Flexible Cost Component Report
KOTZ - Costing Items for Order
CK86 - Costed Multilevel BOM
CK84 - Line Items in Cost Est for Product
KKB3 - Costing Items for WBS Elements
KKB1 - Costing Items for Sales Document
CK85 - Line Items in Cost Est for Order


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 RKKBKIS1. "Basic submit
SUBMIT RKKBKIS1 AND RETURN. "Return to original report after report execution complete
SUBMIT RKKBKIS1 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_SETNR = Set (Column Layout)
Selection Text: P_SE8 = Active
Selection Text: P_SE6 = Active
Selection Text: P_SE5 = Active
Selection Text: P_KOST1 = Cost Center
Selection Text: P_AUFNR = Order
Selection Text: P_AUFN1 = Order
Selection Text: P_AUFLO = Explosion Level
Selection Text: P_COPR = Co-Product
Selection Text: P_KOKRS = Controlling Area
Selection Text: P_KOKR1 = Controlling Area
Selection Text: P_KLVAR = Costing Variant
Selection Text: P_KDPOS = Item
Selection Text: P_KDAUF = Sales Order
Selection Text: P_KALNR = Cost Estimate Number
Selection Text: P_KADKY = Costing Date
Selection Text: P_KABA = Procurement Alternative
Selection Text: P_GJAHR = Fiscal Year
Selection Text: P_GJAH2 = Fiscal Year
Selection Text: P_GJAH1 = Fiscal Year
Selection Text: P_EXTNR = Base Planning Object
Selection Text: P_DISSO = Explode BOM
Selection Text: P_SICH1 = Cost Component View
Selection Text: P_LOSGR = Cost Base
Selection Text: P_LOSG3 = Cost Base
Selection Text: P_LOSG2 = Cost Base
Selection Text: P_KSTRG = Cost Object
Selection Text: P_SE4 = Active
Selection Text: P_MATNR = Material
Selection Text: P_MATON = Material Items Only
Selection Text: P_OWAER = Company Code Cur./Object Cur.
Selection Text: P_PKOST = Cost Element
Selection Text: P_PRON1 = WBS Element
Selection Text: P_PRONR = WBS Element
Selection Text: P_SE1 = Active
Selection Text: P_SE2 = Active
Selection Text: P_SE3 = Active
Selection Text: P_WERKS = Plant





Selection Text: P_WERK1 = Plant
Selection Text: P_VERSN = Version
Selection Text: P_VERS2 = Version
Selection Text: P_VERS1 = Version
Selection Text: P_TVERS = Costing Version
Selection Text: P_SMATN = Material
Selection Text: P_SICH2 = Cost Component View
Title: Line Item Report Costing Items
Text Symbol: LIE = Cannot explode unit cost estimates
Text Symbol: SE1 = Material Cost Estimate
Text Symbol: SE2 = Order
Text Symbol: SE3 = WBS Element
Text Symbol: SE4 = Sales Order
Text Symbol: SE5 = Cost Object
Text Symbol: SE6 = Base Planning Object
Text Symbol: SE7 = BOM Explosion
Text Symbol: SE8 = Detailed Planning


INCLUDES used within this REPORT RKKBKIS1

INCLUDE RKKBITT0.
INCLUDE RKKBITP0.
INCLUDE RKKBITF0.
INCLUDE RKKBITF1.
INCLUDE RKKBITF2.
INCLUDE RKKBITF3.
INCLUDE RKKBITF4.
INCLUDE RKKBITF5.
INCLUDE RKKBITF6.
INCLUDE RKKBITF7.
INCLUDE RKKBITF8.
INCLUDE RKKBITF9.
INCLUDE RKKBITFC.
INCLUDE LKKBIF01.


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:

RS_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING P_STATUS = D_PFKEY TABLES P_EXCLUDE = D_FCEXC EXCEPTIONS OTHERS = 1.

RS_SUBMIT_INFO CALL FUNCTION 'RS_SUBMIT_INFO' IMPORTING P_SUBMIT_INFO = RSSUBINFO EXCEPTIONS OTHERS = 1.

K_KKB_CURRENCY_TYPE_SWITCH CALL FUNCTION 'K_KKB_CURRENCY_TYPE_SWITCH' EXPORTING TO_KWAER = D_LOSFX TO_OWAER = P_OWAER EXCEPTIONS OTHERS = 1.








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 RKKBKIS1 or its description.