OI001 SAP (Company Code Parameters) Table details

Dictionary Type: Table
Description: Company Code Parameters




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




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

OI001 is a standard SAP Table which is used to store Company Code Parameters data and is available within R/3 SAP systems depending on the version and release level.

The OI001 table consists of various fields, each holding specific information or linking keys about Company Code Parameters data available in SAP. These include BUKRS (Company Code), EDBAL (Excise duty balancing is required (indicator)), EDBALM (Excise duty balancing method indicator), COREV (Excise duty: revaluation required (indicator)).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP OI001 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
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
EDBALExcise duty balancing is required (indicator) OIH_EDBALCHAR1X
EDBALMExcise duty balancing method indicator OIH_EDBALMCHAR1OIH_EDBALM
COREVExcise duty: revaluation required (indicator) OIH_COREVCHAR1X
EDVDEFAULTExcise duty default sequence indicator for SD documents OIH_EDDFLTCHAR1OIH_EDDFLT
TAXDIFExcise duty tax status for inventory difference posting OIH_TAXDIFCHAR2OIH4OIH_TAXKEY
REBDFLTSTADefault ED status - non-dutiable materials for rebrands OIH_RBTXSTCHAR2OIH4OIH_TAXKEY
INEXSDDefault price indicator for sales OIH_INEXSDCHAR2OIH16OIH_INEX
INEXPODefault price ind. for purchase orders OIH_INEXPOCHAR2OIH16OIH_INEX
UPEPISource of LIA material price OIA_UPEPINUMC3Assigned to domainGRPNO
EDMSGExcise duty validation error - warning message control OID_EDMSGCHAR1XFELD
LICTPLicense type OIH_LICTPCHAR4Assigned to domainOIH_LICTPOII
TRANSFMovement with tracking number OIH_TRANSFCHAR1X
NUMKRNumber range for tracking records OIH_NUMKRCHAR2NUMKR
PROCHProduction order: defaulted parameters can be changed or not OIH_PROCHCHAR1XFELD
PROHTProduction order/GI/GR: Handling type can be changed OIH_PROHTCHAR1XFELD
TDP_FIELDSTDP fields filled in every FI document posting line OIH_FIELDSCHAR1X
XSTDTIndicator: Document date as the basis for tax determination OIH_XSTDT_001CHAR1XFELD
COREV_NEWUse new Excise Duty Revaluation OIH_COREV_NEWCHAR1X
COREV_NEW_NUMKRNumber range for tax revaluation OIH_COREV_NUMKRCHAR2NUMKR
GLVORBusiness Transaction for Tax Revaluation OIH_GLVORCHAR4Assigned to domainACTIVITY
XEINKPurchase Account Special Handling in TDP OIH_XEINKCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM OI001
INTO CORRESPONDING FIELDS OF WA_OI001
WHERE...

How to access SAP table OI001

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