OI0_BWVBRP SAP (Oil fields for BW (S262,..) based on OILVBRP (billing item)) Structure details

Dictionary Type: Structure
Description: Oil fields for BW (S262,..) based on OILVBRP (billing item)




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




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

OI0_BWVBRP 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 "Oil fields for BW (S262,..) based on OILVBRP (billing item)" 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_OI0_BWVBRP TYPE OI0_BWVBRP.

The OI0_BWVBRP table consists of various fields, each holding specific information or linking keys about Oil fields for BW (S262,..) based on OILVBRP (billing item) data available in SAP. These include OID_EXTBOL (External bill of lading), OID_MISCDL (Miscellaneous delivery number), OIPIPEVAL (Validation indicator for pipeline fields (X=ON, blank=OFF)), OIC_LIFNR (Account Number of Vendor or Creditor).. 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 OI0_BWVBRP 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
OIEDOKExcise duty validation indicator OIH_EDOKCHAR1X
OID_EXTBOLExternal bill of lading OID_EXTBOLCHAR16OID_EXTBOL
OID_MISCDLMiscellaneous delivery number OID_MISCDLCHAR16OID_MISCDL
OIPIPEVALValidation indicator for pipeline fields (X=ON, blank=OFF) OID_PIPEVCHAR1X
OIC_LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10LFA1ALPHALIFNRLIFKRED_C
OIC_DCITYCDestination city code OIC_DCITYCCHAR4Assigned to domainCITYC
OIC_DCOUNCDestination county code OIC_DCOUNCCHAR3Assigned to domainCOUNC
OIC_OCITYCOrigin city code OIC_OCITYCCHAR4Assigned to domainCITYC
OIC_OCOUNCOrigin county code OIC_OCOUNCCHAR3Assigned to domainCOUNC
OIC_PTRIPPipeline trip number (external) OIC_PTRIPCHAR16OIC_PTRIP
OIC_PBATCHPipeline operatorĀ“s external batch number OIC_PBATCHCHAR16OIC_PBATCH
OIC_MOTIS-OIL MAP external details mode of transport OIC_MOTCHAR2TVTRVKTRA
OIC_TRUCKNTruck number OIC_TRUCKNCHAR10OIC_TRUCKN
OIA_BASELOBase location OIA_BASELOCHAR15OIA_BASELO
CMETHQuantity Conversion Method OIB_CMETHCHAR1OIB_CMETH
OITAXFROMExcise duty tax key for 'from' location OIH_TAXFROCHAR2Assigned to domainOIH_TAXKEY
OIHANTYPExcise Duty Handling Type OIH_HANTYPCHAR2Assigned to domainOIH_HANTYP
OITAXGRPExcise Duty Group OIH_TAXGRPCHAR2Assigned to domainOIH_TAXGRP
OITAXTOExcise duty tax key for 'to' location OIH_TAXTOCHAR2Assigned to domainOIH_TAXKEY
OICERTF1Excise tax external license number OIH_CERTF1CHAR15OIH_CERTF1
OIOILCONOil content in a material as a percentage OIH_OILCONDEC5(2) OIH_OILCON
OIEDBALExcise duty balancing is required (indicator) OIH_EDBALCHAR1X
OIPRICIEED pricing: external (indicator) OIH_PRICIECHAR1X
OIINEXCode for internal or external excise duty rate determination OIH_INEXCHAR2Assigned to domainOIH_INEX
OIDRCDifferential Reference Code (DRC) OIC_DRCCHAR5Assigned to domainNUMCVOIC_DRC
OIPSDRCPricing DRC (grouping customers by DRC for pricing) OIC_PSDRCCHAR5Assigned to domainNUMCVOIC_DRCOIQ
OICONTNROutline agreement: contract OIC_CONTNRCHAR10Assigned to domainALPHAVBELNKTN
OIC_TIMETime for time-pricing OIC_TIMETIMS6OIC_TIME
OIC_DATEDate for time pricing OIC_DATEDATS8OIC_DATE
OIFEECHFee edit control OIA_FEECHCHAR1OIA_FEECH
OIEXGNUMExchange agreement number OIA_EXGNUMCHAR10Assigned to domainALPHAOIA_EXGNUMOI1OIAE
OIEXGTYPExchange type OIA_EXGTYPCHAR4TOIA2OIA_EXGTYPOI3
OIFEEDTFee pricing condition date OIA_FEEDTDATS8DATUM
OINETCYCNetting cycle (FI blocking indicator) OIA_NETCYCCHAR1T008ZAHLSNTG
OIH_LICTPLicense type OIH_LICTPCHAR4Assigned to domainOIH_LICTPOII
OIH_LICINExcise tax internal license number OIH_LICINCHAR10Assigned to domainALPHAOIH_LICINOIHOIHL
OIH_LCFOLFollow-on license for quantity license OIH_LCFOLCHAR10Assigned to domainALPHAOIH_LICIN
OIPBLBusiness location identifier (IS-Oil MRN) OIF_PBLNRCHAR10Assigned to domainALPHAOIF_PBLNROI0OIFB
OIBASPRODBase product number OIA_SBMATCHAR18Assigned to domainMATN1MATNR
OIA_IPMVATVAT on internally-posted material OIA_IPMVATCHAR1OIA_IPMVAT
OIINVCYC1Invoice cycle indicator active (X/ ) OIA_INCYCACHAR1KREUZ

Key field Non-key field



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

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

How to access SAP table OI0_BWVBRP

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