KKADATEN SAP (Interface: Data for Credit Results Analysis) Structure details

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




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




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

KKADATEN 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 Credit 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_KKADATEN TYPE KKADATEN.

The KKADATEN table consists of various fields, each holding specific information or linking keys about Interface: Data for Credit Results Analysis data available in SAP. These include OBJNR (Object number), KKABG (Cost Element for Credit/Debit Results Analysis), REFBN (Reference Document Number), RFPOS (Item number of reference document).. 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 KKADATEN 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
REFBNReference Document Number CO_REFBNCHAR10ALPHABELNR
RFPOSItem number of reference document CC_RFPOSNUMC5NUMC05
KABGSResults Analysis Keys for Credit/Debit Results Analysis KABGR_SCHLCHAR6Assigned to domainKABGR_SCHL
RUEKZReserves Indicator for Credit Results Analysis RUEKZ_KABGCHAR1RUEKZ_KABG
BSTKZInventory Indicator for Credit Results Analysis BSTKZ_KABGCHAR1BSTKZ_KABG
.INCLU-AK 0
VORP_AKCumulative Value to Prev. Period: Total in CO Area Currency VORPKUMKGCURR15(2) WERTV8
LFDP_AKPeriodic Value for Current Period: Total in CO Area Currency LFDPPERKGCURR15(2) WERTV8
FLGP_AKPeriodic 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-RB 0
VORP_RBCumulative Value to Prev. Period: Total in CO Area Currency VORPKUMKGCURR15(2) WERTV8
LFDP_RBPeriodic Value for Current Period: Total in CO Area Currency LFDPPERKGCURR15(2) WERTV8
FLGP_RBPeriodic Value for Subseq. Period: Total in CO Area Currency FLGPPERKGCURR15(2) WERTV8
.INCLU-RV 0
VORP_RVCumulative Value to Prev. Period: Total in CO Area Currency VORPKUMKGCURR15(2) WERTV8
LFDP_RVPeriodic Value for Current Period: Total in CO Area Currency LFDPPERKGCURR15(2) WERTV8
FLGP_RVPeriodic 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-B 0
VORP_BCumulative Value to Prev. Period: Total in CO Area Currency VORPKUMKGCURR15(2) WERTV8
LFDP_BPeriodic Value for Current Period: Total in CO Area Currency LFDPPERKGCURR15(2) WERTV8
FLGP_BPeriodic 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 KKADATEN using ABAP code?

As KKADATEN 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 KKADATEN as there is no data to select.

How to access SAP table KKADATEN

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