MACKW SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

MACKW is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The MACKW table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include MATNR (Material Number), WERKS (Plant), MEINS (Base Unit of Measure), DISST (Low-Level Code).. 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: Not classified


SAP MACKW table view 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 MANDTCLNT3T000MANDT
MATNRMaterial Number MATNRCHAR18MATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
MEINSBase Unit of Measure MEINSUNIT3T006CUNITMEINS
DISSTLow-Level Code DISSTCHAR3DISST
LABORLaboratory/design office LABORCHAR3T024LLABOR
AEKLKStock Transfer Net Change Costing CK_AEKLKCHAR1XFELD
PSTATMaintenance status PSTAT_DCHAR15PSTAT
SOBSLSpecial procurement type SOBSLCHAR2T460ASOBSL
BSTFEFixed lot size BSTFEQUAN13(3) MENG13
EKGRPPurchasing Group EKGRPCHAR3T024EKGRPEKG
DISPOMRP Controller (Materials Planner) DISPOCHAR3T024DDISPODGRHS_T024D
FEVORProduction Supervisor FEVORCHAR3T024FFEVORCFV
STLALAlternative BOM STALTCHAR2ALPHAALTNR
STLANBOM Usage STLANCHAR1T416STLANCSV
PLNNRKey for Task List Group PLNNRCHAR8ALPHAPLNNRPLNPLKS
APLALGroup Counter PLNALCHAR2ALPHAALTNRPAL
LOSGRLot Size for Product Costing CK_LOSGRQUAN13(3) MENG13
SOBSKSpecial Procurement Type for Costing CK_SOBSLCHAR2T460ASOBSL
VERKZVersion Indicator CK_VERK1CHAR1XFELD
AUSSSAssembly scrap in percent AUSSSDEC5(2) DEC3_2
SAUFTInd.: Repetitive mfg allowed SA_SAUFTCHAR1XFELD
KZKFGConfigurable Material KZKFGCHAR1XFELD
STDPDConfigurable material STDPDCHAR18MARAMATN1MATNR
CUOBJInternal object number CUOBMNUMC18CUOBJ
MTARTMaterial Type MTARTCHAR4T134MTARTMTA
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 SFEPRCHAR4T437SSFEPR
MSTAECross-Plant Material Status MSTAECHAR2T141MMSTA
MSTDEDate from which the cross-plant material status is valid MSTDEDATS8DATUM
MMSTAPlant-Specific Material Status MMSTACHAR2T141MMSTA
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 PRCTRCHAR10ALPHAPRCTRPRCPRCTR_EMPTY
FVIDKProduction Version To Be Costed CK_VERIDCHAR4VERID
FXPRUFixed-Price Co-Product CK_FIXPRKUCHAR1XFELD
SPARTDivision SPARTCHAR2TSPASPARTSPAC_SPART
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 USEQUCHAR1TMQ2USEQU
SCHGTIndicator: Bulk Material SCHGTCHAR1XFELD
KAUSFComponent scrap in percent KAUSFDEC5(2) DEC3_2

Key field Non-key field



How do I retrieve data from SAP table MACKW using ABAP code

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

SELECT SINGLE *
FROM MACKW
INTO CORRESPONDING FIELDS OF WA_MACKW
WHERE...

How to access SAP table MACKW

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