SI_TKA01 SAP (Controlling areas) Structure details

Dictionary Type: Structure
Description: Controlling areas




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




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

SI_TKA01 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 "Controlling areas" 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_SI_TKA01 TYPE SI_TKA01.

The SI_TKA01 table consists of various fields, each holding specific information or linking keys about Controlling areas data available in SAP. These include KOMP1 (Indicator: Revenue must be converted), KOMP0 (Productive indicator for controlling area), KOMP2 (Indicator: reserve (not used at present)), ERKRS (Operating concern).. 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 SI_TKA01 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
KHINRStandard Hierarchy for Cost Centers KSTHICHAR12SETNR
KOMP1Indicator: Revenue must be converted KOMP1CHAR1CHAR1_X
KOMP0Productive indicator for controlling area KOMP0CHAR1CHAR1_X
KOMP2Indicator: reserve (not used at present) KOMP2CHAR1CHAR1_X
ERKRSOperating concern ERKRSCHAR4TKEBERKRSERB
DPRCTDummy Profit Center DPRCTCHAR10CEPCALPHAPRCTR
PHINRProfit center area PHINRCHAR12SETNR
PCLDGProfit center ledger PCLDGCHAR2T881ALPHARLDNR
PCBELElimination of internal bus. volume for Profit Center Acctg PCBELCHAR1CHAR1_X
XWBUKIndicator: Different Company Code Currency is Allowed XWBUKCHAR1XFELD
BPHINRStandard Hierarchy Area CO_BPHINRCHAR12SETNRKWH
XBPALEIndicator: ALE for active business process (process costs) XBPALECHAR1XFELD
KSTAR_FINCost element for vendor downpayments w/o purchase ord. ref. KSTAR_FINCHAR10CSKAALPHAKSTAR
KSTAR_FIDRevenue type for debitor downpayments without sales ord. ref KSTAR_FIDCHAR10CSKAALPHAKSTAR
PCACURLocal Currency for Profit Center Accounting PCACURCUKY5TCURCWAERS
PCACURTPCurrency type of the profit center report currency CURTPPCCHAR2CURTP
PCATRCURStore transaction currency in EC-PCA PCATRCURCHAR1XFELD
CTYPCurrency Type for Controlling Area CO_CTYPCHAR2CURTP
RCLACReconciliation Ledger Active RCLACTIVCHAR1RKACT
BLARTDocument Type for Reconcil. Postings From Reconcil. Ledger RCL_BLARTCHAR2T003BLARTBAR
FIKRSFinancial Management Area FIKRSCHAR4FM01FIKRSFIK
RCL_PRIMACReconciliation Ledger: Acct Determination for Primary CElms RCL_PRIMACCHAR1BOOLE
PCA_ALEMTMethod for Distributing Profit Centers Using ALE PCA_ALEMTCHAR2ALPHAPCA_ALEMT
PCA_VALUValuation View VALUTYPNUMC1VALUTYPVTP
CVPROFCurrency and Valuation Profile CVPROFCHAR4TCVPROFCVPROF
CVACTInd.: Currency and Valuation Profile Active CVACTCHAR1XFELD
VNAMEPerson Responsible for the Controlling Area CO_VNAMECHAR12USR02XUBNAME
PCA_ACC_DIFFAccount control when transferring valuation differences PCA_ACCOUNT_VAL_DIFFCHAR1PCA_ACCOUNT_VAL_DIFF
TP_VALOHBValuation View for Calculation Base VALUTYP_OH_BASENUMC1VALUTYP
DEFPRCTRDefault Profit Center for Nonassigned Processes FAGL_DEFPRCTRCHAR10CEPCALPHAPRCTR

Key field Non-key field



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

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

How to access SAP table SI_TKA01

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