BAPI_OIGSVIIS SAP (Shipment assignment of doc items to stages) Structure details

Dictionary Type: Structure
Description: Shipment assignment of doc items to stages




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




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

BAPI_OIGSVIIS 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 "Shipment assignment of doc items to stages" 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_BAPI_OIGSVIIS TYPE BAPI_OIGSVIIS.

The BAPI_OIGSVIIS table consists of various fields, each holding specific information or linking keys about Shipment assignment of doc items to stages data available in SAP. These include VEHICLE (TD Vehicle Number), SHITEM (Shipment item), POSNR (TD document item number), TSNUMA (Stage of transport 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP BAPI_OIGSVIIS 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
SHNUMBERTD shipment number OIG_SHNUMCHAR10Assigned to domainALPHAOIG_SHNUMOIS
VEHICLETD Vehicle Number OIG_VHLNMRCHAR10Assigned to domainALPHAOIG_VHLNMROIV
SHITEMShipment item OIG_SHITMNUMC4Assigned to domainOIG_SHITM
POSNRTD document item number OIG_ITEMNUMC6OIG_ITEM
TSNUMAStage of transport number TSNUMNUMC4Assigned to domainTSNUM
TSNUMZStage of transport number TSNUMNUMC4Assigned to domainTSNUM
MAT_ITMTD material item sequence number OIG_MATITMNUMC3BUZEI
QTY_VOL_POIL overall: Character field of 23 length OIJ_CHAR23CHAR23CHAR23
QTY_VLN_POIL overall: Character field of 23 length OIJ_CHAR23CHAR23CHAR23
QTY_WGT_POIL overall: Character field of 23 length OIJ_CHAR23CHAR23CHAR23
QTY_VOL_AOIL overall: Character field of 23 length OIJ_CHAR23CHAR23CHAR23
QTY_VLN_AOIL overall: Character field of 23 length OIJ_CHAR23CHAR23CHAR23
QTY_WGT_AOIL overall: Character field of 23 length OIJ_CHAR23CHAR23CHAR23
QTY_VOL_ZOIL overall: Character field of 23 length OIJ_CHAR23CHAR23CHAR23
QTY_VLN_ZOIL overall: Character field of 23 length OIJ_CHAR23CHAR23CHAR23
QTY_WGT_ZOIL overall: Character field of 23 length OIJ_CHAR23CHAR23CHAR23
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
DOC_NUMBERTD document number OIG_DOCNRCHAR10ALPHAOIG_DOCNR
DOC_TYPSD document category VBTYPCHAR1VBTYP
MATERIALMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
EAN_UPCInternational Article Number (EAN/UPC) EAN11CHAR18EAN11EAN11EAN
NAME1TD shipment item name OIG_SINAMECHAR35OIG_SINAME
KNOTATD-F - loading point OIG_KNOTLCHAR10Assigned to domainKNOTN
TSRFOAStage of transport sequence TSRFONUMC4TSRFO
F4ATD-F F4 help used OIG_F4HLPCHAR1CHAR1_X
TSTYPAStage category TSTYPCHAR1TSTYP
KNOTZTD-F - discharge point OIG_KNOTDCHAR10Assigned to domainKNOTN
TSRFOZStage of transport sequence TSRFONUMC4TSRFO
F4ZTD-F F4 help used OIG_F4HLPCHAR1CHAR1_X
TSTYPZStage category TSTYPCHAR1TSTYP
QTY_VOL_ANOIL overall: Character field of 23 length OIJ_CHAR23CHAR23CHAR23
QTY_VLN_ANOIL overall: Character field of 23 length OIJ_CHAR23CHAR23CHAR23
QTY_WGT_ANOIL overall: Character field of 23 length OIJ_CHAR23CHAR23CHAR23
QTY_VOL_ZNOIL overall: Character field of 23 length OIJ_CHAR23CHAR23CHAR23
QTY_VLN_ZNOIL overall: Character field of 23 length OIJ_CHAR23CHAR23CHAR23
QTY_WGT_ZNOIL overall: Character field of 23 length OIJ_CHAR23CHAR23CHAR23
QTY_VOL_UOM3-Byte field CHAR3CHAR3CHAR3
QTY_VLN_UOM3-Byte field CHAR3CHAR3CHAR3
QTY_WGT_UOM3-Byte field CHAR3CHAR3CHAR3
UOM_ISO2SAPConvert Unit of measure from ISO to SAP OIK_ISO2SAPCHAR1OIK_ISO2SAP
AUTOSTGSMPAssgnmt for depart/dest. point was done via simple assignmt OIG_ASGTSACHAR1CHAR1_X
UPDATEFLAGTransaction type TRTYPCHAR1TRTYP

Key field Non-key field



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

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

How to access SAP table BAPI_OIGSVIIS

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