L2SKTOTAL SAP (Accumulated removal quantities for 2-step picking) Structure details

Dictionary Type: Structure
Description: Accumulated removal quantities for 2-step picking




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




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

L2SKTOTAL 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 "Accumulated removal quantities 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_L2SKTOTAL TYPE L2SKTOTAL.

The L2SKTOTAL table consists of various fields, each holding specific information or linking keys about Accumulated removal quantities for 2-step picking data available in SAP. These include REFNR (Group), L2SKR (Relevance for 2-Step Picking in Reference Document Item), RBTYP (Type of reference document for group), MATNR (Material Number).. 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 L2SKTOTAL 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
L2SKRRelevance for 2-Step Picking in Reference Document Item LVS_2SKPRELCHAR1LVS_2SKPREL
RBTYPType of reference document for group LVS_RBTYPCHAR1LVS_RBTYP
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
BESTQStock Category in the Warehouse Management System BESTQCHAR1BESTQ
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
SONUMSpecial Stock Number LVS_SONUMCHAR16ALPHALVS_SONUM
LSONRSpecial Stock Number LVS_LSONRCHAR24LVS_LSONR
GEMNGTotal required quantity of all items L2SKTOTAL_GEMNGQUAN13(3) MENG13
BDMNGSum of requirement quantity for removal for 2-step picking L2SKTOTAL_BDMNGQUAN13(3) MENG13
ENMNGSum of quantities already picked for 2-step picking L2SKTOTAL_ENMNGQUAN13(3) MENG13
OFMNGSum of requested quantities for picking for 2-step picking L2SKTOTAL_OFMNGQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
GEMNATotal requirement qty of all items in alt. unit of measure L2SKTOTAL_GEMNAQUAN13(3) MENG13
BDMNASum of requirement qty for the removal in alt. unit of meas. L2SKTOTAL_BDMNAQUAN13(3) MENG13
ENMNASum of quantities already picked in alt. unit of measure L2SKTOTAL_ENMNAQUAN13(3) MENG13
OFMNASum of requested quantities for picking in alt. unit of meas L2SKTOTAL_OFMNAQUAN13(3) MENG13
ALTMEAlternative Unit of Measure for Stockkeeping Unit LRMEIUNIT3Assigned to domainCUNITMEINS
UMREZNumerator for Conversion to Base Units of Measure UMREZDEC5UMBSZ
UMRENDenominator for conversion to base units of measure UMRENDEC5UMBSN
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
ANPOSNumber of Relevant Ref. Document Items per Accumulated Entry L2SKTOTAL_ANPOSDEC6DEC6
ANPGETotal number of reference document items L2SKTOTAL_ANPGEDEC6DEC6
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
LETYPStorage Unit Type LVS_LETYPCHAR3Assigned to domainLVS_LETYP
LHMNGLoading equipment quantity LVS_LHMNGQUAN13(3) MENG13
LHMEHUnit of measure for loading equipment quantity LHMEHUNIT3Assigned to domainCUNITMEINS
SELKZSelection indicator L2SKTOTAL_SELKZCHAR1XFELD
TAERZTransfer order already created for item LVBLKTAERZCHAR1XFELD
WIRMEActive ingredient unit of measure LTAP_WIRMEUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



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

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

How to access SAP table L2SKTOTAL

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