WDR_RG_S_CONTEXT_NODE SAP (Serialized Data of Context Node) Structure details

Dictionary Type: Structure
Description: Serialized Data of Context Node




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




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

WDR_RG_S_CONTEXT_NODE 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 "Serialized Data of Context Node" 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_WDR_RG_S_CONTEXT_NODE TYPE WDR_RG_S_CONTEXT_NODE.

The WDR_RG_S_CONTEXT_NODE table consists of various fields, each holding specific information or linking keys about Serialized Data of Context Node data available in SAP. These include RECURSED_NODE_NAME (Web Dynpro: Name of Context Node), ENABLED_FOR_EXTERN_MAPPING (Replacement for Real Boolean Type: 'X' == True '' == False), INFO (), SUPPLY_METHOD (Name of Supply Method).. 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 WDR_RG_S_CONTEXT_NODE 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
PARENT_NAMEWeb Dynpro: Name of Context Node WDR_CTX_NODE_NAMESTRG0WDR_CTX_ELEMENT_NAME
RECURSED_NODE_NAMEWeb Dynpro: Name of Context Node WDR_CTX_NODE_NAMESTRG0WDR_CTX_ELEMENT_NAME
ENABLED_FOR_EXTERN_MAPPINGReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN
INFO 0
SUPPLY_METHODName of Supply Method WDR_CTX_NODE_SUPPLY_METHODSTRG0
DISPOSE_METHODName of Dispose Method WDR_CTX_NODE_DISPOSE_METHODSTRG0
STATIC_ELEMENT_TYPEAbsolute Type Name as String SABP_D_ABSOLUTE_TYPE_NAMESTRG0
NAMEWeb Dynpro: Name of Context Node WDR_CTX_NODE_NAMESTRG0WDR_CTX_ELEMENT_NAME
IS_MANDATORY'IS_MANDATORY': At Least One Node Element WDR_CTX_NODE_IS_MANDATORYCHAR1WDY_BOOLEAN
IS_MANDATORY_SELECTION'IS_MANDATORY_SELECTION': At Least One Node Element Selected WDR_CTX_NODE_IS_MANDATORY_SELCHAR1WDY_BOOLEAN
IS_MULTIPLE'IS_MULTIPLE': Node Can Contain Multipe Node Elements WDR_CTX_NODE_IS_MULTIPLECHAR1WDY_BOOLEAN
IS_MULTIPLE_SELECTION'IS_MULTIPLE_SELECTION': Multiple Selection Possible WDR_CTX_NODE_IS_MULTIPLE_SELCHAR1WDY_BOOLEAN
IS_SINGLETON'IS_SINGLETON': Instance Only for 'Lead Selection' WDR_CTX_NODE_IS_SINGLETONCHAR1WDY_BOOLEAN
IS_INITIALIZE_LEAD_SELECTION'INIT_LEAD_SELECTION': Initialization via Runtime WDR_CTX_NODE_INIT_LEAD_SELCHAR1WDY_BOOLEAN
IS_MAPPED_EXTERNALReplacement for Real Boolean Type: 'X' == True '' == False WDY_BOOLEANCHAR1WDY_BOOLEAN
MAPPING 0
COMPONENT_USAGE 0
CONTROLLER 0
PATH 0
ATTRIBUTES 0
SWITCH_IDId of a Switch in Switch Framework SFW_SWITCH_IDCHAR30SFW_SWITCHIDSFW

Key field Non-key field



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

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

How to access SAP table WDR_RG_S_CONTEXT_NODE

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