KSA02 SAP (Cost Centers, Accrual Maintenance) Structure details

Dictionary Type: Structure
Description: Cost Centers, Accrual Maintenance




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




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

KSA02 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 Maintenance" 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_KSA02 TYPE KSA02.

The KSA02 table consists of various fields, each holding specific information or linking keys about Cost Centers, Accrual Maintenance data available in SAP. These include KOKRS_TXT (Name of the controlling area), KVEWE (Usage of the condition table), KVEWE_TXT (Description), KAPPL (Application).. 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 KSA02 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
KVEWEUsage of the condition table KVEWECHAR1T681VKVEWEKVW
KVEWE_TXTDescription BEZEI20CHAR20TEXT20
KAPPLApplication KAPPLCHAR2T681AKAPPLKAP
KAPPL_TXTDescription BEZEI20CHAR20TEXT20
SEL_ZUENTEdit Accrual Objects (Overhead Credit Key) SEL_ZUENTCHAR1SELKZ_EA
VAL_ZUENTOverhead Credit Key DZUENTCHAR3KVSCHLELS
SEL_BKONDEdit calculation base (base condition types) SEL_BKONDCHAR1SELKZ_EA
VAL_BKONDCondition Type KSCHLCHAR4T685KSCHLVKS
SEL_ZKONDProcess Overhead Rates (Conditions) SEL_ZKONDCHAR1SELKZ_EA
VAL_ZKONDCondition Type KSCHLCHAR4T685KSCHLVKS
SEL_KALSMEdit Overhead Structure SEL_KALSMCHAR1SELKZ_EA
VAL_KALSMProcedure (Pricing, Output Control, Acct. Det., Costing,...) KALSM_DCHAR6T683KALSM
SEL_TKSA0Edit validity periods (table TKSA0) SEL_TKSA0CHAR1SELKZ_EA
SEL_KSCHLEdit Condition Types (Base and Overhead Conditions) SEL_KSCHLCHAR1SELKZ_EA
VAL_KSCHLCondition Type KSCHLCHAR4T685KSCHLVKS
SEL_TKZU9Edit credit objects for target=actual cost elements SEL_TKZU9CHAR1SELKZ_EA

Key field Non-key field



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

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

How to access SAP table KSA02

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