OIH_EDVAL SAP (ED values used for internal calculation purposes) Structure details

Dictionary Type: Structure
Description: ED values used for internal calculation purposes




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




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

OIH_EDVAL 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 "ED values used for internal calculation purposes" 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_OIH_EDVAL TYPE OIH_EDVAL.

The OIH_EDVAL table consists of various fields, each holding specific information or linking keys about ED values used for internal calculation purposes data available in SAP. These include BUZID (Identification of the Line Item), TAXGRP (Excise Duty Group), HANTYP (Excise Duty Handling Type), DATUV (Excise duty rate valid from date).. 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 OIH_EDVAL 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
BUZEINumber of Line Item Within Accounting Document BUZEINUMC3BUZEIBUZ
BUZIDIdentification of the Line Item BUZIDCHAR1CHAR1
TAXGRPExcise Duty Group OIH_TAXGRPCHAR2Assigned to domainOIH_TAXGRP
HANTYPExcise Duty Handling Type OIH_HANTYPCHAR2Assigned to domainOIH_HANTYP
DATUVExcise duty rate valid from date OIH_DATFROCHAR8INVDTDATUM_INV
EDBASEBase quantity for excise duty rate OIH_EDBASEDEC6DEC6
QTYUTQuantity unit of measure (liters, tons, kilos, etc.) OIH_QTYUTUNIT3Assigned to domainCUNITMEINS
OILCONOil content in a material as a percentage OIH_OILCONDEC5(2) OIH_OILCON
TAXQTExcise duty tax quantity in STBME OIH_TAXQTQUAN13(3) MENGE
TAXRTExcise duty value in material inventory account OIH_TAXVALCURR13(2) OIH_TXVAL
TAXRT1Excise duty tax value 1 OIH_TXVAL1CURR13(2) OIH_TXVAL
TAXRT2Excise duty tax value 2 OIH_TXVAL2CURR13(2) OIH_TXVAL
TAXRT3Excise duty tax value 3 OIH_TXVAL3CURR13(2) OIH_TXVAL
TAXRT4Excise duty tax value 4 OIH_TXVAL4CURR13(2) OIH_TXVAL
TAXRT5Excise duty tax value 5 OIH_TXVAL5CURR13(2) OIH_TXVAL
TAXRT6Excise duty tax value 6 OIH_TXVAL6CURR13(2) OIH_TXVAL
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS

Key field Non-key field



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

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

How to access SAP table OIH_EDVAL

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