FKKINFOBAL SAP (Balances for Configurable Table Controls, BAPI Balances) Structure details

Dictionary Type: Structure
Description: Balances for Configurable Table Controls, BAPI Balances




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




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

FKKINFOBAL 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 "Balances for Configurable Table Controls, BAPI Balances" 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_FKKINFOBAL TYPE FKKINFOBAL.

The FKKINFOBAL table consists of various fields, each holding specific information or linking keys about Balances for Configurable Table Controls, BAPI Balances data available in SAP. These include SALDOBEZ4 (Name of the balance to be displayed), SALDOBEZ3 (Description of displayed balance), SALDOBEZ2 (Name of the balance to be displayed), SALDOBEZ (Item description (month number or indicator)).. 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 FKKINFOBAL 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
SALDOBEZ5Name of the Balance to be Displayed SALDOBEZ5_KKCHAR10TEXT10
SALDOBEZ4Name of the balance to be displayed SALDOBEZ4_KKCHAR10TEXT10
SALDOBEZ3Description of displayed balance SALDOBEZ3_KKCHAR10TEXT10
SALDOBEZ2Name of the balance to be displayed SALDOBEZ2_KKCHAR10TEXT10
SALDOBEZItem description (month number or indicator) SALDOBEZ_KKCHAR10TEXT10
ICONCarrier field for icons ICON_TEXTCHAR132SYCHAR132
SALDOBETRAmount of balance to be displayed SALDOBETR_KKCURR13(2) WRTV7
DATUMDate DATUMDATS8DATUM
MONATMonth number for creditworthiness MONAT_KKCHAR2CHAR02
WERTIndicator for Payment History per Unit (Item/Month) WERT_KKCHAR2CHAR02
MONWERTMonth value for creditworthiness MONWERT_KKCHAR2CHAR2

Key field Non-key field



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

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

How to access SAP table FKKINFOBAL

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