OIH2C_J1B SAP (Check table for customer tax group) Table details

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




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




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

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

The OIH2C_J1B table consists of various fields, each holding specific information or linking keys about Check table for customer tax group data available in SAP. These include OIHCTXGR (Customer tax group), OIHCTXGRT (Text for customer tax group), OIHCTYPE (Customer type (end c./reseller/industry)), OIHREFST (Brazil: Refinery ST applied to end customer).. 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 OIH2C_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
OIHCTXGRCustomer tax group OIH_J1B_CTXGRCHAR4OIH_J1B_CTXGRH_OIHCTXGR
OIHCTXGRTText for customer tax group OIH_J1B_CTXGRTCHAR20TXT20
OIHCTYPECustomer type (end c./reseller/industry) OIH_J1B_CTYPCHAR1OIH_J1B_CTYP
OIHREFSTBrazil: Refinery ST applied to end customer OIH_REFST_ENDCHAR1OIH_REFST

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIH2C_J1B
INTO CORRESPONDING FIELDS OF WA_OIH2C_J1B
WHERE...

How to access SAP table OIH2C_J1B

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