ESO_S_MTART SAP (Enterprise Search: material type) Structure details

Dictionary Type: Structure
Description: Enterprise Search: material type




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




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

ESO_S_MTART 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 "Enterprise Search: material type" 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_ESO_S_MTART TYPE ESO_S_MTART.

The ESO_S_MTART table consists of various fields, each holding specific information or linking keys about Enterprise Search: material type 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. .

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


SAP ESO_S_MTART structure 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
MTARTMaterial Type MTARTCHAR4Assigned to domainMTARTMTA
MTREFReference material type MTREFCHAR4MAREF
MBREFScreen reference depending on the material type MBREFCHAR4MAREF
FLREFField reference for material master FLREF_MGCHAR4T130AFLREF_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 KKREFCHAR4T025KKKREF
VPRSVPrice control indicator VPRSVCHAR1VPRSV
KZVPRPrice Control Mandatory KZVPRCHAR1XFELD
VMTPODefault value for material item category group VMTPOCHAR4TPTMMTPOS
EKALRMaterial Is Costed with Quantity Structure CK_EKALRELCHAR1XFELD
KZGRPGrouping indicator KZGRPCHAR1KZGRP
KZKFGConfigurable Material KZKFGCHAR1XFELD
BEGRUAuthorization group in the material master BEGRMCHAR4Assigned to domainBEGRM
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 MSTAECHAR2T141MMSTA
CCHISControl (time) of history requirement: Material CC_HIST_MATCHAR1CC_HIST_MAT
CTYPEClass Type KLASSENART_MCHAR3TCLAKLASSENARTKAR
CLASSClass number KLASSE_MCHAR18KLASSEKLA
CHNEUBatch Creation Control (Automatic/Manual) CHNEUCHAR1CHNEU
.INCLU--AP 0
VTYPEVersion Category VERSIONTYPECHAR10MGVTYPEVERSIONTYPE
VNUMKINumber range NUMKRCHAR2CHAR2
VNUMKENumber range NUMKRCHAR2CHAR2
.INCLU--AP 0
KZFFFIndicator: FFF class KZFFFCHAR1XFELD
.INCLU--AP 0
KZRACReturnable Packaging Logistics is mandatory KZRACCHAR1XFELD

Key field Non-key field



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

As ESO_S_MTART 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 ESO_S_MTART as there is no data to select.

How to access SAP table ESO_S_MTART

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