CSKSD SAP (Cost Center: Extra Fields for CSKS) Structure details

Dictionary Type: Structure
Description: Cost Center: Extra Fields for CSKS




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




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

CSKSD is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Cost Center: Extra Fields for CSKS" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_CSKSD TYPE CSKSD.

The CSKSD table consists of various fields, each holding specific information or linking keys about Cost Center: Extra Fields for CSKS data available in SAP. These include RKOSTL (Template cost center), DATAB_ANFO (Valid-From Date), DATBI_ANFO (Valid To Date), KOKRS_TEXT (Name of the controlling area).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP CSKSD structure 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
RKOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
RKOSTLTemplate cost center RKOSTLCHAR10CSKSALPHAKOSTLRKOS
DATAB_ANFOValid-From Date DATABDATS8DATUM
DATBI_ANFOValid To Date DATBIDATS8DATUM
KOKRS_TEXTName of the controlling area BEZEICHAR25TEXT25
KHINR_TEXTName of hierarchy node HITXTCHAR40TEXT40
BUKRS_TEXTName of Company Code or Company BUTXTCHAR25TEXT25
GSBER_TEXTBusiness area description GTEXTCHAR30TEXT30
PRCTR_TEXTGeneral Name KTEXTCHAR20TEXT20
KOSAR_TEXTGeneral Name KTEXTCHAR20TEXT20
VNAME_TEXTJoint Venture Description LTEXT_8JVCHAR35TEXT35
RECID_TEXTRecovery Indicator Description LTEXT_8JJCHAR35TEXT35
ETYPE_TEXTInvestment Type Description LTEXT_8JECHAR35TEXT35
JIBCL_TEXTJIB/JIBE Text LTEXT_8J6ACHAR35TEXT35
JIBSA_TEXTText LTEXT_8J6CCHAR35TEXT35
LIVARList Variant VARNR_COOMCHAR5VARNR_021F
LIVAR_TEXTFast Entry: Variant Description LTEXT_021FCHAR30TXT30
KZ_BATCHBackground Processing BATCHFLGCHAR1XFELD
KZ_TESTTest Run ALLGTESTCHAR1XFELD
KZ_MARKESelection FLG_MARKECHAR1XFELD
KOSTL_TEXTGeneral Name KTEXTCHAR20TEXT20
KALSM_TEXTDescription VTXTMCHAR30TEXT30
CPI_TEMPL_TEXTTemplate Text ABC_TEMPLTCHAR30TEXT30
CPD_TEMPL_TEXTTemplate Text ABC_TEMPLTCHAR30TEXT30
SCI_TEMPL_TEXTTemplate Text ABC_TEMPLTCHAR30TEXT30
SCD_TEMPL_TEXTTemplate Text ABC_TEMPLTCHAR30TEXT30
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
KZ_DETAILLISTEDisplay Detailed Lists DETAILFLGCHAR1XFELD
PERIOD_FROMPeriod RPMAXNUMC3RPMAX
PERIOD_TOPeriod RPMAXNUMC3RPMAX
FAREA_NAMEName of the functional area FKBTXCHAR25TEXT25
VERAK_USER_TEXTFull Name of Person AD_NAMTEXTCHAR80TEXT80

Key field Non-key field



How do I retrieve data from SAP structure CSKSD using ABAP code?

As CSKSD is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on CSKSD as there is no data to select.

How to access SAP table CSKSD

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