ROIO_SR_DELIVERY SAP (RLM Shipment receipt - delivery data) Structure details

Dictionary Type: Structure
Description: RLM Shipment receipt - delivery data




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




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

ROIO_SR_DELIVERY 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 "RLM Shipment receipt - delivery data" 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_ROIO_SR_DELIVERY TYPE ROIO_SR_DELIVERY.

The ROIO_SR_DELIVERY table consists of various fields, each holding specific information or linking keys about RLM Shipment receipt - delivery data data available in SAP. These include POSNR (Delivery Item), ARKTX (Short text for sales order 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 ROIO_SR_DELIVERY 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
VBELNDelivery VBELN_VLCHAR10Assigned to domainALPHAVBELNVL
POSNRDelivery Item POSNR_VLNUMC6Assigned to domainPOSNR
ARKTXShort text for sales order item ARKTXCHAR40TEXT40
LFIMGActual quantity delivered (in sales units) LFIMGQUAN13(3) MENG13
VRKMESales unit VRKMEUNIT3Assigned to domainCUNITMEINS
LGMNGActual quantity delivered in stockkeeping units LGMNGQUAN13(3) MENG13
VEMNGBase Quantity Packed in the Handling Unit Item VEMNGQUAN15(3) MENG15
GRMNGBase quantity received OIO_SR_GRMNGQUAN13(3) MENGE
LGMEHBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
ORIG_TYObject type for document flow OIO_OBJTYCHAR4Assigned to domainALPHAOIO_OBJTY
ORIG_IDIdentifier for document flow object OIO_OBJIDCHAR22OIO_OBJID
ORIG_NMName of document flow object OIO_OBJ_NAMECHAR40TEXT40
VSTELShipping Point/Receiving Point VSTELCHAR4Assigned to domainVSTELVST
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
LFARTDelivery Type LFARTCHAR4Assigned to domainLFARTALT
WEMPFGoods Recipient/Ship-To Party WEMPFCHAR12WEMPF
ABLADUnloading Point ABLADCHAR25TEXT25
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
LADGRLoading Group LADGRCHAR4Assigned to domainLADGR
TRAGRTransportation Group TRAGRCHAR4Assigned to domainTRAGR
LGNUMWarehouse Number / Warehouse Complex LGNUMCHAR3Assigned to domainLGNUMLGN
LGTYPStorage Type LGTYPCHAR3Assigned to domainLGTYPLGTH_T301
LGPLAStorage Bin LGPLACHAR10Assigned to domainLGPLALGPLAG1
LGPBEStorage Bin LGPBECHAR10CHAR10
SOBKZSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
SONUMSpecial Stock Number LVS_SONUMCHAR16ALPHALVS_SONUM
QPLOSInspection Lot Number QPLOSNUMC12Assigned to domainQPLOSQLSQALS
QTLOSPartial lot number QTLOSNUMC6Assigned to domainQTLOSQTL
ANZSNNumber of serial numbers ANZSNINT410INT4
SERAILSerial Number Profile SERAILCHAR4Assigned to domainSERAIL
EMPSTReceiving point EMPSTCHAR25TEXT25
ABTNRDepartment number ABTNRCHAR4Assigned to domainABTNR
WDATUDate of Goods Receipt LVS_WDATUDATS8DATUM
MBDATMaterial Staging/Availability Date MBDATDATS8DATUM
UMMATReceiving/Issuing Material UMMATCHAR18Assigned to domainMATN1MATNR
UMWRKReceiving/Issuing Plant UMWRKCHAR4Assigned to domainWERKS
UMLGOReceiving/Issuing Storage Location UMLGOCHAR4Assigned to domainLGORT
UMCHAReceiving/Issuing Batch UMCHACHAR10Assigned to domainCHARG
UMBARValuation Type of Transfer Batch UMBARCHAR10Assigned to domainBWTAR
LFSTADelivery status LFSTACHAR1STATV
KOSTAPicking status/Putaway status KOSTACHAR1STATV
PKSTAPacking status of item PKSTACHAR1STATV
KOQUAConfirmation status of picking/putaway KOQUACHAR1STATV
VGBELDocument number of the reference document VGBELCHAR10Assigned to domainALPHAVBELN
VGPOSItem number of the reference item VGPOSNUMC6Assigned to domainPOSNR
VGTYPSD document category VBTYPCHAR1VBTYP
PS_PSP_PNRWork Breakdown Structure Element (WBS Element) PS_PSP_PNRNUMC8Assigned to domainKONPRPS_POSNR

Key field Non-key field



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

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

How to access SAP table ROIO_SR_DELIVERY

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