MACK3 SAP (Material Master View: Costing) Structure details

Dictionary Type: Structure
Description: Material Master View: Costing




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




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

MACK3 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 Master View: Costing" 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_MACK3 TYPE MACK3.

The MACK3 table consists of various fields, each holding specific information or linking keys about Material Master View: Costing data available in SAP. These include SOBSL (Special procurement type), BSTFE (Fixed lot size), DISST (Low-Level Code), LABOR (Laboratory/design office).. 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 MACK3 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
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
SOBSLSpecial procurement type SOBSLCHAR2Assigned to domainSOBSL
BSTFEFixed lot size BSTFEQUAN13(3) MENG13
DISSTLow-Level Code DISSTCHAR3DISST
LABORLaboratory/design office LABORCHAR3Assigned to domainLABOR
EKGRPPurchasing Group EKGRPCHAR3Assigned to domainEKGRPEKG
DISPOMRP Controller (Materials Planner) DISPOCHAR3Assigned to domainDISPODGRHS_T024D
FEVORResponsible planner group/department VAGRPCHAR3Assigned to domainVAGRPH_T024A
STLALAlternative BOM STALTCHAR2ALPHAALTNR
STLANBOM Usage STLANCHAR1Assigned to domainSTLANCSV
PLNNRKey for Task List Group PLNNRCHAR8ALPHAPLNNRPLNPLKS
APLALGroup Counter PLNALCHAR2ALPHAALTNRPAL
LOSGRLot Size for Product Costing CK_LOSGRQUAN13(3) MENG13
SOBSKSpecial Procurement Type for Costing CK_SOBSLCHAR2Assigned to domainSOBSL
VERKZVersion Indicator CK_VERK1CHAR1XFELD
AEKLKStock Transfer Net Change Costing CK_AEKLKCHAR1XFELD
AUSSSAssembly scrap in percent AUSSSDEC5(2) DEC3_2
STDPDConfigurable material STDPDCHAR18Assigned to domainMATN1MATNR
CUOBJInternal object number CUOBMNUMC18CUOBJ
KZKFGConfigurable Material KZKFGCHAR1XFELD
SAUFTInd.: Repetitive mfg allowed SA_SAUFTCHAR1XFELD
MTARTMaterial Type MTARTCHAR4Assigned to domainMTARTMTA
LVORAFlag Material for Deletion at Client Level LVOMACHAR1XFELD
LVORCFlag Material for Deletion at Plant Level LVOWKCHAR1XFELD
ALTSLMethod for Selecting Alternative Bills of Material ALTSLCHAR1ALTSL
SFEPRRepetitive manufacturing profile SFEPRCHAR4Assigned to domainSFEPR
MSTAECross-Plant Material Status MSTAECHAR2Assigned to domainMMSTA
MSTDEDate from which the cross-plant material status is valid MSTDEDATS8DATUM
MMSTAPlant-Specific Material Status MMSTACHAR2Assigned to domainMMSTA
MMSTDDate from which the plant-specific material status is valid MMSTDDATS8DATUM
KZKUPIndicator: Material can be co-product KZKUPMATCHAR1FLAG
PLNTYTask List Type PLNTYCHAR1TCA01PLNTYPTYH_TCA01
SBDKZDependent requirements ind. for individual and coll. reqmts SBDKZCHAR1SBDKZ
BESKZProcurement Type BESKZCHAR1BESKZMBS
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
FVIDKProduction Version To Be Costed CK_VERIDCHAR4Assigned to domainVERID
FXPRUFixed-Price Co-Product CK_FIXPRKUCHAR1XFELD
KZEFFAssign effectivity parameter values/ override change numbers CC_MTEFFCHAR1XFELD
AHDISMRP relevancy for dependent requirements AHDISCHAR1AHDIS
NCOSTDo Not Cost CK_NO_COSTINGCHAR1CK_NO_COSTING
USEQUQuota arrangement usage USEQUCHAR1Assigned to domainUSEQU
PSTATMaintenance status PSTAT_DCHAR15PSTAT
.INCLU--AP 0
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
.INCLU--AP 0
SCHGTIndicator: Bulk Material SCHGTCHAR1XFELD
KAUSFComponent scrap in percent KAUSFDEC5(2) DEC3_2

Key field Non-key field



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

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

How to access SAP table MACK3

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