LES_SHP_ATP_ITEM_OUTDATA SAP (Return Values of the Availability Check in LES) Structure details

Dictionary Type: Structure
Description: Return Values of the Availability Check in LES




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




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

LES_SHP_ATP_ITEM_OUTDATA 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 "Return Values of the Availability Check in LES" 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_ITEM_OUTDATA TYPE LES_SHP_ATP_ITEM_OUTDATA.

The LES_SHP_ATP_ITEM_OUTDATA table consists of various fields, each holding specific information or linking keys about Return Values of the Availability Check in LES data available in SAP. These include LFIMG (Actual quantity delivered (in sales units)), LGMNG (Actual quantity delivered in stockkeeping units), LFIMG_FLO (Internal field/ Do not use / LFIMG in float / MUM), LGMNG_FLO (Internal field/ Do not use / LGMNG in float / MUM).. 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_ITEM_OUTDATA 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
LFIMGActual quantity delivered (in sales units) LFIMGQUAN13(3) MENG13
LGMNGActual quantity delivered in stockkeeping units LGMNGQUAN13(3) MENG13
LFIMG_FLOInternal field/ Do not use / LFIMG in float / MUM LFIMG_FLOFLTP16(16) FLTP
LGMNG_FLOInternal field/ Do not use / LGMNG in float / MUM LGMNG_FLOFLTP16(16) FLTP
UMVKZNumerator (factor) for conversion of sales quantity into SKU UMVKZDEC5UMBSZ
UMVKNDenominator (Divisor) for Conversion of Sales Qty into SKU UMVKNDEC5UMBSN
UMREVConversion Factor of Delivery Quantity VRKME for MEINS LE_UMREVFLTP16(16) FLTP
AKMNGCurrent Qty Field for Arithmetic Operations in Doc.Process. AKMNGCHAR1AKMNG
VRKMESales unit VRKMEUNIT3Assigned to domainCUNITMEINS
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
KZFMEID: Leading unit of measure for completing a transaction KZFMECHAR1KZFME
SUMBDSumming up of requirements SUMBDCHAR1SUMBD
BEDAR_LFRequirements class BEDARCHAR3Assigned to domainBEDAR
OLD_BEDAR_LFRequirements class BEDARCHAR3Assigned to domainBEDAR
VPZUOAllocation Indicator VPZUOCHAR1ZUVKZ
KNTTPAccount Assignment Category KNTTPCHAR1Assigned to domainKNTTPKNT
KZBWSValuation of Special Stock KZBWSCHAR1KZBWS
POSGUIDATP: Encryption of DELNR and DELPS POSGUIDCHAR22SYSUUID_22
HANDLEWorldwide unique key for LIPS-VBELN & LIPS_POSNR TSEGGUID_LIPSCHAR22SYSUUID_22

Key field Non-key field



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

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

How to access SAP table LES_SHP_ATP_ITEM_OUTDATA

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