RDB_APPL SAP (Analyzer Application: Settings for Results Database) Table details

Dictionary Type: Table
Description: Analyzer Application: Settings for Results Database




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




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

RDB_APPL is a standard SAP Table which is used to store Analyzer Application: Settings for Results Database data and is available within R/3 SAP systems depending on the version and release level.

The RDB_APPL table consists of various fields, each holding specific information or linking keys about Analyzer Application: Settings for Results Database data available in SAP. These include TAB_REC_HEADER (Table Name for Single Record Header), TAB_REC_GENPOS (Table Name: Generic Single Record Items), TAB_REC_CURRPOS (Table Name: Generic Single Record Items in Currency), TAB_SUM_GEN (Table Name: Generic Totals Records).. 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: Cannot Be Enhanced


SAP RDB_APPL 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
APPLICATIONAnalyzer Application AFW_APPLICATIONCHAR2AFW_APPLAFW_APPLICATION
TAB_REC_HEADERTable Name for Single Record Header RDB_TABNM_RHEADERCHAR16DBOBJ_NAME
TAB_REC_GENPOSTable Name: Generic Single Record Items RDB_TABNM_RGENCHAR16DBOBJ_NAME
TAB_REC_CURRPOSTable Name: Generic Single Record Items in Currency RDB_TABNM_RCURRCHAR16DBOBJ_NAME
TAB_SUM_GENTable Name: Generic Totals Records RDB_TABNM_SGENCHAR16DBOBJ_NAME
TAB_SUM_CURRTable Name: Generic Totals Records in Currency RDB_TABNM_SCURRCHAR16DBOBJ_NAME
TAB_NSUM_GENTable Name: Generic Non-Additive Final Results RDB_TABNM_NSGENCHAR16DBOBJ_NAME
TAB_NSUM_CURRTable Name: Generic Non-Additive Final Results in Currency RDB_TABNM_NSCURRCHAR16DBOBJ_NAME
TAB_NSUM_GEN_RTable Name: Generic Non-Additive Final Results RDB_TABNM_NSGENCHAR16DBOBJ_NAME
VIEW_REC_GENPOSView Name: Generic Single Record Items RDB_VIEWN_RGENCHAR16DBOBJ_NAME
VIEW_REC_CURRPOSView Name: Generic Single Record Items in Currency RDB_VIEWN_RCURRCHAR16DBOBJ_NAME
TAB_REC_QUANTable Name: Generic Single Record Quantity Items RDB_TABNM_QUANCHAR16DBOBJ_NAME

Key field Non-key field



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

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

SELECT SINGLE *
FROM RDB_APPL
INTO CORRESPONDING FIELDS OF WA_RDB_APPL
WHERE...

How to access SAP table RDB_APPL

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