WDY_WB_VM_CTX SAP (Web Dynpro: Context for Version Compare) Structure details

Dictionary Type: Structure
Description: Web Dynpro: Context for Version Compare




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




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

WDY_WB_VM_CTX 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 "Web Dynpro: Context for Version Compare" 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_WDY_WB_VM_CTX TYPE WDY_WB_VM_CTX.

The WDY_WB_VM_CTX table consists of various fields, each holding specific information or linking keys about Web Dynpro: Context for Version Compare data available in SAP. These include ATTRIBUTE_NAME (Web Dynpro: Name of Context Attribute), SUPPLY_FUNC_NAME (Web Dynpro: Supply Function of a Node), COLLECTION_TYPE (Web Dynpro: Collection Type of a Context Node), CARDINALITY (Web Dynpro: Cardinality).. 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 WDY_WB_VM_CTX 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
NODE_NAMEWeb Dynpro: Name of a Context Node or Recursion Node WDY_CONTEXT_NODE_NAMECHAR30WDY_MD_OBJECT_NAME_CAPITAL
ATTRIBUTE_NAMEWeb Dynpro: Name of Context Attribute WDY_CONTEXT_ATTRIBUTE_NAMECHAR30WDY_MD_OBJECT_NAME_CAPITAL
SUPPLY_FUNC_NAMEWeb Dynpro: Supply Function of a Node WDY_CONTEXT_NODE_SUPPLYCHAR30Assigned to domainFUNCNAME
COLLECTION_TYPEWeb Dynpro: Collection Type of a Context Node WDY_MD_COLLECTION_TYPENUMC2WDY_MD_COLLECTION_TYPE
CARDINALITYWeb Dynpro: Cardinality WDY_MD_CARDINALITYNUMC2WDY_MD_CARDINALITY
SELECTIONWeb Dynpro: Selection Cardinality of a Context Node WDY_MD_SELECTIONNUMC2WDY_MD_SELECTION
SINGLETONWeb Dynpro: Singleton (1 Runtime Instance) of a Node WDY_CONTEXT_NODE_SINGLETONCHAR1WDY_CONTEXT_BOOL
ABAP_TYPEWeb Dynpro: ABAP Type of an Attribute WDY_CONTEXT_ABAP_TYPECHAR132
ABAP_TYPINGWeb Dynpro: Type Assignment of an Attribute WDY_CONTEXT_ABAP_TYPINGNUMC1WDY_MD_ABAP_TYPING_ENUM
INIT_LEAD_SELECTWeb Dynpro: Property Initialization of the Lead Selection WDY_CONTEXT_NODE_INIT_LEAD_SELCHAR1WDY_CONTEXT_BOOL
IS_INTF_ITEMWeb Dynpro: Interface Node WDY_CONTEXT_IS_INTF_ITEMCHAR1WDY_CONTEXT_BOOL
IS_INPUT_ELEMENTWeb Dynpro: Input Element (External Mapping Allowed) WDY_CONTEXT_IS_INPUT_ELEMENTCHAR1WDY_CONTEXT_BOOL
READ_ONLYWeb Dynpro: Property Read Only WDY_READ_ONLYCHAR1WDY_CONTEXT_BOOL
DEFAULT_VALUEWeb Dynpro: Value of the Context Attribute (Version Mgmt) WDY_WB_VM_ATTR_VALCHAR255
VALUE_HELP_IDWeb Dynpro: Input Help WDY_VALUE_HELP_IDCHAR80WDY_VALUE_HELP_ID_SEARCHHELP
VALUE_HELP_MODEWeb Dynpro Context: Input Help Mode WDY_CONTEXT_VALUE_HELP_MODENUMC1WDY_CONTEXT_VALUE_HELP_MODE

Key field Non-key field



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

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

How to access SAP table WDY_WB_VM_CTX

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