RKB1UI SAP (Internal RKB1U) Structure details

Dictionary Type: Structure
Description: Internal RKB1U




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




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

RKB1UI 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 "Internal RKB1U" 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_RKB1UI TYPE RKB1UI.

The RKB1UI table consists of various fields, each holding specific information or linking keys about Internal RKB1U data available in SAP. These include CUANM (Name of control program for drill-down reporting), M_CUANM (Program RKCDUMON for data mining reports), RNAMEI (ABAP/4 report program for selection exits), APPL (Application).. 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 RKB1UI 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
CUANMName of control program for drill-down reporting RKE_CUANMCHAR40Assigned to domainPROGRAMM
M_CUANMProgram RKCDUMON for data mining reports CFMCUANMCHAR8CHAR8
RNAMEIABAP/4 report program for selection exits CFRNAMEICHAR40Assigned to domainPROGRAMM
APPLApplication RDIR_APPLCHAR1Assigned to domainPAPPL
CLASProgram class CFCLASSCHAR6Assigned to domainCLASS
NACHLESENApplication uses the function 'read' CFNEWSELECTCHAR1FLAG
SEL_VERSelection screen version RDIR_TYPECHAR3SYCHAR03
LDBNAMELDB name LDBNAMCHAR20LDBNAMELDBSH_LDBD
NO_SCREENNo selection screen, if no variables are available CFNOSCREENCHAR1BOOLE
TABKZSeveral tables in an application? CFTABKZCHAR1CFTABKZ
USER_EXITNumber for user-exit in drilldown reporting CFUEBEGINNUMC3NUM3
PERIOKZFlag for creating PERIO from PERDE CFPERIOKZCHAR1XFLAG
POPUP_EXECDialog box when calling up a report CFPOPUPCHAR1XFELD
SEL_DFDefault for selection when executing a report CFSEL_DFCHAR1CHAR1
FB_DATAFM for data selection CFFBDATACHAR30Assigned to domainFUNCNAME
EXPTIMESelection FM contains export parameters for selection time CFEXPTIMECHAR1BOOLE
FB_WAERSFM for determining currencies CFFBWAERSCHAR30Assigned to domainFUNCNAME
FB_H_INFOFM for hierarchy information CFFBHINFOCHAR30Assigned to domainFUNCNAME
FB_GENERName of the generating module for data reading (Drill-Down) CFFBGENERCHAR30Assigned to domainFUNCNAME
FB_ADD_INSIGHTFunction module for transfer of ADD_SEL to inSight CFFB_ADDSEL_TO_INSIGHTCHAR30Assigned to domainFUNCNAME
REDUCE_SELSEL_TAB should be reduced by the drilldown reporting tool. CFREDU_SELCHAR1XFELD
ADDSELKZAdditional selections on report selection screen? CFADDSELCHAR1XFLAG
WAERS_OKData has decimal places for currency CFWAERS_OKCHAR1XFELD
WAERS_DYCurrency does not have to be known until report execution? CFWAERS_DYCHAR1CFWAERS_DY
OK_CODEDefault OK code for report-report interface CFBBSDEFAUCHAR4CHAR4
CONFIRMSConfirm for data saving when leaving report CFSAVECHAR1BOOLE
PERI_CHECKPeriod validation for special ranges is active CFPERICHKCHAR1CHAR1
CUALEVELScope of functions when executing drilldown report CFFUNCTCHAR1CFFUNCT
EXTERNRFC connection of PC tools CFRFCCHAR1BOOLE
RKB1UEXITExit for 'complicated' RKB1U entries CFRKB1UEXCHAR30Assigned to domainFUNCNAME
ENQUEUEReport execution locked? CFENQUEUECHAR1BOOLE
SELECT_OPTIONParameter or select option CFVPARSELCHAR1CFVPARSEL
BBSVAR_ADDSELIs Callup with Variant via Report/Report Interface Allowed? CFBBSVAR_ADDSELCHAR1BOOLEAN
FB_H_KNOTENFM for Determining Hierarchy Nodes when Postreading CFFBHNACHCHAR30Assigned to domainFUNCNAME
BTCTYPEBackground type: PAKOMB_TAB or program CFBTCTYPECHAR1CFBTYPE
ONLTYPEOnline type: Dialog box or program selection screen CFONLTYPECHAR1CFONLTYPE
DELTAREAD 0
DATASAVE 0

Key field Non-key field



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

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

How to access SAP table RKB1UI

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