TKKA2 SAP (Control/Assignment Table for Credit/Debit Results Analysis) Table details

Dictionary Type: Table
Description: Control/Assignment Table for Credit/Debit Results Analysis




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




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

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

The TKKA2 table consists of various fields, each holding specific information or linking keys about Control/Assignment Table for Credit/Debit Results Analysis data available in SAP. These include KOKRS (Controlling Area), KABGS (Results Analysis Keys for Credit/Debit Results Analysis), KOAMK (Masked Cost Element), ZGLAB (Valid-From Period, Inverse Display).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP TKKA2 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
KABGSResults Analysis Keys for Credit/Debit Results Analysis KABGR_SCHLCHAR6TKKA1KABGR_SCHL
KOAMKMasked Cost Element KSTAR_MASKCHAR10KKGCHR10
ZGLABValid-From Period, Inverse Display PER_INV_KNUMC7PERIVPER_INV_K
KOAMKZSource Cost Elements Indicator KSTAR_MKZCHAR1KSTAR_MKZ
KOABGCost Element for Credit/Debit Results Analysis KST_KABGRCHAR10ALPHAKKG_KSTAR
RUEKZReserves Indicator for Credit Results Analysis RUEKZ_KABGCHAR1RUEKZ_KABG
BSTKZInventory Indicator for Credit Results Analysis BSTKZ_KABGCHAR1BSTKZ_KABG
BSKZDInventory Indicator for Debit Results Analysis BSTKZ_DABGCHAR1BSTKZ_DABG

Key field Non-key field



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

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

SELECT SINGLE *
FROM TKKA2
INTO CORRESPONDING FIELDS OF WA_TKKA2
WHERE...

How to access SAP table TKKA2

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