OIH30H SAP (Tracking header) Table details

Dictionary Type: Table
Description: Tracking header




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




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

OIH30H is a standard SAP Table which is used to store Tracking header data and is available within R/3 SAP systems depending on the version and release level.

The OIH30H table consists of various fields, each holding specific information or linking keys about Tracking header data available in SAP. These include TRKNR (Tracking number), TRKJR (Tracking number year), USNAM (User name), CPUDT (Day On Which Accounting Document Was Entered).. 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)


SAP OIH30H 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
TRKNRTracking number OIH_TRKNRCHAR10ALPHAOIH_TRKNROIH_TRKNR
TRKJRTracking number year OIH_TRKJRNUMC4NUMC4OIH_TRKJR
USNAMUser name USNAMCHAR12Assigned to domainXUBNAMEUSR
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
TRINDTransfer sign for plant-to-plant transfers OIH_TRINDCHAR1OIH_TRIND
RESWKSupplying (Issuing) Plant in Stock Transport Order RESWKCHAR4T001WWERKS
PRIOPPrice options for gain calculation OIH_PRIOPCHAR1OIH_PRIOP
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
MATNRMaterial Number MATNRCHAR18MARAMATN1MATNRMATS_MAT1
FTINDFinal transfer indicator OIH_FTINDCHAR1OIH_FTIND
EXTNRExternal tracking number OIH_EXTNRCHAR18OIH_EXTNR
CKFNLCheck of tolerance on final transfer (ind.) OIH_CKFNLCHAR1X
CKITMCheck tolerance on each goods receipt OIH_CKITMCHAR1X
CKEXTCheck of external number for transfer (indicator) OIH_CKEXTCHAR1FAUSW
GHNDLGain handling OIH_GHNDLCHAR1OIH_GHNDL
NEW_FCfield obsolete in ERP 2005 /only new Two-Step Transfer logic OIH_2STEP_NEWCHAR1X

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIH30H
INTO CORRESPONDING FIELDS OF WA_OIH30H
WHERE...

How to access SAP table OIH30H

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