RDB_KFCAT SAP (Key Figure Category: Settings for Non-Generic Key Figures) Table details

Dictionary Type: Table
Description: Key Figure Category: Settings for Non-Generic Key Figures




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




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

RDB_KFCAT is a standard SAP Table which is used to store Key Figure Category: Settings for Non-Generic Key Figures data and is available within R/3 SAP systems depending on the version and release level.

The RDB_KFCAT table consists of various fields, each holding specific information or linking keys about Key Figure Category: Settings for Non-Generic Key Figures data available in SAP. These include TAB_REC_POS (Table Name: Single Record Items for Key Figure Category), STR_INTF_REC (Structure Name of Single Record Interface for Key Fig. Cat.), VIEW_REC_POS (View Name: Single Record Items for Key Figure Category), FUNC_REC_POS (Name of Funct. Module: Single Record Items for Key Fig. Cat.).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP RDB_KFCAT 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
CATEGORYKey Figure Category AFWKF_CATEGORYCHAR10AFWKF_CATEAFWKF_CATEGORY
TAB_REC_POSTable Name: Single Record Items for Key Figure Category RDB_TABNM_RPOSCHAR16DBOBJ_NAME
STR_INTF_RECStructure Name of Single Record Interface for Key Fig. Cat. RDB_STRNM_INTF_RECCHAR30Assigned to domainAS4TAB
VIEW_REC_POSView Name: Single Record Items for Key Figure Category RDB_VIEWNM_RPOSCHAR16DBOBJ_NAME
FUNC_REC_POSName of Funct. Module: Single Record Items for Key Fig. Cat. RDB_FUNCNM_POSCHAR30Assigned to domainFUNCNAME
FUNC_REC_POSCNVName of Funct.Mod.: Single Rec. Item Conv. for Key Fig. Cat. RDB_FUNCNM_POSCNVCHAR30Assigned to domainFUNCNAME
TAB_SUMTable Name for Totals Records for Key Figure Category RDB_TABNM_SUMCHAR16DBOBJ_NAME
STR_INTF_SUMStructure Name of Totals Records Interface for Key Fig. Cat. RDB_STRNM_INTF_SUMCHAR30Assigned to domainAS4TAB

Key field Non-key field



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

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

SELECT SINGLE *
FROM RDB_KFCAT
INTO CORRESPONDING FIELDS OF WA_RDB_KFCAT
WHERE...

How to access SAP table RDB_KFCAT

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