SAP MSIT_MTYBASIC Material Types: General Data Table data and field list

MSIT_MTYBASIC is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Material Types: General Data" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_MSIT_MTYBASIC TYPE MSIT_MTYBASIC.

The MSIT_MTYBASIC table consists of various fields, each holding specific information or linking keys about Material Types: General Data data available in SAP. These include MANDT (Client), MTART (Material Type), MTREF (Reference material type), MBREF (Screen reference depending on the material type)... 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. .

MSIT_MTYBASIC structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP MSIT_MTYBASIC structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the MSIT_MTYBASIC table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
DATA 0
MANDTClient MANDTCLNT3MANDT
MTARTMaterial Type MTARTCHAR4MTARTMTA
MTREFReference material type MTREFCHAR4MAREF
MBREFScreen reference depending on the material type MBREFCHAR4MAREF
FLREFField reference for material master FLREF_MGCHAR4FLREF_MG
NUMKINumber range NUMKRCHAR2CHAR2
NUMKENumber range NUMKRCHAR2CHAR2
ENVOPExternal Number Assignment Without Validation ENVOPCHAR1XFELD
BSEXTExternal Purchase Orders Allowed BSEXTCHAR1BSEXT
BSINTInternal purchase orders allowed BSINTCHAR1BSINT
PSTATMaintenance status PSTAT_DCHAR15PSTAT
KKREFAccount category reference KKREFCHAR4KKREF
VPRSVPrice control indicator VPRSVCHAR1VPRSV
KZVPRPrice Control Mandatory KZVPRCHAR1XFELD
VMTPODefault value for material item category group VMTPOCHAR4MTPOS
EKALRMaterial Is Costed with Quantity Structure CK_EKALRELCHAR1XFELD
KZGRPGrouping indicator KZGRPCHAR1KZGRP
KZKFGConfigurable Material KZKFGCHAR1XFELD
BEGRUAuthorization group in the material master BEGRMCHAR4BEGRM
KZPRCMaterial Master Record for a Process KZPRCCHAR1XFELD
KZPIPPipeline Handling Mandatory KZPIPCHAR1XFELD
PRDRUDisplay price on cash register display and print on receipt POSPRDRUCKCHAR1XFELD
ARANZDisplay material on cash register display POSARTANZCHAR1XFELD
WMAKGMaterial type ID WMAKCHAR1WMAK
IZUSTInitial status of a new batch IZUSTCHAR1IZUST
ARDELTime in days until a material is deleted ARDELNUMC4NUM4
KZMPNManufacturer Part MPNMTARTCHAR1XFELD
MSTAECross-Plant Material Status MSTAECHAR2MMSTA
CCHISControl (time) of history requirement: Material CC_HIST_MATCHAR1CC_HIST_MAT
CTYPEClass Type KLASSENART_MCHAR3KLASSENARTKAR
CLASSClass number KLASSE_MCHAR18KLASSEKLA
CHNEUBatch Creation Control (Automatic/Manual) CHNEUCHAR1CHNEU
.INCLU--AP 0
VTYPEVersion Category VERSIONTYPECHAR10VERSIONTYPE
VNUMKINumber range NUMKRCHAR2CHAR2
VNUMKENumber range NUMKRCHAR2CHAR2
.INCLU--AP 0
KZFFFIndicator: FFF class KZFFFCHAR1XFELD
.INCLU--AP 0
KZRACReturnable Packaging Logistics is mandatory KZRACCHAR1XFELD
UPDATE_TYPEType of Change UPDATE_TYPECHAR1UPDATE_TYPE

Key field Non-key field



How do I retrieve data from SAP structure MSIT_MTYBASIC using ABAP code?

As MSIT_MTYBASIC is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on MSIT_MTYBASIC as there is no data to select.

How to access SAP table MSIT_MTYBASIC

Within an ECC or HANA version of SAP you can also view further information about MSIT_MTYBASIC and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).