WDUI_BI_CONTEXT SAP (Contains All Possible String Context Values for BI) Structure details

Dictionary Type: Structure
Description: Contains All Possible String Context Values for BI




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




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

WDUI_BI_CONTEXT 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 "Contains All Possible String Context Values for BI" 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_WDUI_BI_CONTEXT TYPE WDUI_BI_CONTEXT.

The WDUI_BI_CONTEXT table consists of various fields, each holding specific information or linking keys about Contains All Possible String Context Values for BI data available in SAP. These include IOBJNM (), DATAPROVIDER (), QUERY (), INFOCUBE ().. 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 WDUI_BI_CONTEXT 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
BWCOMMANDWeb Dynpro: BI_Commands WDUI_BI_CMDSNUMC2WDUI_BI_CMDS
IOBJNM 0
DATAPROVIDER 0
QUERY 0
INFOCUBE 0
TEMPLATEID 0
SERVER 0
STATELESSReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN
TRACEONReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN
USEPERSONALIZATIONReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN
VARIABLESCREENReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN
MELTVARIABLESReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN
SUPPRESSWARNINGSReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN
SUPPRESSSYSTEMMESSAGESReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN
DATAMODEWeb Dynpro: Data Mode WDUI_BI_DATA_MODENUMC2WDUI_BI_DATA_MODE
ZEROPRESENTATIONWeb Dynpro: BI_ZeroPresentation WDUI_BI_ZERO_PRESENTATIONNUMC2WDUI_BI_ZERO_PRESENTATION
SIGNPRESENTATIONWeb Dynpro: BI_SignPresentation WDUI_BI_SIGN_PRESNUMC2WDUI_BI_SIGN_PRES
SUPPRESSZEROESReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN
SHOWSCALINGFACTORSReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN
FULLCONCATKEYSReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN
SHOWDOCUMENTSReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN
SHOWBOROBJECTSReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN
ACTIVEROWSReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN
ACTIVECOLUMNSReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN
HELPSERVICEWeb Dynpro: BI_HelpServices WDUI_BI_HELP_SRVNUMC2WDUI_BI_HELP_SRV
COMMANDVALUE 0
TYPEWeb Dynpro: BI_SortType WDUI_BI_SORT_TYPENUMC2WDUI_BI_SORT_TYPE
STRUCTURE1 0
STRUCTURE2 0
DIRECTIONWeb Dynpro: BI_SortDirection WDUI_BI_SORT_DIRECTIONNUMC2WDUI_BI_SORT_DIRECTION
VARIABLESCLEARReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN
SOURCE 0
VARIANTE 0

Key field Non-key field



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

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

How to access SAP table WDUI_BI_CONTEXT

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