TKKAS_L SAP (Control Table for Results Analysis) Table details

Dictionary Type: Table
Description: Control Table for Results Analysis




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




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

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

The TKKAS_L table consists of various fields, each holding specific information or linking keys about Control Table for Results Analysis data available in SAP. These include KOKRS (Controlling Area), VERSA (Results Analysis Version), ABGSL (Results Analysis Key), XPERT (Indicator: Expert Mode 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: Not classified


SAP TKKAS_L 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
XPERTIndicator: Expert Mode Active KKA_EXPERTCHAR1XFLAG
STAT1Status for Cancellation of Inventory (CO-PC) KK_AUFL_BCHAR5TJ02J_ISTAT
STAT2Status for Cancellation of Inventory and Reserves KK_AUFL_RCHAR5TJ02J_ISTAT
METHOResults Analysis Method (CO-PC) KK_EE_METHCHAR2TKKAEKK_EE_METH
EBBEWValuation Level EBENE_BEWCHAR1EBENE_BEW
GEWBSProfit Basis for Results Analysis and WIP GEW_BASISCHAR1GEW_BASIS
MIBSTMinimum Capitalized Costs Value MINWRT_BSTCURR15(2) WERTV8
MIRUEMinimum Reserves for Unrealized Costs MINWRT_RUECURR15(2) WERTV8
MIPROMinimum Reserves for Cost of Complaints and Commissions MINWRT_PROCURR15(2) WERTV8
MIRDVMinimum Reserves for Imminent Loss MINWRT_RDVCURR15(2) WERTV8
RFLG5Profit Basis Quantity MNGBASCHAR1MNGBAS
PROFNRDynamic Item Processor Profile AD01PROFNRCHAR8AD01C_PROFAD01PROFNRAD0DIP_PROFILE
VERSSProgress Version VERSN_EVCHAR3EVVSALPHAVERSN_EVVERSN_EVEVVS_VERSN_EV

Key field Non-key field



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

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

SELECT SINGLE *
FROM TKKAS_L
INTO CORRESPONDING FIELDS OF WA_TKKAS_L
WHERE...

How to access SAP table TKKAS_L

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