L2SKDLITEM SAP (Delivery Items for 2-Step Picking) Structure details

Dictionary Type: Structure
Description: Delivery Items for 2-Step Picking




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




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

L2SKDLITEM 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 "Delivery Items for 2-Step Picking" 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_L2SKDLITEM TYPE L2SKDLITEM.

The L2SKDLITEM table consists of various fields, each holding specific information or linking keys about Delivery Items for 2-Step Picking data available in SAP. These include REFNR (Group), VBELN (Delivery), POSNR (Delivery Item), L2SKR (Relevance for 2-Step Picking in Reference Document Item).. 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: Can be enhanced (character-type or numeric)


SAP L2SKDLITEM 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
LGNUMWarehouse Number / Warehouse Complex LGNUMCHAR3Assigned to domainLGNUMLGN
REFNRGroup LVS_REFNRCHAR10Assigned to domainALPHALVS_REFNRREFNRH_LVS_REFNR
VBELNDelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL
POSNRDelivery Item POSNR_VLNUMC6Assigned to domainPOSNR
L2SKRRelevance for 2-Step Picking in Reference Document Item LVS_2SKPRELCHAR1LVS_2SKPREL
L2SKR_OLDRelevance for 2-step picking in item of ref.document old L2SKTRITEM_L2SKR_OLDCHAR1LVS_2SKPREL
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
BESTQStock Category in the Warehouse Management System BESTQCHAR1BESTQ
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
LFIMGActual quantity delivered (in sales units) LFIMGQUAN13(3) MENG13
LGMNGActual quantity delivered in stockkeeping units LGMNGQUAN13(3) MENG13
KOMNGQuantity to be picked (actual qty minus picked qty) KOMNGQUAN13(3) MENG13
KOMNAPick quantity in alternative unit of measure L2SKDLITEM_KOMNAQUAN13(3) MENSH
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
VRKMESales unit VRKMEUNIT3Assigned to domainCUNITMEINS
UMVKZNumerator (factor) for conversion of sales quantity into SKU UMVKZDEC5UMBSZ
UMVKNDenominator (Divisor) for Conversion of Sales Qty into SKU UMVKNDEC5UMBSN
BRGEWGross weight BRGEW_15QUAN15(3) MENG15
NTGEWNet weight NTGEW_15QUAN15(3) MENG15
GEWEIWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
VOLUMVolume VOLUM_15QUAN15(3) MENG15
VOLEHVolume unit VOLEHUNIT3Assigned to domainCUNITMEINS
EMPSTReceiving point EMPSTCHAR25TEXT25
KOMKZIndicator for picking control KOMKZCHAR1KOMKZ
VSTELShipping Point/Receiving Point VSTELCHAR4Assigned to domainVSTELVST
ROUTERoute ROUTECHAR6Assigned to domainROUTE
LPRIODelivery Priority LPRIONUMC2Assigned to domainLPRIO
KODATPicking Date KODATDATS8DATUM
LDDATLoading Date LDDATDATS8DATUM
KUNNRShip-to party KUNWECHAR10Assigned to domainALPHAKUNNR
LGTORDoor for Warehouse Number LGTORCHAR3Assigned to domainLGTOR
LGBZOStaging Area for Warehouse Complex LGBZOCHAR10Assigned to domainLGBZO
SELKZSelection indicator L2SKTOTAL_SELKZCHAR1XFELD
VBELVOriginating document VBELVCHAR10Assigned to domainALPHAVBELN
POSNVOriginating item POSNVNUMC6Assigned to domainPOSNR
PS_PSP_PNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR
WIRMEActive ingredient unit of measure LTAP_WIRMEUNIT3Assigned to domainCUNITMEINS
SONUMSpecial Stock Number LVS_SONUMCHAR16ALPHALVS_SONUM
LSONRSpecial Stock Number LVS_LSONRCHAR24LVS_LSONR

Key field Non-key field



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

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

How to access SAP table L2SKDLITEM

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