CSSK SAP (Cost center /cost element) Table details

Dictionary Type: Table
Description: Cost center /cost element




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




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

CSSK is a standard SAP Table which is used to store Cost center /cost element data and is available within R/3 SAP systems depending on the version and release level.

The CSSK table consists of various fields, each holding specific information or linking keys about Cost center /cost element data available in SAP. These include VERSN (Version), KOKRS (Controlling Area), GJAHR (Fiscal Year), KOSTL (Cost Center).. 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: Can be enhanced (character-type)


SAP CSSK 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
VERSNVersion VERSNCHAR3Assigned to domainALPHACOVERSIKVS
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
KSTARCost Element KSTARCHAR10Assigned to domainALPHAKSTARKAT
MGEFLIndicator for Recording Consumption Quantities MGEFLCHAR1YNFLG
VEINHUnit of Measurement MSEHIUNIT3T006CUNITMEINS
EIGENCost element attributes EIGENCHAR8EIGEN
PLEIGPlan attributes PLEIGCHAR4PLEIG
VSPKFDistribution Key: Plan Fixed Costs SPPKFCHAR4T821SSPRED
WSPKFValuation Type for Planned Fixed Costs WSPKFCHAR1WSWTE
NRPKFKey for calculation of plan fixed costs NRPKFCHAR8NRWTE
VSPVFDistribution key: Plan fixed consumption SPVBFCHAR4T821SSPRED
WSPVFValuation type for planned fixed consumption WSPVFCHAR1WSWTE
NRPVFKey for calculation of planned fixed consumption NRPVFCHAR8NRWTE

Key field Non-key field



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

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

SELECT SINGLE *
FROM CSSK
INTO CORRESPONDING FIELDS OF WA_CSSK
WHERE...

How to access SAP table CSSK

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