XKAABGR SAP (Results analysis data for import to the function module) Structure details

Dictionary Type: Structure
Description: Results analysis data for import to the function module




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




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

XKAABGR 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 "Results analysis data for import to the function module" 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_XKAABGR TYPE XKAABGR.

The XKAABGR table consists of various fields, each holding specific information or linking keys about Results analysis data for import to the function module data available in SAP. These include AWKUS (Results Analysis: Balance, Creation/Cancellation, Usage), ZLNID (Line ID), ABGRKUMKG (Cumulative Results Analysis Total Value in CO Area Currency), ABGRKUMKF (Cumulative Results Analysis Value Fixed in CO Area Currency).. 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 XKAABGR 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
ABGTYResults Analysis Form ABGR_ABGTYCHAR1ABGR_ABGTY
AWKUSResults Analysis: Balance, Creation/Cancellation, Usage ABGR_AWKUSCHAR1ABGR_AWKUS
ZLNIDLine ID DZEILEN_IDCHAR3Assigned to domainKKA_ZID
ABGRKUMKGCumulative Results Analysis Total Value in CO Area Currency ABGRKUMKGCURR15(2) WERTV8
ABGRKUMKFCumulative Results Analysis Value Fixed in CO Area Currency ABGRKUMKFCURR15(2) WERTV8
ABGRJHRKGCumulative Results Analysis Total Value in CO Area Currency ABGRKUMKGCURR15(2) WERTV8
ABGRJHRKFCumulative Results Analysis Value Fixed in CO Area Currency ABGRKUMKFCURR15(2) WERTV8
ABGRPERKGPeriodic Results Analysis Total Value in CO Area Currency ABGRPERKGCURR15(2) WERTV8
ABGRPERKFPeriodic Results Analysis Value (Fixed) in CO Area Currency ABGRPERKFCURR15(2) WERTV8
ABGRMNGKUMTotal Quantity MEGXXXQUAN15(3) MENGV8
ABGRMNGJHRTotal Quantity MEGXXXQUAN15(3) MENGV8
ABGRMNGPERTotal Quantity MEGXXXQUAN15(3) MENGV8

Key field Non-key field



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

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

How to access SAP table XKAABGR

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