WDY_WB_CT_ELEMENT SAP (WD: Structure to Display Tabular Context View) Structure details

Dictionary Type: Structure
Description: WD: Structure to Display Tabular Context View




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




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

WDY_WB_CT_ELEMENT 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 "WD: Structure to Display Tabular Context View" 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_CT_ELEMENT TYPE WDY_WB_CT_ELEMENT.

The WDY_WB_CT_ELEMENT table consists of various fields, each holding specific information or linking keys about WD: Structure to Display Tabular Context View data available in SAP. These include CTX_ELEMENT_TYPE (Web Dynpro Tabular Context Editor: Element Type Icon), PARENT_NODE_NAME (Web Dynpro: Name of a Context Node or Recursion Node), IS_INTF_ITEM (Web Dynpro: Interface Node), IS_INPUT_ELEMENT (Web Dynpro: Input Element (External Mapping Allowed)).. 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_CT_ELEMENT 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
CTX_ELEMENT_NAMEWeb Dynpro: Context Element; Name to Be Displayed WDY_CONTEXT_DISPLAY_NAMECHAR30
CTX_ELEMENT_TYPEWeb Dynpro Tabular Context Editor: Element Type Icon WDY_CONTEXT_ELEMENT_TYPE_ICONCHAR60CHAR60
PARENT_NODE_NAMEWeb Dynpro: Name of a Context Node or Recursion Node WDY_CONTEXT_NODE_NAMECHAR30WDY_MD_OBJECT_NAME_CAPITAL
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
DDIC_STRUCTUREWeb Dynpro: Dictionary Structure of a Context Node WDY_CONTEXT_DDIC_STRUCTURECHAR30
CARDINALITYWeb Dynpro: Cardinality of a Context Node WDY_MD_CO_CARDINALITYNUMC2WDY_MD_CO_CARDINALITY
SELECTIONWeb Dynpro: Selection Cardinality of a Context Node WDY_MD_SELECTIONNUMC2WDY_MD_SELECTION
INIT_LEAD_SELECTWeb Dynpro: Property Initialization of the Lead Selection WDY_CONTEXT_NODE_INIT_LEAD_SELCHAR1WDY_CONTEXT_BOOL
SINGLETONWeb Dynpro: Singleton (1 Runtime Instance) of a Node WDY_CONTEXT_NODE_SINGLETONCHAR1WDY_CONTEXT_BOOL
SUPPLY_FUNC_NAMEWeb Dynpro: Supply Function of a Node WDY_CONTEXT_NODE_SUPPLYCHAR30Assigned to domainFUNCNAME
MAPPING_PATHWebDynpro: Context Editor, Shortened Mapping Path WDY_CONTEXT_MAPPING_SHORT_PATHCHAR123
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
READ_ONLYWeb Dynpro: Property Read Only WDY_READ_ONLYCHAR1WDY_CONTEXT_BOOL
DEFAULT_VALUEWeb Dynpro: Default Value of Attribute WDY_CONTEXT_ATTR_DEF_VAL_DOMCHAR255WDY_CONTEXT_ATTR_DEF_VAL_DOM
NULLABLEWeb Dynpro: Null Value Handling WDY_CONTEXT_ATTR_NULLABLECHAR1WDY_CONTEXT_BOOL
REPEATED_NODE_NAMEWeb Dynpro: Name of a Context Node or Recursion Node WDY_CONTEXT_NODE_NAMECHAR30WDY_MD_OBJECT_NAME_CAPITAL
ENHNAMEName of Enhancement Implementation WDY_ENHNAMECHAR30ENHNAME
SELECTEDGeneral Flag FLAGCHAR1FLAG
IS_NODEGeneral Flag FLAGCHAR1FLAG
MAPPING_COMMANDWD Tabular Context Editor: Mapping User Command WDY_CONTEXT_MAPPING_COMMANDCHAR60CHAR60
PRIMARYWeb Dynpro: Primary Attribute of Context Node WDY_CONTEXT_ATTR_PRIMARYCHAR1WDY_CONTEXT_BOOL

Key field Non-key field



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

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

How to access SAP table WDY_WB_CT_ELEMENT

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