TFKBA_GRID_GROUP SAP (Balances Grid of Balances Group) Table details

Dictionary Type: Table
Description: Balances Grid of Balances Group




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




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

TFKBA_GRID_GROUP is a standard SAP Table which is used to store Balances Grid of Balances Group data and is available within R/3 SAP systems depending on the version and release level.

The TFKBA_GRID_GROUP table consists of various fields, each holding specific information or linking keys about Balances Grid of Balances Group data available in SAP. These include SGVAR (Balances Group (Key)), SGCOL (Column Number in Balances Group), SIVAR (Balances Grid (Key)).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TFKBA_GRID_GROUP table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
SGVARBalances Group (Key) SGVAR_KKCHAR3TFKBA_GRPCHAR3
SGCOLColumn Number in Balances Group SGCOL_KKNUMC1SGCOL_KK
SIVARBalances Grid (Key) SIVAR_KKCHAR6TFKBA_GRIDCHAR6

Key field Non-key field



How do I retrieve data from SAP table TFKBA_GRID_GROUP using ABAP code

The following ABAP code Example will allow you to do a basic selection on TFKBA_GRID_GROUP to SELECT all data from the table
DATA: WA_TFKBA_GRID_GROUP TYPE TFKBA_GRID_GROUP.

SELECT SINGLE *
FROM TFKBA_GRID_GROUP
INTO CORRESPONDING FIELDS OF WA_TFKBA_GRID_GROUP
WHERE...

How to access SAP table TFKBA_GRID_GROUP

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