/PLMB/EXP_LAYOUT SAP (Download Data: Selection Layout) Table details

Dictionary Type: Table
Description: Download Data: Selection Layout




ABAP Code to SELECT data from /PLMB/EXP_LAYOUT
Related tables to /PLMB/EXP_LAYOUT
Access table /PLMB/EXP_LAYOUT




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

/PLMB/EXP_LAYOUT is a standard SAP Table which is used to store Download Data: Selection Layout data and is available within R/3 SAP systems depending on the version and release level.

The /PLMB/EXP_LAYOUT table consists of various fields, each holding specific information or linking keys about Download Data: Selection Layout data available in SAP. These include OBJECT_TYPE (Object Type), LAYOUT_ID (Selection Layout), LAYOUT_DESC (Short Description), USER_NAME (User Name).. 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 (Deep)


SAP /PLMB/EXP_LAYOUT 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
OBJECT_TYPEObject Type /PLMB/GOS_OBJECT_TYPECHAR10Assigned to domain/PLMB/GOS_OBJECT_TYPE
LAYOUT_IDSelection Layout /PLMB/EXP_SEL_LAYOUT_IDCHAR10CHAR10
LAYOUT_DESCShort Description /PLMB/EXP_SEL_LAYOUT_DESCCHAR40TEXT40
USER_NAMEUser Name UNAMECHAR12UNAME
VARIANT_IDVariant /PLMB/EXP_VARIANT_IDCHAR30
FILE_TYPEFormat of Downloaded File /PLMB/EXP_TYPECHAR30/PLMB/EXP_TYPE_D
SELECTIONDownload Data: Generic Selection /PLMB/EXP_SELECTIONSTRG0
CREATED_BYUser Name UNAMECHAR12UNAME
CREATED_ONDate DATUMDATS8DATUM

Key field Non-key field



How do I retrieve data from SAP table /PLMB/EXP_LAYOUT using ABAP code

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

SELECT SINGLE *
FROM /PLMB/EXP_LAYOUT
INTO CORRESPONDING FIELDS OF WA_/PLMB/EXP_LAYOUT
WHERE...

How to access SAP table /PLMB/EXP_LAYOUT

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