LIEF_PLUS SAP (Deliveries for Creating Picking Waves + Sorting) Structure details

Dictionary Type: Structure
Description: Deliveries for Creating Picking Waves + Sorting




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




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

LIEF_PLUS 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 "Deliveries for Creating Picking Waves + Sorting" 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_LIEF_PLUS TYPE LIEF_PLUS.

The LIEF_PLUS table consists of various fields, each holding specific information or linking keys about Deliveries for Creating Picking Waves + Sorting data available in SAP. These include MANDT (Client), SSOUR (Statistic(s) origin), VRSIO (Version number in the information structure), SPMON (Period to analyze - month).. 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 LIEF_PLUS 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
SSOURStatistic(s) origin SSOURCHAR4SSOUR
VRSIOVersion number in the information structure VRSIOCHAR3Assigned to domainVRSIOMCV
SPMONPeriod to analyze - month SPMONNUMC6PERIMCPERIOD
SPTAGPeriod to analyze - current date SPTAGDATS8DATUM
SPWOCPeriod to analyze - week SPWOCNUMC6PERIMCPERIOD
SPBUPPeriod to analyze - posting period SPBUPNUMC6PERIMCPERIOD
LGNUMWarehouse Number / Warehouse Complex LGNUMCHAR3T300LGNUMLGN
VBELNDelivery VBELN_VLCHAR10VBUKALPHAVBELNVL
PLGTYPPlanned picking storage type MCL_PLGTYPCHAR3T301LGTYPLGT
PKOBERPlanned picking area MCL_PKOBERCHAR3T30AKOBER
METYPUnit-of-measure load category according to workload criteria METYPCHAR1TMETMEITYVLY
VHARTPackaging Material Type Rough Workload Estimate MCL_VHARTLCHAR4TVTYTRATY
PERIVFiscal Year Variant PERIVCHAR2Assigned to domainPERIV
VWDATPointer to administrative data VWDATNUMC10VWDAT
GEWEHWeight unit: Rough Workload Estimate and picking waves MCL_GEWEHUNIT3T006CUNITMEINS
VOLEHVolume unit: Rough Workload Estimate and picking waves MCL_VOLEHUNIT3T006CUNITMEINS
METYP_EQuantity for unit-of-measure load category + MCL_METYPEDEC15(3) DEC15_3
METYP_RQuantity for UoM handling group MCL_METYPRDEC15(3) DEC15_3
METYP_DQuantity for unit-of-measure load category MCL_METYPDDEC15(3) DEC15_3
MEGEW_EWeight for quantity + MCL_MEGEWEQUAN15(3) MENG8
MEGEW_RWeight for quantity - MCL_MEGEWRQUAN15(3) MENG8
MEGEW_DWeight for quantity MCL_MEGEWDQUAN15(3) MENG8
MEVOL_EVolume for quantity + MCL_MEVOLEQUAN15(3) MENG8
MEVOL_RVolume for quantity - MCL_MEVOLRQUAN15(3) MENG8
MEVOL_DVolume for quantity MCL_MEVOLDQUAN15(3) MENG8
BZEIT_EProcessing time+ for quantity in hours MCL_BZEITEDEC17(5) DEC17_5
BZEIT_RProcessing time- for quantity in hours MCL_BZEITRDEC17(5) DEC17_5
BZEIT_DProcessing time for quantity in hours MCL_BZEITDDEC17(5) DEC17_5
VHART_EPackaging Materials for Packaging Material Type + MCL_VHARTEDEC15(3) DEC15_3
VHART_RPackaging Materials for Packaging Material Type MCL_VHARTRDEC15(3) DEC15_3
VHART_DPackaging Materials for Packaging Material Type MCL_VHARTDDEC15(3) DEC15_3
ANZBP_ENumber of document items/schedule lines + MCL_ANZBPEINT410MCZAEHLINT
ANZBP_RNumber of document items/schedule lines - MCL_ANZBPRINT410MCZAEHLINT
ANZBP_DNumber of document items/schedule lines MCL_ANZBPDINT410MCZAEHLINT
VKORGSales Organization VKORGCHAR4TVKOVKORGVKOC_VKORG
VSTELShipping Point/Receiving Point VSTELCHAR4TVSTVSTELVST
ABLADUnloading Point ABLADCHAR25TEXT25
ROUTERoute ROUTECHAR6TVROROUTE
AULWERoute Schedule AULWECHAR10VALWAULWE
VSBEDShipping Conditions VSBEDCHAR2TVSBVSBED
LPRIODelivery Priority LPRIONUMC2TPRIOLPRIO
LFARTDelivery Type LFARTCHAR4TVLKLFARTALT
PSPDNRForwarding agent SPDNRCHAR10LFA1ALPHALIFNR
PKUNWEShip-to party KUNWECHAR10KNA1ALPHAKUNNR
PKUNAGSold-to party KUNAGCHAR10KNA1ALPHAKUNNRVAG
VGLZTComparison time for forming waves MCL_VGLZTTIMS6UZEIT
CUSTSORTSort field for deliveries for forming picking waves CUSTSORTNUMC4CUSTSORT

Key field Non-key field



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

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

How to access SAP table LIEF_PLUS

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