LST_WDA_DDIC_REP SAP (LST repository for DDIC texts) Table details

Dictionary Type: Table
Description: LST repository for DDIC texts




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




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

LST_WDA_DDIC_REP is a standard SAP Table which is used to store LST repository for DDIC texts data and is available within R/3 SAP systems depending on the version and release level.

The LST_WDA_DDIC_REP table consists of various fields, each holding specific information or linking keys about LST repository for DDIC texts data available in SAP. These include VIEW_NAME (Web Dynpro: Name of a Web Dynpro View), ELEMENT_NAME (Web Dynpro: Name of a UI Element), LANGU (Language Key), TEXT_TYPE (type of text, as given in properties).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP LST_WDA_DDIC_REP 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
APPLICATION_NAMEWeb Dynpro: Application Name WDY_APPLICATION_NAMECHAR30WD_APPL
VIEW_NAMEWeb Dynpro: Name of a Web Dynpro View WDY_VIEW_NAMECHAR30
ELEMENT_NAMEWeb Dynpro: Name of a UI Element WDY_UI_ELEMENT_NAMECHAR132WDY_UI_ELEMENT_NAME
LANGULanguage Key SPRSLLANG1Assigned to domainISOLASPRAS
TEXT_TYPEtype of text, as given in properties LST_TEXTTYPECHAR30
ELEMENT_TYPE WDY_MD_UI_ELEMENT_DEF_NAMECHAR60WDY_MD_UI_ELEMENT_DEF_NAME
COMPONENT_NAMEWeb Dynpro: Component Name WDY_COMPONENT_NAMECHAR30WD_COMPONENT
ABAP_TYPEWeb Dynpro: ABAP Type of a Parameter/Property WDY_MD_ABAP_TYPECHAR132
TYPE_FEATUREWeb Dynpro : Property of ABAP DDIC Type WDY_MD_ABAP_TYPE_FEATURE_ENUMNUMC2WDY_MD_ABAP_TYPE_FEATURE_ENUM
TEXTtext from DDIC object DDIC_TXTCHAR60

Key field Non-key field



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

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

SELECT SINGLE *
FROM LST_WDA_DDIC_REP
INTO CORRESPONDING FIELDS OF WA_LST_WDA_DDIC_REP
WHERE...

How to access SAP table LST_WDA_DDIC_REP

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