BAPI_OIGSS SAP (TD Shipment stages) Structure details

Dictionary Type: Structure
Description: TD Shipment stages




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




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

BAPI_OIGSS 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 "TD Shipment 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_OIGSS TYPE BAPI_OIGSS.

The BAPI_OIGSS table consists of various fields, each holding specific information or linking keys about TD Shipment stages data available in SAP. These include TSNUM (Stage of transport number), TSTYP (Stage category), TSRFO (Stage of transport sequence), VEHICLE (TD Vehicle 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_OIGSS 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
TSNUMStage of transport number TSNUMNUMC4Assigned to domainTSNUM
TSTYPStage category TSTYPCHAR1TSTYP
TSRFOStage of transport sequence TSRFONUMC4TSRFO
VEHICLETD Vehicle Number OIG_VHLNMRCHAR10Assigned to domainALPHAOIG_VHLNMROIV
ELUPDChange Indicator ELUPDCHAR1ELUPD
ROUTERoute for shipment stage ROUTESCHAR6Assigned to domainROUTE
VSARTShipping type for shipment stage VERSARTSCHAR2Assigned to domainVERSART
LAUFKLeg indicator for shipment stage LAUFSCHAR1LAUFK
ADRNADeparture point: Address ADRNACHAR10Assigned to domainALPHAADRNR
KNOTADeparture Point KNOTACHAR10Assigned to domainKNOTN
VSTELShipping point at point of departure VSTELACHAR4Assigned to domainVSTELVST
LSTELPoint of departure: Loading point at shipping point LSTELACHAR2Assigned to domainLSTEL
WERKAPlant at point of departure WERKSACHAR4Assigned to domainWERKS
LGORTADeparture point: Storage location in plant LGORTACHAR4Assigned to domainLGORT
KUNNADeparture point: Customer KUNNACHAR10Assigned to domainALPHAKUNNR
LIFNAVendor number of departure point LIFNACHAR10Assigned to domainALPHALIFNR
ADRNZDestination address ADRNZCHAR10Assigned to domainALPHAADRNR
KNOTZDestination point KNOTZCHAR10Assigned to domainKNOTN
VSTEZShipping point at destination VSTELZCHAR4Assigned to domainVSTELVST
LSTEZDestination: Loading point at shipping point LSTELZCHAR2Assigned to domainLSTEL
WERKZPlant at destination point WERKSZCHAR4Assigned to domainWERKS
LGORTZDestination: Storage location in plant LGORTZCHAR4Assigned to domainLGORT
KUNNZCustomer number for destination point KUNNZCHAR10Assigned to domainALPHAKUNNR
LIFNZVendor number of destination point LIFNZCHAR10Assigned to domainALPHALIFNR
TDLNRNumber of forwarding agent in the shipment stage TDLNRSCHAR10Assigned to domainALPHALIFNRF4_CARRIERS
DISTZChar 15 CHAR15CHAR15CHAR15
DISTZ_UOM3-Byte field CHAR3CHAR3CHAR3
TOTTIMEChar 15 CHAR15CHAR15CHAR15
TOTTIME_UOM3-Byte field CHAR3CHAR3CHAR3
DRVTIMEChar 15 CHAR15CHAR15CHAR15
DRVTIME_UOM3-Byte field CHAR3CHAR3CHAR3
ADRKNZAPoint of departure: Origin indicator of address ADRKNZACHAR1ADRKNZ
KUNABLAPoint of departure: Customer's unloading point KUNABLACHAR25TEXT25
ADRKNZZDestination: Origin indicator of address ADRKNZZCHAR1ADRKNZ
KUNABLZDestination: Customer's unloading point KUNABLZCHAR25TEXT25
FRKRLShipment costs relevance FRKRLCHAR1FRKRL
SKALSMPricing procedure in stage of shipment KALSM_TRABCHAR6Assigned to domainKALSM
FBSTAStatus of shipment costs calculation FBSTACHAR1FBSTA
ARSTAStatus of shipment costs settlement ARSTACHAR1ARSTA
VEH_INDTD-F: Vehicle stage indicator with first and last node OIG_VEHINDCHAR1OIG_VEHIND
CARR_ROUTTD-F carrier is copied from route / stage table OIG_CRROUTCHAR1XFELD
TSTYP_TXTDescription of stage type OIG_TYPTXTCHAR30CHAR30
DEPFLAGTD-F flag if stage is used as dep. or destination point OIG_STGFLGCHAR1CHAR1_X
DESTFLAGTD-F flag if stage is used as dep. or destination point OIG_STGFLGCHAR1CHAR1_X
FRKRLFLAGTD-F flag: if SCD-relevance is set for TSTYP OIG_FRKFLGCHAR1CHAR1_X
DESCNODEADescription BEZEI30CHAR30TEXT30
DESCNODEZDescription BEZEI30CHAR30TEXT30
UPDATEFLAGTransaction type TRTYPCHAR1TRTYP
UOM_ISO2SAPConvert Unit of measure from ISO to SAP OIK_ISO2SAPCHAR1OIK_ISO2SAP

Key field Non-key field



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

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

How to access SAP table BAPI_OIGSS

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