WDY_COMPONENT SAP (Web Dynpro: Component) Table details

Dictionary Type: Table
Description: Web Dynpro: Component




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




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

WDY_COMPONENT is a standard SAP Table which is used to store Web Dynpro: Component data and is available within R/3 SAP systems depending on the version and release level.

The WDY_COMPONENT table consists of various fields, each holding specific information or linking keys about Web Dynpro: Component data available in SAP. These include VERSION (ABAP: Program Status (Active, Saved, Transported...)), TYPE (Web Dynpro : Component Type), CMP_CONTROLLER (Web Dynpro: Name of a Web Dynpro Controller), CONFIG_CTLR (Web Dynpro: Name of a Web Dynpro Controller).. 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: W - System table, contents transportable via separate TR objects
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = WDY_COMPONENTT


SAP WDY_COMPONENT table 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
COMPONENT_NAMEWeb Dynpro: Component Name WDY_COMPONENT_NAMECHAR30WD_COMPONENT
VERSIONABAP: Program Status (Active, Saved, Transported...) R3STATECHAR1R3STATE
TYPEWeb Dynpro : Component Type WDY_MD_COMPONENT_TYPENUMC1WDY_MD_COMPONENT_TYPE
CMP_CONTROLLERWeb Dynpro: Name of a Web Dynpro Controller WDY_CONTROLLER_NAMECHAR30
CONFIG_CTLRWeb Dynpro: Name of a Web Dynpro Controller WDY_CONTROLLER_NAMECHAR30
CMP_INTERFACEWeb Dynpro: Component Name WDY_COMPONENT_NAMECHAR30WD_COMPONENT
DISPLAY_NAMEWeb Dynpro: Name of a Web Dynpro Metadata Object WDY_MD_OBJECT_NAMECHAR30WDY_MD_OBJECT_NAME
MODULE_POOL_NAMEModule Pool Name MODULPOOLCHAR40MODULPOOL
AUTHORCreated By WB_CREATED_BYCHAR12AS4USER
CREATEDONCreated on WB_CREATED_ONDATS8AS4DATE
CHANGEDBYLast Changed By WB_CHANGED_BYCHAR12AS4USER
CHANGEDONChanged On WB_CHANGED_ONDATS8AS4DATE
GENDATEABAP: Date of last generation D010_SDATEDATS8SYDATS
GENTIMEABAP: Time of last generation D010_STIMETIMS6SYTIME
NO_ACC_CHECKSGeneral Flag FLAGCHAR1FLAG
CONFIG_EDITORWeb Dynpro: Component Name WDY_COMPONENT_NAMECHAR30WD_COMPONENT
CONFIG_HIDDENConfiguration for WD ABAP Hidden WDY_CONFIG_HIDDENCHAR1SAP_BOOL
CONFIG_EXPL_PROPWeb Dynpro Configuration Type WDY_CONFIG_ENUMNUMC1WDY_CONFIG_ENUM
CONFIG_IMPL_PROPWeb Dynpro Configuration Type WDY_CONFIGI_ENUMNUMC1WDY_CONFIG_ENUM
P13N_EXPL_PROPWeb Dynpro Personalization Type WDY_PERS_ENUMNUMC1WDY_PERS_ENUM
P13N_IMPL_PROPWeb Dynpro Personalization Type WDY_PERSI_ENUMNUMC1WDY_PERS_ENUM
ADDITIONAL_PROPS30 Characters CHAR30CHAR30CHAR30
CAN_HDL_VARIANTSBoolean SEU_BOOLCHAR1CHAR1_X
ASSISTANCE_CLASSWeb Dynpro: Class Name of Web Dynpro Metadata Object WDY_MD_OBJECT_TYPECHAR30

Key field Non-key field



How do I retrieve data from SAP table WDY_COMPONENT using ABAP code

The following ABAP code Example will allow you to do a basic selection on WDY_COMPONENT to SELECT all data from the table
DATA: WA_WDY_COMPONENT TYPE WDY_COMPONENT.

SELECT SINGLE *
FROM WDY_COMPONENT
INTO CORRESPONDING FIELDS OF WA_WDY_COMPONENT
WHERE...

How to access SAP table WDY_COMPONENT

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