WLBMD SAP (Screen field string for layout area items) Structure details

Dictionary Type: Structure
Description: Screen field string for layout area items




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




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

WLBMD 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 "Screen field string for layout area items" 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_WLBMD TYPE WLBMD.

The WLBMD table consists of various fields, each holding specific information or linking keys about Screen field string for layout area items data available in SAP. These include MANDT (Client), LAYVR (Layout), LBRNR (Layout area number), SORF1 (Identifier for layout area item).. 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 (character-type or numeric)


SAP WLBMD 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
MANDTClient MANDTCLNT3T000MANDT
LAYVRLayout LAYVARCHAR10TWGVLAYVAR
LBRNRLayout area number LAYPOSNRNUMC10NUMC10
SORF1Identifier for layout area item LBPIDNUMC10NUMC10
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
MEINHUnit of measure LAYMEUNIT3T006CUNITMEINS
SORF2Sort sequence number in layout area LBPSORFNUMC10NUMC10
SEITEProduct catalog page W_SEITENUMC4NUMC4
ABBNRIllustration no. on product catalog page W_ABBNRCHAR5ALPHAW_ABBNR
ANTEIDisplay size W_SEIATQUAN13(3) Assigned to domainMENGE
ATTYPMaterial Category ATTYPCHAR2ATTYPMTY
S1UEBHigher-level layout area item LBPUEBNUMC10NUMC10
ATBNRMaterial order number W_PC_ATBNRCHAR18ALPHAW_PC_ATBNR
SELKZCheckbox XFELDCHAR1XFELD
UPDKZCheckbox XFELDCHAR1XFELD
DOCKZCheckbox XFELDCHAR1XFELD
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
KZDOKIndicates assigned documents KZDOKCHAR1XFELD
KZTXTIndicates texts KZTEXTCHAR1XFELD
KBETRCondition amount or percentage W_PC_KBETRCURR11(2) WERTV6
KONWARate unit (currency or percentage) KONWACUKY5Assigned to domainWAERS
KFEHLPrice does not exist KFEHLCHAR1CHAR1
KFEHL_ICONPrice does not exist KFEHL_ICONCHAR4CHAR4
VISIBLEPOSRow Index of Internal Tables SYTABIXINT410SYST_LONG
PMATAPricing Reference Material PMATNCHAR18Assigned to domainMATN1MATNRMAT
KMPMGComponent qty of a layout area item WLBMKMPMGQUAN13(3) MENGV13
CUOBFInternal object number CUOBMNUMC18CUOBJ
HIERARCHYHierarchial relationship between layout area items WLBMHIERARCHAR2SCRPCHA2
AKTNRCOUPON WAKTIONCHAR10Assigned to domainALPHAWAKTIONWAK
MEANTUnit of measure for display size in product catalog W_KMEANTUNIT3Assigned to domainCUNITMEINS
BFLMEGeneric Material with Logistical Variants BFLMECHAR1BFLME
ABETRPromotion condition amount or percentage W_PC_ABETRCURR11(2) WERTV6
KONWA_PROMRate unit (currency or percentage) KONWACUKY5Assigned to domainWAERS

Key field Non-key field



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

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

How to access SAP table WLBMD

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