OII_MAT_CNTRL SAP (Control table for material assignment per plant (custom.)) Table details

Dictionary Type: Table
Description: Control table for material assignment per plant (custom.)




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




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

OII_MAT_CNTRL is a standard SAP Table which is used to store Control table for material assignment per plant (custom.) data and is available within R/3 SAP systems depending on the version and release level.

The OII_MAT_CNTRL table consists of various fields, each holding specific information or linking keys about Control table for material assignment per plant (custom.) data available in SAP. These include WERKS (Plant), MULT_ASSIGN_CHK (Allow single/multiple material assignment per tank), MATKL_CHK (Check that mat. groups are the same), OLD_MATNR_CHK (Check for equality of old material number).. 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 OII_MAT_CNTRL 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
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
MULT_ASSIGN_CHKAllow single/multiple material assignment per tank OII_MULT_ASSIGNCHAR1OII_MULT_ASSIGN
MATKL_CHKCheck that mat. groups are the same OII_MATL_GRP_CHKCHAR1OII_CHK
OLD_MATNR_CHKCheck for equality of old material number OII_OLD_MATNR_CHKCHAR1OII_CHK
LADGR_CHKCheck that the loading groups are the same OII_LADGR_CHKCHAR1OII_CHK
OITAXGRP_CHKCheck that ED tax groups are the same OII_OITAXGRP_CHKCHAR1OII_CHK
OIOILCON_CHKCheck that oil content is the same OII_OIOILCON_CHKCHAR1OII_CHK
J1B_MTXGR_CHKCheck that material tax groups are equal (Brazil) OII_J1B_MTXGR_CHKCHAR1OII_CHK
OITAXKEY_CHKCheck that the tax statuses are the same OII_OITAXKEY_CHKCHAR1OII_CHK

Key field Non-key field



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

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

SELECT SINGLE *
FROM OII_MAT_CNTRL
INTO CORRESPONDING FIELDS OF WA_OII_MAT_CNTRL
WHERE...

How to access SAP table OII_MAT_CNTRL

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