OI0BW_OIGSMV SAP (TransferStructure:BW Quantity item for material on vehicle) Structure details

Dictionary Type: Structure
Description: TransferStructure:BW Quantity item for material on vehicle




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




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

OI0BW_OIGSMV 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:BW Quantity item for material on vehicle" 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_OIGSMV TYPE OI0BW_OIGSMV.

The OI0BW_OIGSMV table consists of various fields, each holding specific information or linking keys about TransferStructure:BW Quantity item for material on vehicle data available in SAP. These include SHTYPE (TD shipment type), XBLNR (Reference Document Number), VEH_MODE (TD vehicle mode of transport), WGT_UOM (TD weight unit of measure).. 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_OIGSMV 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
WGT_UOMTD weight unit of measure OIG_WGTUOMUNIT3Assigned to domainCUNITMEINS
VOL_UOMTD volume unit of measure OIG_VOLUOMUNIT3Assigned to domainCUNITMEINS
FKARTShipment cost type FKART_TCHAR4Assigned to domainFKART_TFRK
SCLDTYPETD-F -Shipment costing based on loaded or disch. quantitites OIG_STYPECHAR1OIG_STYPE
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
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
VEHICLETD Vehicle Number OIG_VHLNMRCHAR10Assigned to domainALPHAOIG_VHLNMROIV
RSNCDVReason code to accept gain or loss OIG_RSNCDVCHAR2Assigned to domainOIG_REASC
TD_ACTIONTD action (schedule, load, delivery confirmation) OIG_TDACTCHAR1OIG_TDACT
QTY_VOLQuantity in volume UoM OI0BW_QTYVOLZFLTP16(16) OIB_ADQNT
QTY_WGTQuantity in weight UoM OI0BW_QTYWGTZFLTP16(16) OIB_ADQNT
MATNR_OBMaterial on board OIG_MATOBCHAR18Assigned to domainMATN1MATNR
WERKS_OBPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORT_OBIn-Transit Storage Location OIG_ITSTLCCHAR4Assigned to domainLGORT
CHARG_OBIn-Transit Batch OIG_ITBTCHCHAR10Assigned to domainCHARG
MATNR_RReference material OI0BWMATNRRCHAR18Assigned to domainMATN1MATNRMAT
WERKS_RReference Plant OI0BWWERKSRCHAR4Assigned to domainWERKSWRK
LGORT_RReference storage location OI0BWLGORTRCHAR4Assigned to domainLGORTLAG
CHARG_RReference Batch number OI0BWCHARGRCHAR10Assigned to domainCHARGCHA
LGMNGActual quantity delivered in stockkeeping units OI0BW_LGMNGZQUAN13(3) MENG13
COUNTERNatural Number INT4INT410INT4

Key field Non-key field



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

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

How to access SAP table OI0BW_OIGSMV

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