TKA01 SAP (Controlling Areas) Table details

Dictionary Type: Table
Description: Controlling Areas




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




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

TKA01 is a standard SAP Table which is used to store Controlling Areas data and is available within R/3 SAP systems depending on the version and release level.

The TKA01 table consists of various fields, each holding specific information or linking keys about Controlling Areas data available in SAP. These include KOKRS (Controlling Area), BEZEI (Name of the controlling area), WAERS (Currency Key), KTOPL (Chart of Accounts).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP TKA01 table 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
MANDTClient MANDTCLNT3T000MANDT
KOKRSControlling Area KOKRSCHAR4CACCDCAC
BEZEIName of the controlling area BEZEICHAR25TEXT25
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
KTOPLChart of Accounts KTOPLCHAR4T004KTOPLKPLC_KTOPL
LMONAFiscal Year Variant PERIVCHAR2T009PERIV
KOKFIAllocation Indicator KOKFICHAR1KOKFI
LOGSYSTEMLogical System LOGSYSTEMCHAR10TBDLSALPHALOGSYS
ALEMTCost center distribution method via ALE CO_ALEMTCHAR2ALPHACO_ALEMT
MD_LOGSYSTEMLogical system for master data maintenance MASTERDATA_LOGSYSTEMCHAR10TBDLSALPHALOGSYS
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
AUTH_USE_NO_STDDo Not Use Standard Hierarchy for Authorizations AUTH_USE_NO_STDCHAR1CHAR1
AUTH_USE_ADD1Use First Alternative Hierarchy for Authorizations AUTH_USE_ADD1CHAR1CHAR1
AUTH_USE_ADD2Use Second Alternative Hierarchy for Authorizations AUTH_USE_ADD2CHAR1CHAR1
AUTH_KE_NO_STDDo Not Use Standard Hierarchy for Authorizations AUTH_USE_NO_STDCHAR1CHAR1
AUTH_KE_USE_ADD1Use First Alternative Hierarchy for Authorizations AUTH_USE_ADD1CHAR1CHAR1
AUTH_KE_USE_ADD2Use Second Alternative Hierarchy for Authorizations AUTH_USE_ADD2CHAR1CHAR1

Key field Non-key field



How do I retrieve data from SAP table TKA01 using ABAP code

The following ABAP code Example will allow you to do a basic selection on TKA01 to SELECT all data from the table
DATA: WA_TKA01 TYPE TKA01.

SELECT SINGLE *
FROM TKA01
INTO CORRESPONDING FIELDS OF WA_TKA01
WHERE...

How to access SAP table TKA01

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