MT61K SAP (View on the Material Master for Planned Order Components) Structure details

Dictionary Type: Structure
Description: View on the Material Master for Planned Order Components




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




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

MT61K 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 "View on the Material Master for Planned Order Components" 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_MT61K TYPE MT61K.

The MT61K table consists of various fields, each holding specific information or linking keys about View on the Material Master for Planned Order Components data available in SAP. These include WERKS (Plant), MAKTX (Material Description (Short Text)), MTART (Material Type), MEINS (Base Unit of Measure).. 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 MT61K 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
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
MTARTMaterial Type MTARTCHAR4Assigned to domainMTARTMTA
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
DISMMMRP Type DISMMCHAR2Assigned to domainDISMM
DISVFMRP procedure DISVFCHAR1DISVF
DISSTLow-Level Code DISSTCHAR3DISST
BESKZProcurement Type BESKZCHAR1BESKZMBS
SOBSLSpecial procurement type SOBSLCHAR2Assigned to domainSOBSL
SOBESSpecial procurement type SOBESCHAR1SOBES
SBDKZDependent requirements ind. for individual and coll. reqmts SBDKZCHAR1SBDKZ
AUSMEUnit of issue AUSMEUNIT3Assigned to domainCUNITMEINS
AUSUZNumerator for Conversion to Base Units of Measure UMREZDEC5UMBSZ
AUSUNDenominator for conversion to base units of measure UMRENDEC5UMBSN
KZKFGConfigurable Material KZKFGCHAR1XFELD
KZREVRevision Level Has Been Assigned to the Material KZREVCHAR1XFELD
XCHPFBatch management requirement indicator XCHPFCHAR1XFELD
EPRIOWithdrawal sequence group for stocks EPRIOCHAR4Assigned to domainEPRIO
LGPROIssue Storage Location LGPROCHAR4Assigned to domainLGORT
MISKZMixed MRP indicator MISKZCHAR1MISKZ
MTVFPChecking Group for Availability Check MTVFPCHAR2Assigned to domainMTVFP
SCHGTIndicator: Bulk Material SCHGTCHAR1XFELD
VSPVBProposed Supply Area in Material Master Record VSPVBCHAR10Assigned to domainPRVBE
WERTUValue Update in Material Master Record WERTUCHAR1XFELD
MENGUQuantity Updating in Material Master Record MENGUCHAR1XFELD
DISGRMRP Group DISGRCHAR4Assigned to domainDISGR

Key field Non-key field



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

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

How to access SAP table MT61K

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