OIL_PO_ITEM_FIELDS_ESOA SAP (Struture having PO Oil fields) Structure details

Dictionary Type: Structure
Description: Struture having PO Oil fields




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




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

OIL_PO_ITEM_FIELDS_ESOA 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 "Struture having PO Oil fields" 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_OIL_PO_ITEM_FIELDS_ESOA TYPE OIL_PO_ITEM_FIELDS_ESOA.

The OIL_PO_ITEM_FIELDS_ESOA table consists of various fields, each holding specific information or linking keys about Struture having PO Oil fields data available in SAP. These include OIHANTYP (Excise Duty Handling Type), OIINEX (Code for internal or external excise duty rate determination), OICERTF1 (Excise tax external license number), BWTAR (Valuation 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: Cannot Be Enhanced


SAP OIL_PO_ITEM_FIELDS_ESOA 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
EBELPItem Number of Purchasing Document EBELPNUMC5Assigned to domainEBELPBSP
OIHANTYPExcise Duty Handling Type OIH_HANTYPCHAR2Assigned to domainOIH_HANTYP
OIINEXCode for internal or external excise duty rate determination OIH_INEXCHAR2Assigned to domainOIH_INEX
OICERTF1Excise tax external license number OIH_CERTF1CHAR15OIH_CERTF1
BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
OIPFLICIS-OIL partner function for tax exemption license OIH_PFLICCHAR2Assigned to domainPARVWPARVW
OIC_OLAND1Origin country OIC_OLAND1CHAR3Assigned to domainLAND1
OIC_OCOUNCOrigin county code OIC_OCOUNCCHAR3Assigned to domainCOUNC
OIC_OREGIOOrigin region OIC_OREGIOCHAR3Assigned to domainREGIO
OIC_OCITYCOrigin city code OIC_OCITYCCHAR4Assigned to domainCITYC
OIC_DLAND1Destination country OIC_DLAND1CHAR3Assigned to domainLAND1
OIC_DCOUNCDestination county code OIC_DCOUNCCHAR3Assigned to domainCOUNC
OIC_DREGIODestination region OIC_DREGIOCHAR3Assigned to domainREGIO
OIC_DCITYCDestination city code OIC_DCITYCCHAR4Assigned to domainCITYC
OIC_MOTIS-OIL MAP external details mode of transport OIC_MOTCHAR2Assigned to domainVKTRA
LINE_IDUnique identification of document line MB_LINE_IDNUMC6MB_LINE_ID
PARENT_IDIdentifier of immediately superior line MB_PARENT_IDNUMC6MB_LINE_ID
LINE_DEPTHHierarchy level of line in document MB_LINE_DEPTHNUMC2MB_LINE_DEPTH
OIA_BASELOBase location OIA_BASELOCHAR15OIA_BASELO

Key field Non-key field



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

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

How to access SAP table OIL_PO_ITEM_FIELDS_ESOA

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