OIH_MIGO_HTDP SAP (Store the TDP-GOITEM for MIGOs hold/restore feature) Table details

Dictionary Type: Table
Description: Store the TDP-GOITEM for MIGOs hold/restore feature




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




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

OIH_MIGO_HTDP is a standard SAP Table which is used to store Store the TDP-GOITEM for MIGOs hold/restore feature data and is available within R/3 SAP systems depending on the version and release level.

The OIH_MIGO_HTDP table consists of various fields, each holding specific information or linking keys about Store the TDP-GOITEM for MIGOs hold/restore feature data available in SAP. These include LINE_ID (Unique identification of document line), BUKRS (Company Code), MATNR (Material Number), WERKS (Plant).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP OIH_MIGO_HTDP 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
GUIDGUID in 'CHAR' format with upper-/lowercase (!) GUID_22CHAR22SYSUUID_22
LINE_IDUnique identification of document line MB_LINE_IDNUMC6MB_LINE_ID
BUKRSCompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
TAXKEYExcise Duty Status OIH_TAXKEYCHAR2Assigned to domainOIH_TAXKEY
OITAXFROMExcise duty tax key for 'from' location OIH_TAXFROCHAR2OIH4OIH_TAXKEY
OITAXTOExcise duty tax key for 'to' location OIH_TAXTOCHAR2OIH4OIH_TAXKEY
OIHANTYPExcise Duty Handling Type OIH_HANTYPCHAR2OIH5OIH_HANTYP
OITAXGRPExcise Duty Group OIH_TAXGRPCHAR2OIH2OIH_TAXGRP
OIPRICIEED pricing: external (indicator) OIH_PRICIECHAR1X
OIINVRECIndicator whether ED pricing is external (not used?) OIH_INVRECCHAR1X
OIOILCONOil content in a material as a percentage OIH_OILCONDEC5(2) OIH_OILCON
OIOILCON2Oil content of a material as a percentage (2) OIH_OILCN2DEC5(2) OIH_OILCON
OIFUTDTFuture tax date OIH_FUTDTDATS8DATUM
OIFUTDT2Future tax date 2 OIH_FUTDT2DATS8DATUM
OIUOMQTBase quantity for excise duty rate (e.g.per 1 or 100 UoM) OIH_UOMQTUNIT3Assigned to domainCUNITMEINS
OITAXQTExcise duty tax quantity in STBME OIH_TAXQTQUAN13(3) MENGE
OIFUTQTFuture tax quantity OIH_FUTQTQUAN13(3) MENGE
OIFUTQT2Future tax quantity 2 OIH_FUTQT2QUAN13(3) MENGE
OITAXGRP2Excise Duty Group OIH_TAXGRPCHAR2Assigned to domainOIH_TAXGRP
OICERTF1Excise tax external license number OIH_CERTF1CHAR15OIH_CERTF1
OIDATFM1Excise Duty License Valid from Date OIH_DATFM1DATS8DATUM
OIDATTO1Valid to date for excise duty tax certificate OIH_DATTO1DATS8DATUM
OIH_LICTPLicense type OIH_LICTPCHAR4OIH20OIH_LICTPOII
OIH_LICINExcise tax internal license number OIH_LICINCHAR10OIHLALPHAOIH_LICINOIHOIHL
OIH_LCFOLFollow-on license for quantity license OIH_LCFOLCHAR10OIHLALPHAOIH_LICIN
OIH_FOLQTYExcise Tax Follow-On License Quantity OIH_FOLQTYQUAN13(3) MENG13
MENGEQuantity MENGE_DQUAN13(3) MENG13
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
ERFMGQuantity in Unit of Entry ERFMGQUAN13(3) MENG13
ERFMEUnit of Entry ERFMEUNIT3Assigned to domainCUNITMEINS
BPMNGQuantity in Purchase Order Price Unit BPMNGQUAN13(3) MENG13
BPRMEOrder Price Unit (Purchasing) BBPRMUNIT3Assigned to domainCUNITMEINS
BSTMGGoods receipt quantity in order unit MB_BSTMGQUAN13(3) MENG13
BSTMEPurchase Order Unit of Measure BSTMEUNIT3Assigned to domainCUNITMEINS
REFDOC_HANTYPExcise Duty Handling Type OIH_HANTYPCHAR2Assigned to domainOIH_HANTYP
REFDOC_BWTARValuation Type BWTAR_DCHAR10Assigned to domainBWTARBWT
ITEM_STATUSReturn Code SYSUBRCINT410SYST_SHORT

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIH_MIGO_HTDP
INTO CORRESPONDING FIELDS OF WA_OIH_MIGO_HTDP
WHERE...

How to access SAP table OIH_MIGO_HTDP

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