KLBMG SAP (Technical Transaction Category - Assessment Basis) Structure details

Dictionary Type: Structure
Description: Technical Transaction Category - Assessment Basis




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




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

KLBMG 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 "Technical Transaction Category - Assessment Basis" 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_KLBMG TYPE KLBMG.

The KLBMG table consists of various fields, each holding specific information or linking keys about Technical Transaction Category - Assessment Basis data available in SAP. These include SBARWWHR (Currency of Assessment Basis 1), BNOMI (Amount of Assessment Basis 2 in Currency), SNOMIWHR (Currency of Assessment Basis 2), BZUSAGE (Amount of Assessment Basis 3 in 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: Cannot Be Enhanced


SAP KLBMG 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
BBARWAmount of Assessment Basis 1 in Currency KL_BG1CURR17(2) KL_AMOUNT
SBARWWHRCurrency of Assessment Basis 1 KL_BG1CURRCUKY5TCURCWAERS
BNOMIAmount of Assessment Basis 2 in Currency KL_BG2CURR17(2) KL_AMOUNT
SNOMIWHRCurrency of Assessment Basis 2 KL_BG2CURRCUKY5TCURCWAERS
BZUSAGEAmount of Assessment Basis 3 in Currency KL_BG3CURR17(2) KL_AMOUNT
SZUSAGEWHRCurrency of Assessment Basis 3 KL_BG3CURRCUKY5TCURCWAERS
BCFEINAmount of Assessment Basis 4 in Currency KL_BG4CURR17(2) KL_AMOUNT
SCFEINWHRCurrency of Assessment Basis 4 KL_BG4CURRCUKY5TCURCWAERS
BCFAUSAmount of Assessment Basis 5 in Currency KL_BG5CURR17(2) KL_AMOUNT
SCFAUSWHRCurrency of Assessment Basis 5 KL_BG5CURRCUKY5TCURCWAERS

Key field Non-key field



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

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

How to access SAP table KLBMG

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