SAP CSKS_BROAD Cost Center: Fields for Broadcasting Table data and field list

CSKS_BROAD 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: Fields for Broadcasting" 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_CSKS_BROAD TYPE CSKS_BROAD.

The CSKS_BROAD table consists of various fields, each holding specific information or linking keys about Cost Center: Fields for Broadcasting data available in SAP. These include KOKRS (Controlling Area), KOSTL (Cost Center), 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. .

CSKS_BROAD structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP CSKS_BROAD structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the CSKS_BROAD table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
MANDTClient MANDTCLNT3T000MANDT
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
DATBIValid To Date DATBIDATS8DATUM
DATABValid-From Date DATABDATS8DATUM
OBJNRObject number J_OBJNRCHAR22ONR00J_OBJNRONR
BKZKPLock Indicator for Actual Primary Postings BKZKPCHAR1YNFLG
BKZKSLock Indicator for Actual Secondary Costs BKZKSCHAR1YNFLG
BKZERLock Indicator for Actual Revenue Postings BKZERCHAR1YNFLG
BKZOBLock Indicator for Commitment Update BKZOBCHAR1YNFLG
PKZKPLock Indicator for Plan Primary Costs PKZKPCHAR1YNFLG
PKZKSLock Indicator for Plan Secondary Costs PKZKSCHAR1YNFLG
PKZERLock Indicator for Planning Revenues PKZERCHAR1YNFLG
MGEFLIndicator for Recording Consumption Quantities MGEFLCHAR1YNFLG
KVEWEUsage of the condition table KVEWECHAR1T681VKVEWEKVW
KAPPLApplication KAPPLCHAR2T681AKAPPLKAP
KALSMCosting Sheet AUFKALSMCHAR6T683KALSM
KOSZSCHLCO-CCA Overhead Key KOSZSCHLCHAR6CHAR6
CPI_TEMPLTemplate for Activity-Independent Formula Planning CCA_TEMPL_CPICHAR10COTPLABC_TEMPLABT
CPD_TEMPLTemplate for Activity-Dependent Formula Planning CCA_TEMPL_CPDCHAR10COTPLABC_TEMPLABT
SCI_TEMPLTemplate: Activity-Independent Allocation to Cost Center CCA_TEMPL_SCICHAR10Assigned to domainABC_TEMPLABT
SCD_TEMPLTemplate: Activity-Dependent Allocation to Cost Center CCA_TEMPL_SCDCHAR10Assigned to domainABC_TEMPLABT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
GSBERBusiness Area GSBERCHAR4TGSBGSBERGSB
ABTEIDepartment ABTEICHAR12ABTEI
KOSARCost Center Category KOSARCHAR1TKA05KOSARPCA_KOSAR
VERAKPerson Responsible VERAKCHAR20VERAK
VERAK_USERUser Responsible VERAK_USERCHAR12USR02XUBNAMEXUSUSER_COMP
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
KHINRStandard Hierarchy Area KHINRCHAR12SETNR
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
LOGSYSTEMLogical System LOGSYSTEMCHAR10TBDLSALPHALOGSYS
FUNC_AREAFunctional Area FKBERCHAR16TFKBFKBERFBE
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
SPRAS2Language Key SPRASLANG1Assigned to domainISOLASPRASSPRH_T002
KTEXTGeneral Name KTEXTCHAR20TEXT20
LTEXTLong Text LTEXTCHAR40TEXT40

Key field Non-key field



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

As CSKS_BROAD 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 CSKS_BROAD as there is no data to select.

How to access SAP table CSKS_BROAD

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

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