TKKAZ SAP (Assignment Table for Results Analysis) Table details

Dictionary Type: Table
Description: Assignment Table for Results Analysis




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




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

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

The TKKAZ table consists of various fields, each holding specific information or linking keys about Assignment Table for Results Analysis data available in SAP. These include KOKRS (Controlling Area), VERSA (Results Analysis Version), ABGSL (Results Analysis Key), KOAMK (Masked Cost Element).. 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 TKKAZ 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
KOAMKMasked Cost Element KSTAR_MASKCHAR10KKGCHR10
KRKMKMasked Material Origin KOKRS_MASKCHAR4KKACHR4
KSTMKMasked Cost Center KOSTL_MASKCHAR10KKGCHR10
LARMKMasked Activity Type LSTAR_MASKCHAR6KKGCHR6
PRZMKBusiness Process Number Masked PRZNR_MASKCHAR12KKACHR12
BEKMKDebit/Credit Indicator Masked BEKNZ_MASKCHAR1BEKNZ_MASK
VFKMKVariable/Fixed Indicator Masked VA_FI_MASKCHAR1VA_FI_MASK
KYRS1Apportionment Reason Masked KKA_COSTYPCHAR2KKACHR2
KYRS2Reserved for SAP Development RESERV_FLGCHAR1KKACHR1
KYRS3Reserved for SAP Development RESERV_FLGCHAR1KKACHR1
BEMMKAccounting Indicator - Masked KKA_BEMOTCHAR2KKACHR2
ZGLABValid-From Period: Period and Fiscal Year KKAPER_INVNUMC7KKAPJKKAPER_INV
ZIDAPLine ID (Requirement to Capitalize) DZLNID_APCHAR3TKKAXKKA_ZID
ZIDAWLine ID (Option to Capitalize) DZLNID_AWCHAR3TKKAXKKA_ZID
ZIDNFLine ID (Prohibition to Capitalize) DZLNID_NAFCHAR3TKKAXKKA_ZID
AWRPZPercentage for Option to Capitalize AW_PRZDEC5(2) KKGPROZENT
NAFPZPercentage for Prohibition to Capitalize NAF_PRZDEC5(2) KKGPROZENT

Key field Non-key field



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

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

SELECT SINGLE *
FROM TKKAZ
INTO CORRESPONDING FIELDS OF WA_TKKAZ
WHERE...

How to access SAP table TKKAZ

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