ROIGSVC SAP (Internal Table - Transport Unit in Shipment) Structure details

Dictionary Type: Structure
Description: Internal Table - Transport Unit in Shipment




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




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

ROIGSVC 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 "Internal Table - Transport Unit in Shipment" 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_ROIGSVC TYPE ROIGSVC.

The ROIGSVC table consists of various fields, each holding specific information or linking keys about Internal Table - Transport Unit in Shipment data available in SAP. These include CLIENT (Client), SHNUMBER (TD shipment number), VEH_NR (Vehicle Sequence Number in Shipment), TPU_NR (Transport unit sequence number in shipment).. 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 ROIGSVC 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
CLIENTClient MANDTCLNT3T000MANDT
SHNUMBERTD shipment number OIG_SHNUMCHAR10OIGSALPHAOIG_SHNUMOIS
VEH_NRVehicle Sequence Number in Shipment OIG_VEHNRNUMC3OIGSVOIG_VEHNR
TPU_NRTransport unit sequence number in shipment OIG_TPUNRNUMC3Assigned to domainOIG_TPUNR
TU_NUMBERTD transport unit number OIG_TRUNMRCHAR10OIGCALPHAOIG_TRUNMROIB
TU_TYPETD Transport unit type OIG_TRUTYPCHAR4TOIGCOIG_TRUTYPOIF
WGT_UOMTD weight unit of measure OIG_WGTUOMUNIT3T006CUNITMEINS
TU_IDTD transport unit identifier OIG_LICNMRCHAR18OIG_LICNMR
TU_NRCOMPSNumber of compartments (TD) OIG_NMRCMPINT13OIG_NMRCMP
TU_NRMETSTD number of meters on the transport unit OIG_NMRMETINT13OIG_NMRCMP
TU_UNLWGTTD transport unit unladen weight OIG_TUUWTFLTP16(16) OIB_ADQNT
TU_MAXWGTTD transport unit maximum weight OIG_TUMWTFLTP16(16) OIB_ADQNT
TU_HEIGHTTD transport unit height OIG_TUHGTQUAN13(3) MENG13
TU_WIDTHTD transport unit width OIG_TUWDTQUAN13(3) MENG13
TU_LENGTHTD transport unit length OIG_TULENQUAN13(3) MENG13
TU_AXLESTD: number of axles on transport units OIG_AXLENUMC1OIG_AXLE
TU_MAXVOLTD transport unit maximum volume OIG_TUMVLFLTP16(16) OIB_ADQNT
VOL_UOMTD volume unit of measure OIG_VOLUOMUNIT3T006CUNITMEINS
DIM_UOMUnit of measure for length/width/height OIG_MEABMUNIT3T006CUNITMEINS
EQUIP_NREquipment Number EQUNRCHAR18EQUIALPHAEQUNREQNEQUI
CRE_DATECreated On ERSDADATS8DATUM
CRE_NAMEName of Person who Created the Object ERNAMCHAR12USNAM
CRE_TIMEEntry time ERZETTIMS6UZEIT
CHA_DATEDate of Last Change LAEDADATS8DATUM
CHA_NAMEName of Person Who Changed Object AENAMCHAR12USNAM
CHA_TIMETime of Change AEZEITTIMS6UHRZT
SHNUM_PRVPrevious shipment number OIG_SHNUMPCHAR10OIGSALPHAOIG_SHNUM
SHNUM_NXTPrevious shipment number OIG_SHNUMPCHAR10OIGSALPHAOIG_SHNUM
RECFLGPTLIndicator for reconciliation of prior to load OIG_RECPTLCHAR1CHAR1
RECFLGLOVIndicator for reconciliation of left on vehicle qty. OIG_RECLOVCHAR1CHAR1
UNL_WGTTransport unit unladen weight OIG_TUNWTFLTP16(16) OIB_ADQNT
MAX_VOLTransport unit maximum volume OIG_TMXVLFLTP16(16) OIB_ADQNT
MAX_WGTTransport unit maximum weight OIG_TMXWTFLTP16(16) OIB_ADQNT
ACT_VOLTD actual transport unit volume OIG_TACTVLFLTP16(16) OIB_ADQNT
ACT_WGTTD: actual transport unit weight OIG_TACTWTFLTP16(16) OIB_ADQNT
UPDATEFLAGTransaction type TRTYPCHAR1TRTYP
VEH_NR1Vehicle Sequence Number in Shipment OIG_VEHNRNUMC3OIGSVOIG_VEHNR
TPU_NR1Transport unit sequence number in shipment OIG_TPUNRNUMC3OIGSVCOIG_TPUNR
OIG_SSTSF1TD Shipment Status (Functional) OIG_SSTSFCHAR1OIG_SSTSF
TU_TEXTTD transport unit text OIG_TRUTXTCHAR40OIG_TEXT

Key field Non-key field



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

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

How to access SAP table ROIGSVC

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