T134 SAP (Material Types) Table details

Dictionary Type: Table
Description: Material Types




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




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

T134 is a standard SAP Table which is used to store Material Types data and is available within R/3 SAP systems depending on the version and release level.

The T134 table consists of various fields, each holding specific information or linking keys about Material Types data available in SAP. These include MTART (Material Type), MTREF (Reference material type), MBREF (Screen reference depending on the material type), FLREF (Field reference for material master).. 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 or numeric)

Text table = T134T


SAP T134 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
MTARTMaterial Type MTARTCHAR4MTARTMTA
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 table T134 using ABAP code

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

SELECT SINGLE *
FROM T134
INTO CORRESPONDING FIELDS OF WA_T134
WHERE...

How to access SAP table T134

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