LEDSPD_ATOM SAP (Subsequent Delivery Split Request) Structure details

Dictionary Type: Structure
Description: Subsequent Delivery Split Request




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




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

LEDSPD_ATOM 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 "Subsequent Delivery Split Request" 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_ATOM TYPE LEDSPD_ATOM.

The LEDSPD_ATOM table consists of various fields, each holding specific information or linking keys about Subsequent Delivery Split Request data available in SAP. These include RESNO (Delivery Split: Result Package's Sequence Number), VENUM_HIGH (Highest-level HU), VBELN (Delivery), POSNR (Delivery 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 LEDSPD_ATOM 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
RESNODelivery Split: Result Package's Sequence Number LEDSPD_RESNONUMC4NUM4
VENUM_HIGHHighest-level HU LEDSPD_VENUM_HIGHCHAR10Assigned to domainALPHAVENUM
VBELNDelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL
POSNRDelivery Item POSNR_VLNUMC6Assigned to domainPOSNR
VBELN_NEWDelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL
POSNR_NEWDelivery Item POSNR_VLNUMC6Assigned to domainPOSNR
RES_OLDSplit Result Should be the Original Delivery LEDSPD_RES_OLDCHAR1JANE
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
UMREVField Name CHAR21CHAR21CHAR21
LGMNGActual quantity delivered in stockkeeping units LGMNGQUAN13(3) MENG13
LGMNG_FLOInternal field/ Do not use / LGMNG in float / MUM LGMNG_FLOFLTP16(16) FLTP
LFIMGActual quantity delivered (in sales units) LFIMGQUAN13(3) MENG13
LFIMG_FLOInternal field/ Do not use / LFIMG in float / MUM LFIMG_FLOFLTP16(16) FLTP
EXIDV_HIGHExternal Handling Unit Identification EXIDVCHAR20ALPHAEXIDVHU_IDENT_ALLG
FORCEDIndicator LEDSPD_ATOM_FLAGTDEC4DEC04
TBDELIndicator LEDSPD_ATOM_FLAGTDEC4DEC04
IFANYIndicator LEDSPD_ATOM_FLAGTDEC4DEC04
RFMNGReferenced quantity in base unit of measure RFMNGQUAN15(3) MENG15
RFMNG_FLOReferenced quantity in base unit of measure (float) RFMNG_FLTFLTP16(16) RFMNG_FLO
SPE_IMWRKDelivery has Status 'In Plant' IMWRKCHAR1XFELD
HDALLInbound Delivery Not Yet Complete (on Hold) BORGR_HDALLCHAR1XFELD
SPE_PLACTDelivery Split: Relation Picked Qty - Other Delivery Qtys /SPE/PLACT_ATOM_STATUSCHAR1/SPE/PLACT_ATOM_STATUS

Key field Non-key field



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

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

How to access SAP table LEDSPD_ATOM

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