KKATATEN SAP (Interface: Data for Debit Results Analysis) Structure details

Dictionary Type: Structure
Description: Interface: Data for Debit Results Analysis




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




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

KKATATEN is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Interface: Data for Debit Results Analysis" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_KKATATEN TYPE KKATATEN.

The KKATATEN table consists of various fields, each holding specific information or linking keys about Interface: Data for Debit Results Analysis data available in SAP. These include OBJNR (Object number), KKABG (Cost Element for Credit/Debit Results Analysis), KABGS (Results Analysis Keys for Credit/Debit Results Analysis), BSKZD (Inventory Indicator for Debit Results Analysis).. 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP KKATATEN structure 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
OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
KKABGCost Element for Credit/Debit Results Analysis KST_KABGRCHAR10ALPHAKKG_KSTAR
KABGSResults Analysis Keys for Credit/Debit Results Analysis KABGR_SCHLCHAR6Assigned to domainKABGR_SCHL
BSKZDInventory Indicator for Debit Results Analysis BSTKZ_DABGCHAR1BSTKZ_DABG
.INCLU-AE 0
VORP_AECumulative Value to Prev. Period: Total in CO Area Currency VORPKUMKGCURR15(2) WERTV8
LFDP_AEPeriodic Value for Current Period: Total in CO Area Currency LFDPPERKGCURR15(2) WERTV8
FLGP_AEPeriodic Value for Subseq. Period: Total in CO Area Currency FLGPPERKGCURR15(2) WERTV8
.INCLU-BB 0
VORP_BBCumulative Value to Prev. Period: Total in CO Area Currency VORPKUMKGCURR15(2) WERTV8
LFDP_BBPeriodic Value for Current Period: Total in CO Area Currency LFDPPERKGCURR15(2) WERTV8
FLGP_BBPeriodic Value for Subseq. Period: Total in CO Area Currency FLGPPERKGCURR15(2) WERTV8
.INCLU-BV 0
VORP_BVCumulative Value to Prev. Period: Total in CO Area Currency VORPKUMKGCURR15(2) WERTV8
LFDP_BVPeriodic Value for Current Period: Total in CO Area Currency LFDPPERKGCURR15(2) WERTV8
FLGP_BVPeriodic Value for Subseq. Period: Total in CO Area Currency FLGPPERKGCURR15(2) WERTV8
.INCLU-I 0
VORP_ICumulative Value to Prev. Period: Total in CO Area Currency VORPKUMKGCURR15(2) WERTV8
LFDP_IPeriodic Value for Current Period: Total in CO Area Currency LFDPPERKGCURR15(2) WERTV8
FLGP_IPeriodic Value for Subseq. Period: Total in CO Area Currency FLGPPERKGCURR15(2) WERTV8
.INCLU-N 0
VORP_NCumulative Value to Prev. Period: Total in CO Area Currency VORPKUMKGCURR15(2) WERTV8
LFDP_NPeriodic Value for Current Period: Total in CO Area Currency LFDPPERKGCURR15(2) WERTV8
FLGP_NPeriodic Value for Subseq. Period: Total in CO Area Currency FLGPPERKGCURR15(2) WERTV8
.INCLU-A 0
VORP_ACumulative Value to Prev. Period: Total in CO Area Currency VORPKUMKGCURR15(2) WERTV8
LFDP_APeriodic Value for Current Period: Total in CO Area Currency LFDPPERKGCURR15(2) WERTV8
FLGP_APeriodic Value for Subseq. Period: Total in CO Area Currency FLGPPERKGCURR15(2) WERTV8
.INCLU-F 0
VORP_FCumulative Value to Prev. Period: Total in CO Area Currency VORPKUMKGCURR15(2) WERTV8
LFDP_FPeriodic Value for Current Period: Total in CO Area Currency LFDPPERKGCURR15(2) WERTV8
FLGP_FPeriodic Value for Subseq. Period: Total in CO Area Currency FLGPPERKGCURR15(2) WERTV8
.INCLU-W 0
VORP_WCumulative Value to Prev. Period: Total in CO Area Currency VORPKUMKGCURR15(2) WERTV8
LFDP_WPeriodic Value for Current Period: Total in CO Area Currency LFDPPERKGCURR15(2) WERTV8
FLGP_WPeriodic Value for Subseq. Period: Total in CO Area Currency FLGPPERKGCURR15(2) WERTV8
.INCLU-PG 0
GES_PGCumulative Value for All Periods: Total in CO Area Currency TOTLKUMKGCURR15(2) WERTV8
.INCLU-PP 0
GES_PPCumulative Value for All Periods: Total in CO Area Currency TOTLKUMKGCURR15(2) WERTV8

Key field Non-key field



How do I retrieve data from SAP structure KKATATEN using ABAP code?

As KKATATEN is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on KKATATEN as there is no data to select.

How to access SAP table KKATATEN

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