OILS012BIWS SAP (Oil APPEND) Structure details

Dictionary Type: Structure
Description: Oil APPEND




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




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

OILS012BIWS 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 APPEND" 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_OILS012BIWS TYPE OILS012BIWS.

The OILS012BIWS table consists of various fields, each holding specific information or linking keys about Oil APPEND data available in SAP. These include OIFEETOT (Fee total (document currency)), OIVATH (Amount in Local Currency), OIVATF (Amount in document currency), OITXCON1 (Excise duty tax from pricing conditions: rate 1).. 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 OILS012BIWS 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
OIFEETOTFee total (document currency) OI0BW_FEETOTDCURR13(2) OIA_FEETOT
OIVATHAmount in Local Currency DMBTRCURR13(2) WERT7
OIVATFAmount in document currency WRBTRCURR13(2) WERT7
OITXCON1Excise duty tax from pricing conditions: rate 1 OIH_TXCON1CURR13(2) OIH_TAXCON
OITXCON2Excise duty tax from pricing conditions: rate 2 OIH_TXCON2CURR13(2) OIH_TAXCON
OITXCON3Excise duty tax from pricing conditions: rate 3 OIH_TXCON3CURR13(2) OIH_TAXCON
OITXCON4Excise duty tax from pricing conditions: rate 4 OIH_TXCON4CURR13(2) OIH_TAXCON
OITXCON5Excise duty tax from pricing conditions: rate 5 OIH_TXCON5CURR13(2) OIH_TAXCON
OITXCON6Excise duty tax from pricing conditions: rate 6 OIH_TXCON6CURR13(2) OIH_TAXCON
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
OISMENGECalled-off/delivered/goods receipt quantity OIA_SMENGEQUAN13(3) OIA_MENGE
OIINTQTYQuantity scheduled to be exchanged OIA_INTQTYQUAN13(3) MENGE
OIMEINSQuantity schedule-related UoM OIA_MEINSUNIT3T006CUNITMEINSH_OI0_BUS
OIRECQTYQuantity intended against an exchange OIA_RECQTYQUAN13(3) MENGE

Key field Non-key field



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

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

How to access SAP table OILS012BIWS

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