OIGSVIIS SAP (TD Shipment Assignment of Document Items to Stages) Table details

Dictionary Type: Table
Description: TD Shipment Assignment of Document Items to Stages




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




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

OIGSVIIS is a standard SAP Table which is used to store TD Shipment Assignment of Document Items to Stages data and is available within R/3 SAP systems depending on the version and release level.

The OIGSVIIS table consists of various fields, each holding specific information or linking keys about TD Shipment Assignment of Document Items to Stages data available in SAP. These include SHNUMBER (TD shipment number), VEH_NR (Vehicle Sequence Number in Shipment), SHITEM (Shipment item), POSNR (TD document item 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 OIGSVIIS 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
SHITEMShipment item OIG_SHITMNUMC4OIGSIOIG_SHITM
POSNRTD document item number OIG_ITEMNUMC6OIG_ITEM
TSNUMAStage of transport number TSNUMNUMC4OIGSSTSNUM
TSNUMZStage of transport number TSNUMNUMC4OIGSSTSNUM
MAT_ITMTD material item sequence number OIG_MATITMNUMC3BUZEI
QTY_VOL_PQuantity in volume UoM OIG_QTYVOLFLTP16(16) OIB_ADQNT
QTY_VLN_PQuantity in norm. volume UoM OIG_QTYVLNFLTP16(16) OIB_ADQNT
QTY_WGT_PQuantity in weight UoM OIG_QTYWGTFLTP16(16) OIB_ADQNT
QTY_VOL_AQuantity in volume UoM OIG_QTYVOLFLTP16(16) OIB_ADQNT
QTY_VLN_AQuantity in norm. volume UoM OIG_QTYVLNFLTP16(16) OIB_ADQNT
QTY_WGT_AQuantity in weight UoM OIG_QTYWGTFLTP16(16) OIB_ADQNT
QTY_VOL_ZQuantity in volume UoM OIG_QTYVOLFLTP16(16) OIB_ADQNT
QTY_VLN_ZQuantity in norm. volume UoM OIG_QTYVLNFLTP16(16) OIB_ADQNT
QTY_WGT_ZQuantity in weight UoM OIG_QTYWGTFLTP16(16) OIB_ADQNT
LOAD_INDITD shipment item load indicator OIG_LDINDCHAR1OIG_LDIND
DISCH_INDITD shipment item discharge indicator OIG_DCINDCHAR1OIG_DCIND
LDDATActual date for end of loading OIG_LDEDDADATS8DATUM
LDTIMEActual time for end of loading OIG_LDEDTATIMS6UZEIT
DSDATActual date for end of delivery confirm OIG_DEEDDADATS8DATUM
DSTIMEActual time for end of delivery confirmation OIG_DEEDTATIMS6UZEIT
ASSGN_INDTD-F Indicator for quantity assignment completed OIG_ASINDCHAR1XFELD
AUTOTSNUMATD-F: TSNUM is automatically assigned OIG_ATSNUMCHAR1CHAR1_X
AUTOTSNUMZTD-F: TSNUM is automatically assigned OIG_ATSNUMCHAR1CHAR1_X

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIGSVIIS
INTO CORRESPONDING FIELDS OF WA_OIGSVIIS
WHERE...

How to access SAP table OIGSVIIS

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