LEDSPD_LIST_ITEM SAP (View: HU and Items for Delivery Split) Structure details

Dictionary Type: Structure
Description: View: HU and Items for Delivery Split




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




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

LEDSPD_LIST_ITEM 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 "View: HU and Items for Delivery Split" 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_LEDSPD_LIST_ITEM TYPE LEDSPD_LIST_ITEM.

The LEDSPD_LIST_ITEM table consists of various fields, each holding specific information or linking keys about View: HU and Items for Delivery Split data available in SAP. These include VPOBJKEY (Key for Object to Which the Handling Unit is Assigned), VENUM (Internal Handling Unit Number), POSNR (Delivery Item), RESNO (Delivery Split: Result Package's Sequence 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 LEDSPD_LIST_ITEM 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
VPOBJPacking Object VPOBJCHAR2VPOBJ
VPOBJKEYKey for Object to Which the Handling Unit is Assigned VPOBJKEYCHAR20CHAR20
VENUMInternal Handling Unit Number VENUMCHAR10Assigned to domainALPHAVENUMVEL
POSNRDelivery Item POSNR_VLNUMC6Assigned to domainPOSNR
RESNODelivery Split: Result Package's Sequence Number LEDSPD_RESNONUMC4NUM4
SELKZSelection indicator for list screens SELKZ_LISTCHAR1SELKZ
RESNO_OLDSplit Result Should be the Original Delivery LEDSPD_RES_OLDCHAR1JANE
VPOBJKEYSAVKey for Object to Which the Handling Unit is Assigned VPOBJKEYCHAR20CHAR20
POSNRSAVItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
COLOR3-Byte field CHAR3CHAR3CHAR3
DO_SPLITData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
RESNOSAVDelivery Split: Result Package's Sequence Number LEDSPD_RESNONUMC4NUM4
RESNOREALDelivery Split: Result Package's Sequence Number LEDSPD_RESNONUMC4NUM4
UPDKZUpdate indicator UPDKZ_DCHAR1UPDKZ
LFIMGSAVActual quantity delivered (in sales units) LFIMGQUAN13(3) MENG13
LGMNGSAVActual quantity delivered in stockkeeping units LGMNGQUAN13(3) MENG13
HUSTATUSSAVData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
BRGEWSAVTotal Weight of Handling Unit BRGEW_VEKPQUAN15(3) MENG15
BTVOLSAVTotal Volume of Handling Unit BTVOL_VEKPQUAN15(3) MENG15
ITEMWODETAILData element for domain BOOLE: TRUE (='X') and FALSE (=' ') BOOLE_DCHAR1BOOLE
INHALTExternal Identification of Handling Unit/Material Number LEDSPD_EXIDV_MATNRCHAR40
HUSTATUSLoading Status of a Handling Unit LEDSPD_LOAD_STATUSCHAR1BOOLE
SPMNGSplit quantity of the delivery quantity SPMNG_VLQUAN15(3) MENG15
SPMEHUnit of Measure for Display MEINHUNIT3Assigned to domainCUNITMEINS
SVMNGAvailable quantity (for split) SPMNG_VERFQUAN15(3) MENG15
SVMEHUnit of Measure for Display MEINHUNIT3Assigned to domainCUNITMEINS
BRGEWTotal Weight of Handling Unit BRGEW_VEKPQUAN15(3) MENG15
GEWEIWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
BTVOLTotal Volume of Handling Unit BTVOL_VEKPQUAN15(3) MENG15
VOLEHVolume unit VOLEHUNIT3Assigned to domainCUNITMEINS
UECHAHigher-Level Item of Batch Split Item UECHANUMC6Assigned to domainPOSNR
XCHARBatch management indicator (internal) XCHARCHAR1XFELD
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
VHILMPackaging Materials VHILMCHAR18Assigned to domainMATN1MATNR
VHILM_BEZMaterial Description (Short Text) MAKTXCHAR40TEXT40

Key field Non-key field



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

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

How to access SAP table LEDSPD_LIST_ITEM

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