WLAY_STORE_LAYT_ELMNT_READ SAP (Layout Module Data to Read) Structure details

Dictionary Type: Structure
Description: Layout Module Data to Read




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




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

WLAY_STORE_LAYT_ELMNT_READ 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 "Layout Module Data to Read" 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_WLAY_STORE_LAYT_ELMNT_READ TYPE WLAY_STORE_LAYT_ELMNT_READ.

The WLAY_STORE_LAYT_ELMNT_READ table consists of various fields, each holding specific information or linking keys about Layout Module Data to Read data available in SAP. These include LAYOUT_MOD (Layout Module), LAYMOD_DESC (Layout module description), CUSTOMER_SITE (Customer Number for Plant), PLANT (Plant).. 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: Can Be Enhanced (Deep)


SAP WLAY_STORE_LAYT_ELMNT_READ 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
HEADER_DATA 0
LAYOUT_MODLayout Module LAYGRCHAR10LAYGRWLMLAYMODD
LAYMOD_DESCLayout module description LAYMOD_DESCCHAR40TEXT40
CUSTOMER_SITECustomer Number for Plant LOCNRCHAR10ALPHAKUNNRKUN
PLANTPlant WERKS_DCHAR4WERKSWRKH_T001W_C
LANGULanguage Key SPRASLANG1ISOLASPRASSPRH_T002
LANGU_ISO2-Character SAP Language Code LAISOCHAR2LAISO
SHELF_OPT_PROFILESpace management profile SSOPT_PROCHAR4SSOPT_PRO
PURCH_ORGPurchasing Organization EKORGCHAR4EKORGEKO
SALESORGSales Organization VKORGCHAR4VKORGVKOC_VKORG
DISTR_CHANDistribution Channel VTWEGCHAR2VTWEGVTWC_VTWEG
LAYOUTLayout LAYVARCHAR10LAYVAR
LAY_DOC_PATHPath for layout documents LAYDOCPATHCHAR140CHAR140
AREALayout area number LAYPOSNRNUMC10NUMC10
PRICE_DATEKey date for price determination PRICE_DATEDATS8DATUM
PERIOD_NUMNumber of periods for reading business volume data PERIOD_NUMNUMC2NUMC02
PERIOD_TYPEPeriod category for reading business volume data PERIOD_TYPECHAR6CHAR6
LAYMOD_VERLayout Module Version LAYMOD_VERNUMC4WLMVLAYMOD_VERWLMVLAYMODVER
LM_DATE_FRValidity start date of a layout module version LM_DATE_FRDATS8DATS
LM_DATE_TOValidity end date of a layout module version LM_DATE_TODATS8DATS
LMOD_STATStatus of a layout module version LMOD_STATCHAR2LMOD_STAT
ASSORTMENTAssortment ASORTCHAR10ALPHAASORTWSTWSOR
LAYMOD_VARVariant for Layout Module Version LAYMOD_VARCHAR4LAYMOD_VARWLVA
DOCUMENT_NUMBERDocument number DOKNRCHAR25ALPHADOKNRCV1
MATERIALS 0
BILL_OF_MATERIALS 0
VARIANTS 0

Key field Non-key field



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

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

How to access SAP table WLAY_STORE_LAYT_ELMNT_READ

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