OI0_BWVBAK SAP (Oil fields for BW (S260,..) based on OILVBAK (sales doc.)) Structure details

Dictionary Type: Structure
Description: Oil fields for BW (S260,..) based on OILVBAK (sales doc.)




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




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

OI0_BWVBAK 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 (S260,..) based on OILVBAK (sales doc.)" 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_BWVBAK TYPE OI0_BWVBAK.

The OI0_BWVBAK table consists of various fields, each holding specific information or linking keys about Oil fields for BW (S260,..) based on OILVBAK (sales doc.) data available in SAP. These include OIPTRFNC (Partner function), OIPARTNR (Customer name (sold-to party or ship-to party)), OICHEADOFF (Head office account number (in branch accounts)), OIPBL (Business location identifier (IS-Oil MRN)).. 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)


SAP OI0_BWVBAK 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
OIISOILSales order created by IS-Oil: X=Yes BLANK=No OID_ISOILCHAR1OI0_XFELD
OIPTRFNCPartner function OID_PTRFNCCHAR2Assigned to domainPARVWPARVW
OIPARTNRCustomer name (sold-to party or ship-to party) OID_PARTNRCHAR10Assigned to domainALPHAKUNNR
OICHEADOFFHead office account number (in branch accounts) KNRZECHAR10Assigned to domainALPHAKUNNR
OIPBLBusiness location identifier (IS-Oil MRN) OIF_PBLNRCHAR10Assigned to domainALPHAOIF_PBLNROI0OIFB
OICFKARTDIDifferential invoice billing type proposal OICFKARTDICHAR4Assigned to domainFKART
OIAEVGTYPEEvergreen type OIA_EVTYPECHAR1OIA_EVTYPE

Key field Non-key field



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

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

How to access SAP table OI0_BWVBAK

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