/XLSO/WLBM_EXT SAP (XLSO - Product catalogue to Material (course)) Table details

Dictionary Type: Table
Description: XLSO - Product catalogue to Material (course)




ABAP Code to SELECT data from /XLSO/WLBM_EXT
Related tables to /XLSO/WLBM_EXT
Access table /XLSO/WLBM_EXT




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

/XLSO/WLBM_EXT is a standard SAP Table which is used to store XLSO - Product catalogue to Material (course) data and is available within R/3 SAP systems depending on the version and release level.

The /XLSO/WLBM_EXT table consists of various fields, each holding specific information or linking keys about XLSO - Product catalogue to Material (course) data available in SAP. These include LAYVR (Layout), LBRNR (Layout area number), SORF1 (Identifier for layout area item), OBJECT_TYPE (Object Type).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /XLSO/WLBM_EXT 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
LAYVRLayout LAYVARCHAR10Assigned to domainLAYVAR
LBRNRLayout area number LAYPOSNRNUMC10NUMC10
SORF1Identifier for layout area item LBPIDNUMC10NUMC10
OBJECT_TYPEObject Type OTYPECHAR2Assigned to domainOTYPEPOT
OBJECT_IDObject ID OBJEKTIDNUMC8NUM08PON
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1

Key field Non-key field



How do I retrieve data from SAP table /XLSO/WLBM_EXT using ABAP code

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

SELECT SINGLE *
FROM /XLSO/WLBM_EXT
INTO CORRESPONDING FIELDS OF WA_/XLSO/WLBM_EXT
WHERE...

How to access SAP table /XLSO/WLBM_EXT

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