SAP Reports / Programs | Controlling | Product Cost Controlling | Product Cost Planning(CO-PC-PCP) SAP CO

SAPRCKVK SAP ABAP Report - Determine Value Added







SAPRCKVK 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 SAPRCKVK 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

CKWE - Determine Value Added


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 SAPRCKVK. "Basic submit
SUBMIT SAPRCKVK AND RETURN. "Return to original report after report execution complete
SUBMIT SAPRCKVK 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_ABDAT = Costing Date from
Selection Text: P_ADATUM = Key Date
Selection Text: P_BIDAT = to
Selection Text: P_EKLVAR = Costing Variant
Selection Text: P_ETVERS = Costing Version
Selection Text: P_IKLVAR = Costing Variant
Selection Text: P_ITVERS = Costing Version
Selection Text: P_KZROH = With Raw Material Cost Est
Selection Text: P_LIST = With List Output
Selection Text: P_SICHT = Cost Component View
Selection Text: P_STATUS = Costing Status
Selection Text: P_TEST = Test Run
Selection Text: SO_MATNR = Material
Selection Text: SO_WERKS = Plant
Title: Determine Value Added
Text Symbol: WTG = Total Value
Text Symbol: WTF = Fxd Val.
Text Symbol: P02 = to
Text Symbol: P01 = Costing Date from
Text Symbol: BL3 = Processing Opts
Text Symbol: BL2 = Value Added Source
Text Symbol: BL1 = Create Additive Costs


INCLUDES used within this REPORT SAPRCKVK

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:

CK_F_TCKH4_HIERARCHY_READING CALL FUNCTION 'CK_F_TCKH4_HIERARCHY_READING' EXPORTING P_ELEHK = '01' "Dummy F_TCKH8_STANDARD = F_TCKH8_STANDARD TABLES T_TCKH9 = T_TCKH9.

CK_F_VALUE_ADDED_INPUT_CHECK CALL FUNCTION 'CK_F_VALUE_ADDED_INPUT_CHECK' EXPORTING KLVAR_SOUR = P_IKLVAR SICHT = P_SICHT CHANGING STATUS = P_STATUS.

CK_F_VALUE_ADDED_CREATE_SPLITT CALL FUNCTION 'CK_F_VALUE_ADDED_CREATE_SPLITT' EXPORTING KLVAR_SOUR = P_IKLVAR TVERS_SOUR = P_ITVERS STICHTAG = P_ADATUM STATUS = P_STATUS SICHT = P_SICHT KZROH = P_KZROH KLVAR_TARG = P_EKLVAR TVERS_TARG = P_ETVERS ABDAT_TARG = P_ABDAT BIDAT_TARG = P_BIDAT TEST = P_TEST LIST = P_LIST IMPORTING T_LISTAUSGABE = T_LIST ANZAHL = H_ANZAHL MKALK = H_MKALK TABLES T_MATNR = T_MATNR T_WERKS = SO_WERKS EXCEPTIONS INPUT_CHECK_ERROR = 1 PROCESSING_ERROR = 2 ERROR_MESSAGE = 3 OTHERS = 4.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = G_REPID IT_FIELDCAT = GT_FIELDCAT[] IT_EVENTS = GT_EVENTS[] TABLES T_OUTTAB = GT_OUTTAB.

REUSE_ALV_EVENTS_GET CALL FUNCTION 'REUSE_ALV_EVENTS_GET' EXPORTING I_LIST_TYPE = 0 IMPORTING ET_EVENTS = RT_EVENTS.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = gd_alv_listheader[].



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