KSA00 SAP (Cost Centers, Accrual Costs) Structure details

Dictionary Type: Structure
Description: Cost Centers, Accrual Costs




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




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

KSA00 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 Centers, Accrual Costs" 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_KSA00 TYPE KSA00.

The KSA00 table consists of various fields, each holding specific information or linking keys about Cost Centers, Accrual Costs data available in SAP. These include KOKRS_TXT (Name of the controlling area), GJAHR (Fiscal Year), PERIO_FROM (First period), PERIO_TO (Last Period).. 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: Not classified


SAP KSA00 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
KOKRSControlling Area KOKRSCHAR4TKA01CACCDCAC
KOKRS_TXTName of the controlling area BEZEICHAR25TEXT25
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
PERIO_FROMFirst period FROM_PNUMC3RPMAXVPE
PERIO_TOLast Period TO_PNUMC3RPMAXBPE
VERSNVersion VERSNCHAR3TKA09ALPHACOVERSIKVS
VERSN_TXTVersion Text VSTXTCHAR30TEXT30
KZ_KOSTLCost center CO_KZKOSTLCHAR1XFELD
KOSTLCost Center KOSTLCHAR10Assigned to domainALPHAKOSTLKOS
KOSTL_TXTGeneral Name KTEXTCHAR20TEXT20
KZ_GRKSTCost center group CO_KZKSGRUCHAR1XFELD
KSGRUCost Center Group KSGRUCHAR15GRPNAMEKSG
KSGRU_TXTShort description of a set SETTEXTCHAR40TEXT40
SETIDIdentification of a set SETIDCHAR34SETIDGSI
KZ_ALKSTAll Cost Centers CO_ALLEKSTCHAR1XFELD
FLG_TESTTest Run ALLGTESTCHAR1XFELD
FLG_LISTDisplay detailed lists LISTFLGCHAR1XFELD
FLG_BATCHBackground Processing BATCHFLGCHAR1XFELD
WSDATValue Date for Currency Translation WSDATDATS8DATUMWSD
BUCHENIndicator 'post accrual / only display' BUCHEN_ABGCHAR1SELKZ_EA
DIALOGIndicator 'imputed cost processing online' DIALOG_ABGCHAR1SELKZ_EA
STORNONew Input Values XFLAGCHAR1XFLAG

Key field Non-key field



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

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

How to access SAP table KSA00

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