OIH14 SAP (Tax rate revaluation - obsolete) Table details

Dictionary Type: Table
Description: Tax rate revaluation - obsolete




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




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

OIH14 is a standard SAP Table which is used to store Tax rate revaluation - obsolete data and is available within R/3 SAP systems depending on the version and release level.

The OIH14 table consists of various fields, each holding specific information or linking keys about Tax rate revaluation - obsolete data available in SAP. These include MATNR (Material Number), BUKRS (Company Code), WERKS (Plant), LGORT (Storage Location).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP OIH14 table 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
MANDTClient MANDTCLNT3T000MANDT
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4T001LLGORTLAG
CHARGBatch Number CHARG_DCHAR10MCHACHARGCHA
SOBKZSpecial Stock Indicator SOBKZCHAR1T148SOBKZ
KDPOSItem Number in Sales Order KDPOSNUMC6NUM06KPO
KDAUFSales Order Number KDAUFCHAR10VBUKALPHAVBELNAUN
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10LFA1ALPHALIFNRLIFKRED_C
KUNNRCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
PLPLADistribution of Differences PLPLACHAR10PLPLA
INVDATDate for revaluation OIH_INVDATCHAR8INVDTDATUM_INV
BSTARStock type BSTARCHAR1T064ABSTAR
XZAELItem has been counted XZAELCHAR1XFELD
XLOEKItem is Deleted XLOEKCHAR1XFELD
BUCHMBook quantity immediately prior to count BUCHMQUAN13(3) MENGV13
BELNRAccounting Document Number BELNR_DCHAR10ALPHABELNRBLN
GJAHRFiscal Year GJAHRNUMC4GJAHRGJAHRGJR
LINENRLine number OIH_LINENRNUMC3OIH_LINENR
BWTTYValuation Category BWTTY_DCHAR1T149CBWTTY
BWTARValuation Type BWTAR_DCHAR10T149DBWTARBWT
TAXGRPExcise Duty Group OIH_TAXGRPCHAR2OIH2OIH_TAXGRP
HANTYPExcise Duty Handling Type OIH_HANTYPCHAR2OIH5OIH_HANTYP
ERDATDate on Which Record Was Created ERDATDATS8DATUM
ERTIMTime of creation OI0_ERTIMTIMS6UZEIT
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AETIMTime of day the record was changed OI0_AETIMTIMS6UZEIT
AENAMName of Person Who Changed Object AENAMCHAR12USNAM

Key field Non-key field



How do I retrieve data from SAP table OIH14 using ABAP code

The following ABAP code Example will allow you to do a basic selection on OIH14 to SELECT all data from the table
DATA: WA_OIH14 TYPE OIH14.

SELECT SINGLE *
FROM OIH14
INTO CORRESPONDING FIELDS OF WA_OIH14
WHERE...

How to access SAP table OIH14

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