OIH_J1B_PCK SAP (Brazil: Check table for tax codes in Purchasing) Table details

Dictionary Type: Table
Description: Brazil: Check table for tax codes in Purchasing




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




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

OIH_J1B_PCK is a standard SAP Table which is used to store Brazil: Check table for tax codes in Purchasing data and is available within R/3 SAP systems depending on the version and release level.

The OIH_J1B_PCK table consists of various fields, each holding specific information or linking keys about Brazil: Check table for tax codes in Purchasing data available in SAP. These include INT_OP (Inter / intra operation type), OIHVTYPE (Vendor type (refinery/mill/other) (Brazil)), VEND_GROUP (Vendor group (refinery/mill/other)), TAXATION_DEST (Taxation at destination).. 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 OIH_J1B_PCK 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
INT_OPInter / intra operation type OIH_J1B_INTCHAR1OIH_J1B_OPER_SALES
OIHVTYPEVendor type (refinery/mill/other) (Brazil) OIH_J1B_VTYPCHAR1OIH_J1B_VTYP
VEND_GROUPVendor group (refinery/mill/other) OIH_J1B_VTXGRCHAR4OIH2V_J1BOIH_J1B_VTXGRH_OIHVTXGR
TAXATION_DESTTaxation at destination OIH_J1B_TAX_DESTCHAR1XFELD
MAT_TAX_GRMaterial tax group OIH_J1B_MTXGRCHAR4OIH2M_J1BOIH_J1B_MTXGRH_OIHMTXGR
PRICE_CONTROLPrice controlled OIH_J1B_PR_CNTRLCHAR1XFELD
OIHCV80OConvenio 80 at origin OIH_CONV_80OCHAR1XFELD
OIHCV80DConvenio 80 at destin. OIH_CONV_80DCHAR1XFELD
ZONA_FRANCAFlag indicating whether operation involves Zona Franca OIH_J1B_ZFRCHAR1XFELD
ICMS_CREDICMS credit OIH_J1B_ICMCHAR1XFELD
IPI_CREDIPI credit allowed OIH_J1B_TXCREDIPCHAR1ANKREUZ
TAX_CODETax on sales/purchases code MWSKZCHAR2T007AMWSKZ
SUBTR_TYPEType of sub. trib. (in-coming or backwards) OIH_SUBTR_TYPECHAR1OIH_SUBTR_TYPE
DEFAULT_TXCDDefault Tax Code for Brazil Localization OIH_J1B_TX_DEFAULTCHAR1XFELD
NO_LBOOKDon't bring tax amount as tax credit to legal book OIH_J1B_NLBOOKCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM OIH_J1B_PCK
INTO CORRESPONDING FIELDS OF WA_OIH_J1B_PCK
WHERE...

How to access SAP table OIH_J1B_PCK

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