OIH2M_J1B SAP (Check table for material tax group) Table details

Dictionary Type: Table
Description: Check table for material tax group




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




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

OIH2M_J1B is a standard SAP Table which is used to store Check table for material tax group data and is available within R/3 SAP systems depending on the version and release level.

The OIH2M_J1B table consists of various fields, each holding specific information or linking keys about Check table for material tax group data available in SAP. These include OIHMTXGR (Material tax group), OIHMTXGRT (Text for material tax group), OIHPTYP (Type of product), OIHMIXAC (Product mixed with alcohol).. 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: G - Customising table which is protected against SAP Update
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP OIH2M_J1B 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 MANDTCLNT3Assigned to domainMANDT
OIHMTXGRMaterial tax group OIH_J1B_MTXGRCHAR4OIH_J1B_MTXGRH_OIHMTXGR
OIHMTXGRTText for material tax group OIH_J1B_MTXGRTCHAR20TXT20
OIHPTYPType of product OIH_J1B_PTYPNUMC1OIH_J1B_PTYP
OIHMIXACProduct mixed with alcohol OIH_MIX_ACCHAR1XFELD
OIHCV80Convenio 80 OIH_CONV_80CHAR1XFELD
OIHCV03Convenio 03 OIH_CONV_03CHAR1XFELD
OIHNOCONProduct with no contrib.(law 87) OIH_NO_CONTRIBCHAR1XFELD
OIHMIXSTProduct mixed with alcohol OIH_MIX_ACCHAR1XFELD
OIHFUELGASFuel, Diesel, CIDE Inter Sales 'To Rate' OIH_J1B_FUEL_GASCHAR1XFELD
TAXTYPEGeneral taxation type for sub. trib. OIH_J1B_TXTYPCHAR1OIH_J1B_TXTYP
OIHICMSPICMS PAUTA OIH_J1B_ICMSPCHAR1XFELD
OIHSURCHARGELubricants Sales – MVA Excluded OIH_J1B_SURCHARGECHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIH2M_J1B
INTO CORRESPONDING FIELDS OF WA_OIH2M_J1B
WHERE...

How to access SAP table OIH2M_J1B

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