OI0BW_OIGSPA SAP (TransferStructure: Partner in Shipment for BW) Structure details

Dictionary Type: Structure
Description: TransferStructure: Partner in Shipment for BW




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




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

OI0BW_OIGSPA 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 "TransferStructure: Partner in Shipment for BW" 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_OI0BW_OIGSPA TYPE OI0BW_OIGSPA.

The OI0BW_OIGSPA table consists of various fields, each holding specific information or linking keys about TransferStructure: Partner in Shipment for BW data available in SAP. These include SHTYPE (TD shipment type), XBLNR (Reference Document Number), VEH_MODE (TD vehicle mode of transport), FKART (Shipment cost type).. 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 OI0BW_OIGSPA 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
SHTYPETD shipment type OIG_TDSTYPCHAR4Assigned to domainOIG_TDSTYPOIC
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
VEH_MODETD vehicle mode of transport OIG_VMOTCHAR1OIG_VMOT
FKARTShipment cost type FKART_TCHAR4Assigned to domainFKART_TFRK
FRKRLProposal freight costs relevance, Shipment header FRKRL_KOPCHAR1FRKRL
FRKRL_STRProposal freight costs relevance, shipment leg FRKRL_STRCHAR1FRKRL
FRKRL_UMPProposal for shipment costs relevance - Load transfer point FRKRL_UMPCHAR1FRKRL
FRKRL_GRPProposal for freight costs relevance, Border cross.pt FRKRL_GRPCHAR1FRKRL
FRKRL_VEHTD - shipment cost relevance for vehicles OIG_FRKRLVCHAR1FRKRL
TPLSTTransportation planning point TPLSTCHAR4Assigned to domainTPLSTTDP
CRE_NAMEName of Person who Created the Object ERNAMCHAR12USNAM
CRE_DATEDate on Which Record Was Created ERDATDATS8DATUM
CRE_TIMEEntry time ERZETTIMS6UZEIT
CHA_NAMEName of Person Who Changed Object AENAMCHAR12USNAM
CHA_DATEChanged On AEDATDATS8DATUM
CHA_TIMETime last change was made AEZETTIMS6UZEIT
OIG_SSTSFTD Shipment Status (Functional) OIG_SSTSFCHAR1OIG_SSTSF
LOAD_STDTADate for start of loading OIG_LDSTDADATS8DATUM
LOAD_STTMAActual time for start of loading OIG_LDSTTATIMS6UZEIT
LOAD_EDDTAActual date for end of loading OIG_LDEDDADATS8DATUM
LOAD_EDTMAActual time for end of loading OIG_LDEDTATIMS6UZEIT
DEL_STDTAActual date for start of delivery confirmation OIG_DESTDADATS8DATUM
DEL_STTMAActual time for start of delivery confirmation OIG_DESTTATIMS6UZEIT
DEL_EDDTAActual date for end of delivery confirm OIG_DEEDDADATS8DATUM
DEL_EDTMAActual time for end of delivery confirmation OIG_DEEDTATIMS6UZEIT
FBGSTOverall status of calculation of shipment costs for shipment FBGSTCHAR1FBGST
ARGSTTotal status of shipment costs settlement for shipment ARGSTCHAR1ARGST
VEHICLETD Vehicle Number OIG_VHLNMRCHAR10Assigned to domainALPHAOIG_VHLNMROIV
PARVWPartner Function PARVWCHAR2Assigned to domainPARVWPARVWPAR
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
PERNRPersonnel Number PERNR_DNUMC8PERNRPER
PARNRNumber of contact person PARNRNUMC10PARNRVPA
ADRNRAddress ADRNRCHAR10Assigned to domainALPHAADRNR
ROUTERoute for shipment stage ROUTESCHAR6Assigned to domainROUTE
TSTYPStage category TSTYPCHAR1TSTYP
KNOTADeparture Point KNOTACHAR10Assigned to domainKNOTN
KNOTZDestination point KNOTZCHAR10Assigned to domainKNOTN
COUNTERNatural Number INT4INT410INT4

Key field Non-key field



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

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

How to access SAP table OI0BW_OIGSPA

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