LES_SHP_ATP_MAT SAP (Material Master Data Used in the LES ATP) Structure details

Dictionary Type: Structure
Description: Material Master Data Used in the LES ATP




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




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

LES_SHP_ATP_MAT 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 "Material Master Data Used in the LES ATP" 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_LES_SHP_ATP_MAT TYPE LES_SHP_ATP_MAT.

The LES_SHP_ATP_MAT table consists of various fields, each holding specific information or linking keys about Material Master Data Used in the LES ATP data available in SAP. These include WERK (Plant), LGORT (Storage Location), VKORG (Sales Organization), VTWEG (Distribution Channel).. 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: Not classified


SAP LES_SHP_ATP_MAT 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
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
MTARTMaterial Type MTARTCHAR4Assigned to domainMTARTMTA
LADGRLoading Group LADGRCHAR4Assigned to domainLADGR
TRAGRTransportation Group TRAGRCHAR4Assigned to domainTRAGR
XCHPFBatch management requirement indicator XCHPFCHAR1XFELD
MTVFPChecking Group for Availability Check MTVFPCHAR2Assigned to domainMTVFP
APOKZIndicator: Is material relevant for APO APOKZCHAR1APOKZ
MISKZMixed MRP indicator MISKZCHAR1MISKZ
DISMMMRP Type DISMMCHAR2Assigned to domainDISMM
DISSTLow-Level Code DISSTCHAR3DISST
DISGRMRP Group DISGRCHAR4Assigned to domainDISGR
DISKZStorage location MRP indicator DISKZCHAR1DISKZ
DIBERIndicator: MRP area exists DIBERCHAR1XFELD
BESKZProcurement Type BESKZCHAR1BESKZMBS
EISBESafety Stock EISBEQUAN13(3) MENG13
UMLMCStock in Transfer (Plant to Plant) UMLMEQUAN13(3) MENG13V
WZEITTotal replenishment lead time (in workdays) WZEITDEC3DEC3
DZEITIn-house production time DZEITDEC3DEC3
WEBAZGoods Receipt Processing Time in Days WEBAZDEC3DEC3
BEARZProcessing time BEARZDEC5(2) DEC3_2
RUEZTSetup and teardown time RUEZTDEC5(2) DEC3_2
TRANZInteroperation time TRANZDEC5(2) DEC3_2
PLIFZPlanned Delivery Time in Days PLIFZDEC3DEC3
VRMODConsumption mode VRMODCHAR1VRMOD
VINT1Consumption period: backward VINT1NUMC3VRINT
VINT2Consumption period: forward VINT2NUMC3VRINT
UMREFConversion factor UMREFCHAR10CHAR10
PRBMEBase unit of measure for product group PRBMEUNIT3Assigned to domainCUNITMEINS
BASMGBase quantity BASMGQUAN13(3) MENG13
QMATVInspection Setup Exists for Material/Plant QMATVCHAR1XFELD
CUOBJConfiguration (internal object number) CUOBJNUMC18CUOBJCUX
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR

Key field Non-key field



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

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

How to access SAP table LES_SHP_ATP_MAT

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