TKA00 SAP (Control parameters for controlling areas) Table details

Dictionary Type: Table
Description: Control parameters for controlling areas




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




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

TKA00 is a standard SAP Table which is used to store Control parameters for controlling areas data and is available within R/3 SAP systems depending on the version and release level.

The TKA00 table consists of various fields, each holding specific information or linking keys about Control parameters for controlling areas data available in SAP. These include KOKRS (Controlling Area), GJAHR (Fiscal Year), KOSTS (Cost Center Accounting Active), AUFTR (Order Management Active).. 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 TKA00 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 KOKRSCHAR4TKA01CACCDCAC
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
KOSTSCost Center Accounting Active KOSTSCHAR1RKAC2
AUFTROrder Management Active AUFTRCHAR1RKAC2
PRJKTProjects active PRJKTCHAR1RKACT
OAUFTCommitments Management Active CO_OBLIGOCHAR1OBLACT
RKBUKCO Company Code Validation RKBUKCHAR1RKACT
ERGBRProfitability analysis active ERGBRCHAR1RKE_ACT
KKALKCO product costing active KKALKCHAR1RKACT
HHPLNFunds management active HHPLNCHAR1RKACT
RABWGCompute with variances RABWGCHAR1RKACT
RMBSTPurchasing is active RMBSTCHAR1RKACT
MATSTCost Objects Active MATSTCHAR1RKACT
RMKALProduct costing is active RMKALCHAR1RKACT
ANLAAAsset Accounting Active ANLAACHAR1RKACT
RFKUNFI cust.master active RFKUNCHAR1RKACT
RFDISFI financial budgeting is active RFDISCHAR1RKACT
GLSYSGeneral ledger system active GLSYSCHAR1RKACT
RPPERHuman Resources is active RPPERCHAR1RKACT
RVAUFSD Order Processing is Active RVAUFCHAR1RKACT
OBLVBInd. Commitment Management with Sales Orders CO_OBLVBCHAR1OBLVB
RVFAKSD Billing is active RVFAKCHAR1RKACT
RFZALUpdate payments assigned to projects RFZALCHAR1RKACT
RFANZUpdate of down payments to projects and orders RFANZCHAR1RKACT
ALLEWUpdate all Currencies ALLEWCHAR1RKACT
PCRCHProfit Center Accounting is active PCRCHCHAR1PCRCH
KAEINTransfer Incoming Sales Orders to CO-PA RKE_KAEINGCHAR1RKE_KAEING
COABCActivity-Based Costing Active COABCCHAR1RKAC3
ACTPAAccount Assignment: Activity Type Active ACTPACHAR1RKACT
PCTRPProfit Center Valuation Active in CO-PA RKE_PCTRPCHAR1RKE_PCTRP
REACTIVEReal Estate Management Active VVXREACTIVECHAR1RKACT
ADD_HIER1Group Name GRPNAMECHAR15GRPNAMEHNA
ADD_HIER2Group Name GRPNAMECHAR15GRPNAMEHNA
KE_ADD_HIER1Group Name GRPNAMECHAR15GRPNAMEHNA
KE_ADD_HIER2Group Name GRPNAMECHAR15GRPNAMEHNA

Key field Non-key field



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

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

SELECT SINGLE *
FROM TKA00
INTO CORRESPONDING FIELDS OF WA_TKA00
WHERE...

How to access SAP table TKA00

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