ROIO_SH_CONTENTS SAP (Output structure for shipping unit contents) Structure details

Dictionary Type: Structure
Description: Output structure for shipping unit contents




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




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

ROIO_SH_CONTENTS 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 "Output structure for shipping unit contents" 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_SH_CONTENTS TYPE ROIO_SH_CONTENTS.

The ROIO_SH_CONTENTS table consists of various fields, each holding specific information or linking keys about Output structure for shipping unit contents data available in SAP. These include POSNR (Delivery Item), MATNR (Material Number), ARKTX (Short text for sales order item), VEMNG (Base Quantity Packed in the Handling Unit 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 ROIO_SH_CONTENTS 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
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
ARKTXShort text for sales order item ARKTXCHAR40TEXT40
VEMNGBase Quantity Packed in the Handling Unit Item VEMNGQUAN15(3) MENG15
VEMEHBase Unit of Measure of the Quantity to be Packed (VEMNG) VEMEHUNIT3Assigned 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
ROUTERoute ROUTECHAR6Assigned to domainROUTE
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
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
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
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

Key field Non-key field



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

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

How to access SAP table ROIO_SH_CONTENTS

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