OIGSVC SAP (TD Transport Unit in Shipment) Table details

Dictionary Type: Table
Description: TD Transport Unit in Shipment




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




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

OIGSVC is a standard SAP Table which is used to store TD Transport Unit in Shipment data and is available within R/3 SAP systems depending on the version and release level.

The OIGSVC table consists of various fields, each holding specific information or linking keys about TD Transport Unit in Shipment data available in SAP. These include SHNUMBER (TD shipment number), VEH_NR (Vehicle Sequence Number in Shipment), TPU_NR (Transport unit sequence number in shipment), TU_NUMBER (TD transport unit number).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP OIGSVC table 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_TPUNRNUMC3OIG_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

Key field Non-key field



How do I retrieve data from SAP table OIGSVC using ABAP code

The following ABAP code Example will allow you to do a basic selection on OIGSVC to SELECT all data from the table
DATA: WA_OIGSVC TYPE OIGSVC.

SELECT SINGLE *
FROM OIGSVC
INTO CORRESPONDING FIELDS OF WA_OIGSVC
WHERE...

How to access SAP table OIGSVC

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