CKKS SAP (Header: Unit Costing (Control + Totals)) Table details

Dictionary Type: Table
Description: Header: Unit Costing (Control + Totals)




ABAP Code to SELECT data from CKKS
Related tables to CKKS
Access table CKKS




Table field list including key, data, relationships and ABAP select examples

CKKS is a standard SAP Table which is used to store Header: Unit Costing (Control + Totals) data and is available within R/3 SAP systems depending on the version and release level.

The CKKS table consists of various fields, each holding specific information or linking keys about Header: Unit Costing (Control + Totals) data available in SAP. These include KOKRS (Controlling Area), KALNR (Cost Estimate Number (Unit Costing)), WTTYP (Unit costing value type), VERSN (Version Number of the Value Type of a Unit Cost Estimate).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified

Text table = CKKT


SAP CKKS table fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3MANDT
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
KALNRCost Estimate Number (Unit Costing) KALNRCHAR8KALNRKNR
WTTYPUnit costing value type WTTYPNUMC2WTTYP
VERSNVersion Number of the Value Type of a Unit Cost Estimate VERS2NUMC2VERS2
KKARTCosting Variant (Corresponds to KLVAR) KKARTCHAR4TKKEAKKARTKRT
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
ERFDTCreated on ERFDTDATS8DATUM
ERFNMEntered by ERFNMCHAR12USNAM
AENDTDate of last change AENDTDATS8DATUM
AENNMLast changed by AENNMCHAR12USNAM
ABSDTClose date ABSDTDATS8DATUM
ABSNMUser ID of the person who closed the cost estimate ABSNMCHAR12USNAM
STATKHeader Status STATKCHAR4STATE
STRNGInternal header control STRNGCHAR4STATE
PSDATPricing Date PSDATDATS8DATUM
MENGELot Size MENGE_KPFQUAN15(3) CQUA8
MEEHTBase Unit of Measure MEINSUNIT3T006CUNITMEINS
HWGESTotal Value of Cost Estimate in Local Currency HWGESCURR15(2) CVAL8
FWGESTotal Value for Cost Estimate in Foreign Currency FWGESCURR15(2) CVAL8
HWAERLocal Currency HWAERCUKY5TCURCWAERS
FWAERForeign Currency in Header FWAERCUKY5TCURCWAERS
UKURSExchange Rate UKURS_DDEC9(5) UKURS
KURSTExchange Rate Type KURSTCHAR4TCURVKURSTKUT
FFACTFactor for the 'From' Currency Units FFACTDEC9DEC9
TFACTFactor for the 'To' Currency Units TFACT_DDEC9DEC9
GWRT1Total Value of Price Component 1 GWRT1CURR15(2) CVAL8
GWRT2Total Value of Price Component 1 GWRT1CURR15(2) CVAL8
GWRT3Total Value of Price Component 1 GWRT1CURR15(2) CVAL8
GWRT4Total Value of Price Component 1 GWRT1CURR15(2) CVAL8
GWRT5Total Value of Price Component 1 GWRT1CURR15(2) CVAL8
STFLGSales Order Cost Estimate Is Marked STFLGCHAR1YNFLG
ZTFLGFlag for time-based unit costing DZTFLGCHAR1YNFLG
FVFLGFixed/Variable Indicator FVFLGCHAR1FVFLG
DLFLGDeletion Flag for Unit Costing DLFLGCHAR1YNFLG
FRFLGRelease Flag FRFLGCHAR1YNFLG
PRVFNPricing procedure PRVFNCHAR1PRVFN
PKANZNumber of Price Components PKANZNUMC1NUM01
BZOBJReference Object BZOBJCHAR1BZOBJ
PSANZNumber of Costing Items PSANZNUMC5POSN5
KNNZ1Unit Costing Indicator KZCHNCHAR1CHAR1
KNNZ2Unit Costing Indicator KZCHNCHAR1CHAR1
KNNZ3Unit Costing Indicator KZCHNCHAR1CHAR1
KNNZ4Unit Costing Indicator KZCHNCHAR1CHAR1
KNNZ5Unit Costing Indicator KZCHNCHAR1CHAR1

Key field Non-key field



How do I retrieve data from SAP table CKKS using ABAP code

The following ABAP code Example will allow you to do a basic selection on CKKS to SELECT all data from the table
DATA: WA_CKKS TYPE CKKS.

SELECT SINGLE *
FROM CKKS
INTO CORRESPONDING FIELDS OF WA_CKKS
WHERE...

How to access SAP table CKKS

Within an ECC or HANA version of SAP you can also view further information about CKKS and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!