TKKAR SAP (Rule Table for Results Analysis Update) Table details

Dictionary Type: Table
Description: Rule Table for Results Analysis Update




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




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

TKKAR is a standard SAP Table which is used to store Rule Table for Results Analysis Update data and is available within R/3 SAP systems depending on the version and release level.

The TKKAR table consists of various fields, each holding specific information or linking keys about Rule Table for Results Analysis Update data available in SAP. These include KOKRS (Controlling Area), VERSA (Results Analysis Version), ABGSL (Results Analysis Key), ZLNID (Line ID).. 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 or numeric)


SAP TKKAR 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
VERSAResults Analysis Version VERSN_ABGRCHAR3TKKAPALPHAVERSN_ABGRACV
ABGSLResults Analysis Key ABGR_SCHLCHAR6TKKAAABGR_SCHLACS
ZLNIDLine ID DZEILEN_IDCHAR3TKKAXKKA_ZID
KATEGCategory KATEGORIECHAR1KATEGORIE
KBSTBCost Element for Capitalized Costs + WIP (Creation/Balance) KST_BST_BICHAR10ALPHAKKG_KSTAR
KBSTVCost Element for Capitalized Costs and WIP (Usage) KST_BST_VBCHAR10ALPHAKKG_KSTAR
KRUEBCost Element for Reserves (Creation/Balance) KST_RUE_BICHAR10ALPHAKKG_KSTAR
KRUEVCost Element for Reserves (Usage) KST_RUE_VBCHAR10ALPHAKKG_KSTAR
KKDUSCost Element for Cost of Sales / Revenues KST_KDUCHAR10ALPHAKKG_KSTAR
KZIFRReserves Apportionment Number KENNZIFFERDEC5(2) KENNZIFFER
KZIFBCapitalized Costs Apportionment Number KENNZIFFEBDEC5(2) KENNZIFFER
EVFLDField names for progress analysis values (PS) EV_FELDCHAR10Assigned to domainEV_FELDDFD
ZLNI1Line ID DZEILEN_IDCHAR3Assigned to domainKKA_ZID
ZLNI2Line ID DZEILEN_IDCHAR3Assigned to domainKKA_ZID
ZLNI3Line ID DZEILEN_IDCHAR3Assigned to domainKKA_ZID
RFLG1Reserved for SAP Development RESERV_FLGCHAR1KKACHR1
RFLG2Reserved for SAP Development RESERV_FLGCHAR1KKACHR1
RFLG3Reserved for SAP Development RESERV_FLGCHAR1KKACHR1
MEINHUnit of Measure CO_MEINHUNIT3T006CUNITMEINS

Key field Non-key field



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

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

SELECT SINGLE *
FROM TKKAR
INTO CORRESPONDING FIELDS OF WA_TKKAR
WHERE...

How to access SAP table TKKAR

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