CSKB SAP (Cost Elements (Data Dependent on Controlling Area)) Table details

Dictionary Type: Table
Description: Cost Elements (Data Dependent on Controlling Area)




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




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

CSKB is a standard SAP Table which is used to store Cost Elements (Data Dependent on Controlling Area) data and is available within R/3 SAP systems depending on the version and release level.

The CSKB table consists of various fields, each holding specific information or linking keys about Cost Elements (Data Dependent on Controlling Area) data available in SAP. These include KOKRS (Controlling Area), KSTAR (Cost Element), DATBI (Valid To Date), DATAB (Valid-From Date).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP CSKB 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 MANDTCLNT3Assigned to domainMANDT
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
KSTARCost Element KSTARCHAR10CSKAALPHAKSTARKAT
DATBIValid To Date DATBIDATS8DATUM
DATABValid-From Date DATABDATS8DATUM
KATYPCost element category KATYPCHAR2ALPHAKATYP
ERSDACreated on ERFDTDATS8DATUM
USNAMEntered by ERFNMCHAR12USNAM
EIGENCost element attributes EIGENCHAR8EIGEN
PLAZUIndicator for planning access PLAZUCHAR1WERC1
PLAORIndicator for the planning location PLAORCHAR1WERC1
PLAUSIndicators for planning user PLAUSCHAR2WERC2
KOSTLCost Center KOSTLCHAR10CSKSALPHAKOSTLKOS
AUFNROrder Number AUFNRCHAR12AUFKALPHAAUFNRANR
MGEFLIndicator for Recording Consumption Quantities MGEFLCHAR1YNFLG
MSEHIUnit of Measurement MSEHIUNIT3T006CUNITMEINS
DEAKTIndicator: Cost element deactivated CO_DEAKTCHAR1CO_DEAKT
LOEVMIndicator: Cost element is flagged for deletion CO_LOEFLCHAR1XFELD
RECIDRecovery Indicator JV_RECINDCHAR2T8JJALPHAJV_RECIND
.INCLU--AP 0

Key field Non-key field



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

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

SELECT SINGLE *
FROM CSKB
INTO CORRESPONDING FIELDS OF WA_CSKB
WHERE...

How to access SAP table CSKB

Within an ECC or HANA version of SAP you can also view further information about CSKB 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!