ROIGSVCC SAP (Internal table for compartments in shipment) Structure details

Dictionary Type: Structure
Description: Internal table for compartments in shipment




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




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

ROIGSVCC 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 for compartments 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_ROIGSVCC TYPE ROIGSVCC.

The ROIGSVCC table consists of various fields, each holding specific information or linking keys about Internal table for compartments 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 ROIGSVCC 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_VEHNRNUMC3Assigned to domainOIG_VEHNR
TPU_NRTransport unit sequence number in shipment OIG_TPUNRNUMC3OIGSVCOIG_TPUNR
COM_NUMBERTD compartment number OIG_CMPNMRINT13OIGCCOIG_CMPNMR
SEQ_NMBRTD master data sequence number OIG_SEQNRNUMC3OIG_SEQNR
CMP_MINVOLTD compartment: minimum volume OIG_CMPUVLFLTP16(16) OIB_ADQNT
CMP_MAXVOLTD compartment maximum volume OIG_CMOMVLFLTP16(16) OIB_ADQNT
LOAD_SEQTD compartment loading sequence OIG_LOASEQNUMC3OIG_LOASEQ
GROUPNAMETD product/compartment group OIG_CPCGCHAR8TOIGACALPHAOIG_CPCGOI6
DOUB_HULLDouble hull indicator (DH) OIG_HULLIDCHAR1OI0_XFELD
COM_IDTEXTTD compartment text OIG_CMPTXTCHAR40OIG_TEXT
CRE_DATECreated On ERSDADATS8DATUM
CRE_NAMEName of Person who Created the Object ERNAMCHAR12USNAM
CRE_TIMETime, at Which Record Was Added ERZEITTIMS6UHRZT
CHA_DATEDate of Last Change LAEDADATS8DATUM
CHA_NAMEName of Person Who Changed Object AENAMCHAR12USNAM
CHA_TIMETime of Change AEZEITTIMS6UHRZT
MIN_VOLTD minimum compartment volume OIG_CMNVLFLTP16(16) OIB_ADQNT
MAX_VOLTD:maximum compartment volume OIG_CMXVLFLTP16(16) OIB_ADQNT
ACT_WGTTD: actual compartment weight OIG_CACTWTFLTP16(16) OIB_ADQNT
ACT_VOLTD actual compartment volume OIG_CACTVLFLTP16(16) OIB_ADQNT
VOL_UOMTD volume unit of measure OIG_VOLUOMUNIT3Assigned to domainCUNITMEINS
UPDATEFLAGTransaction type TRTYPCHAR1TRTYP
COM_TEXTTD compartment text OIG_CMPTXTCHAR40OIG_TEXT

Key field Non-key field



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

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

How to access SAP table ROIGSVCC

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