RKB1U SAP (Flags for generation in drilldown reporting) Structure details

Dictionary Type: Structure
Description: Flags for generation in drilldown reporting




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




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

RKB1U 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 "Flags for generation in drilldown reporting" 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_RKB1U TYPE RKB1U.

The RKB1U table consists of various fields, each holding specific information or linking keys about Flags for generation in drilldown reporting data available in SAP. These include RNAMEI (Name of ABAP generated), M_CUANM (Program RKCDUMON for data mining reports), PPARID (Parameter ID), FPARID (Parameter Id for form name).. 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 RKB1U 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
RNAMEIName of ABAP generated RKE_RNAMECHAR40PROGNAME
M_CUANMProgram RKCDUMON for data mining reports CFMCUANMCHAR8CHAR8
PPARIDParameter ID PARIDCHAR3PARID
FPARIDParameter Id for form name PARIDFORMCHAR3PARID
RPARIDParameter Id for report name PARIDREPCHAR3PARID
APPLApplication RDIR_APPLCHAR1Assigned to domainPAPPL
CLASProgram class CLASCHAR4Assigned to domainCLAS
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 data selection CFFBDATACHAR30Assigned 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
BTCTYPEBackground type: PAKOMB_TAB or program CFBTCTYPECHAR1CFBTYPE
ONLTYPEOnline type: Dialog box or program selection screen CFONLTYPECHAR1CFONLTYPE
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
DATASAVEApplication uses function 'Save data' CFDSAVECHAR1XFLAG
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
DELTAREADDelta approach active CFDELTACHAR1XFLAG
ENQUEUEReport execution locked? CFENQUEUECHAR1BOOLE
NACHLESENApplication uses the function 'read' CFNEWSELECTCHAR1FLAG
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

Key field Non-key field



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

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

How to access SAP table RKB1U

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