SHP_STO_ITM SAP (Delivery Item with Reference to a Stock Transport Order) Structure details

Dictionary Type: Structure
Description: Delivery Item with Reference to a Stock Transport Order




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




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

SHP_STO_ITM 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 Item with Reference to a Stock Transport Order" 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_SHP_STO_ITM TYPE SHP_STO_ITM.

The SHP_STO_ITM table consists of various fields, each holding specific information or linking keys about Delivery Item with Reference to a Stock Transport Order data available in SAP. These include RFBEL (Reference document), RFPOS (Reference Item), LFIMG (Actual quantity delivered (in sales units)), VRKME (Sales unit).. 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 SHP_STO_ITM 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
RFBELReference document RFBEL_VLCHAR10Assigned to domainALPHAVBELN
RFPOSReference Item RFPOS_VLNUMC6Assigned to domainPOSNR
LFIMGActual quantity delivered (in sales units) LFIMGQUAN13(3) MENG13
VRKMESales unit VRKMEUNIT3Assigned to domainCUNITMEINS
VBELNDelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL
POSNRDelivery Item POSNR_VLNUMC6Assigned to domainPOSNR
HANDLEWorldwide unique key for LIPS-VBELN & LIPS_POSNR TSEGGUID_LIPSCHAR22SYSUUID_22
KDMATMaterial belonging to the customer KDMATCHAR35IDNEX
LGMNGActual quantity delivered in stockkeeping units LGMNGQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
NTGEWNet weight NTGEW_15QUAN15(3) MENG15
BRGEWGross weight BRGEW_15QUAN15(3) MENG15
GEWEIWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
VOLUMVolume VOLUM_15QUAN15(3) MENG15
VOLEHVolume unit VOLEHUNIT3Assigned to domainCUNITMEINS
UEPOSHigher-level item in bill of material structures UEPOSNUMC6Assigned to domainPOSNR
UEPVWID for higher-level item usage UEPVWCHAR1UEPVW
LADGRLoading Group LADGRCHAR4Assigned to domainLADGR
TRAGRTransportation Group TRAGRCHAR4Assigned to domainTRAGR
GRKORDelivery group (items are delivered together) GRKORNUMC3GRKOR
EAN11International Article Number (EAN/UPC) EAN11CHAR18EAN11EAN11EAN
MFRGRMaterial freight group MFRGRCHAR8Assigned to domainMFRGR
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
MTARTMaterial Type MTARTCHAR4Assigned to domainMTARTMTA
UMVKNDenominator (Divisor) for Conversion of Sales Qty into SKU UMVKNDEC5UMBSN
UMVKZNumerator (factor) for conversion of sales quantity into SKU UMVKZDEC5UMBSZ
KCMENGCumulative batch quantity of all split items (in StckUnit) KCMENGQUAN15(3) MENG15
KCBRGEWCumulative gross weight of all batch split items KCBRGEWQUAN15(3) MENG15
KCNTGEWCumulative net weight of all batch split items KCNTGEWQUAN15(3) MENG15
KCVOLUMCumulative volume of all batch split items KCVOLUMQUAN15(3) MENG15
KCGEWEIWeight unit for weight of all batch split items KCGEWEIUNIT3Assigned to domainCUNITMEINS
KCVOLEHVolume Unit for Volume of all Batch Split Items KCVOLEHUNIT3Assigned to domainCUNITMEINS
KCMENGVMECumulative batch quantity of all split items in sales units KCMENG_VMEQUAN15(3) MENGV15_3
LE_SCENARIOScenario Logistic Execution /SPE/LE_SCENARIOCHAR1/SPE/LE_SCENARIO
EWM_VBELNDelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL
EWM_POSNRDelivery Item POSNR_VLNUMC6Assigned to domainPOSNR
SPE_INITIATOR_PROCESSCode for the Initiator of a Communication Chain /SPE/DE_INITIATOR_PROCESSCHAR3/SPE/DO_INITIATOR_PROCESS
LFARTDelivery Type LFARTCHAR4Assigned to domainLFARTALT
PSTYVDelivery item category PSTYV_VLCHAR4Assigned to domainPSTYV
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
XCHPFBatch management requirement indicator XCHPFCHAR1XFELD
UECHAHigher-Level Item of Batch Split Item UECHANUMC6Assigned to domainPOSNR
LFDATDelivery date LFDATDATS8DATUM
LFUHRTime of delivery LFUHRTIMS6LFUHR
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA

Key field Non-key field



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

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

How to access SAP table SHP_STO_ITM

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