EMARC1 SAP (Data Division MARC: Division 1) Structure details

Dictionary Type: Structure
Description: Data Division MARC: Division 1




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




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

EMARC1 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 "Data Division MARC: Division 1" 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_EMARC1 TYPE EMARC1.

The EMARC1 table consists of various fields, each holding specific information or linking keys about Data Division MARC: Division 1 data available in SAP. These include LVORM (Flag Material for Deletion at Plant Level), BWTTY (Valuation Category), XCHAR (Batch management indicator (internal)), MMSTA (Plant-Specific Material Status).. 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 EMARC1 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
PSTATMaintenance status PSTAT_DCHAR15PSTAT
LVORMFlag Material for Deletion at Plant Level LVOWKCHAR1XFELD
BWTTYValuation Category BWTTY_DCHAR1T149CBWTTY
XCHARBatch management indicator (internal) XCHARCHAR1XFELD
MMSTAPlant-Specific Material Status MMSTACHAR2T141MMSTA
MMSTDDate from which the plant-specific material status is valid MMSTDDATS8DATUM
MAABCABC Indicator MAABCCHAR1TMABCMAABC
KZKRIIndicator: Critical part KZKRICHAR1XFELD
EKGRPPurchasing Group EKGRPCHAR3T024EKGRPEKG
AUSMEUnit of issue AUSMEUNIT3T006CUNITMEINS
DISPRMaterial: MRP profile DISPRCHAR4MDIPDISPRDPR
DISMMMRP Type DISMMCHAR2T438ADISMM
DISPOMRP Controller (Materials Planner) DISPOCHAR3T024DDISPODGRHS_T024D
KZDIEIndicator: MRP controller is buyer (deactivated) KZDIECHAR1XFELD
PLIFZPlanned Delivery Time in Days PLIFZDEC3DEC3
WEBAZGoods Receipt Processing Time in Days WEBAZDEC3DEC3
PERKZPeriod Indicator PERKZCHAR1PERKZPKZ
AUSSSAssembly scrap in percent AUSSSDEC5(2) DEC3_2
DISLSLot size (materials planning) DISLSCHAR2T439ADISLS
BESKZProcurement Type BESKZCHAR1BESKZMBS
SOBSLSpecial procurement type SOBSLCHAR2T460ASOBSL
MINBEReorder Point MINBEQUAN13(3) MENG13
EISBESafety Stock EISBEQUAN13(3) MENG13
BSTMIMinimum Lot Size BSTMIQUAN13(3) MENG13
BSTMAMaximum Lot Size BSTMAQUAN13(3) MENG13
BSTFEFixed lot size BSTFEQUAN13(3) MENG13
BSTRFRounding value for purchase order quantity BSTRFQUAN13(3) MENG13
MABSTMaximum stock level MABSTQUAN13(3) MENG13
LOSFXOrdering costs LOSFXCURR11(2) WERT11
SBDKZDependent requirements ind. for individual and coll. reqmts SBDKZCHAR1SBDKZ
LAGPRStorage costs indicator LAGPRCHAR1T439LLAGPR
ALTSLMethod for Selecting Alternative Bills of Material ALTSLCHAR1ALTSL
KZAUSDiscontinuation indicator KZAUSCHAR1KZAUS
AUSDTEffective-Out Date AUSDTDATS8DATUM
NFMATFollow-Up Material NFMATCHAR18MARAMATN1MATNRMAT
KZBEDIndicator for Requirements Grouping KZBEDCHAR1KZBED
MISKZMixed MRP indicator MISKZCHAR1MISKZ
FHORIScheduling Margin Key for Floats FHORICHAR3T436AFHORI
PFREIIndicator: automatic fixing of planned orders PFREICHAR1XFELD
FFREIRelease indicator for production orders FFREICHAR1XFELD
RGEKZIndicator: Backflush RGEKMCHAR1RGEKM
FEVORProduction Supervisor FEVORCHAR3T024FFEVORCFV
BEARZProcessing time BEARZDEC5(2) DEC3_2
RUEZTSetup and teardown time RUEZTDEC5(2) DEC3_2
TRANZInteroperation time TRANZDEC5(2) DEC3_2
BASMGBase quantity BASMGQUAN13(3) MENG13
DZEITIn-house production time DZEITDEC3DEC3
MAXLZMaximum Storage Period MAXLZDEC5DEC5
LZEIHUnit for maximum storage period LZEIHUNIT3T006CUNITMEINS
KZPROIndicator: withdrawal of stock from production bin KZPROCHAR1XFELD
GPMKZIndicator: Material Included in Rough-Cut Planning GPMKZCHAR1XFELD
UEETOOverdelivery tolerance limit UEETODEC3(1) DEC2_1
UEETKIndicator: Unlimited Overdelivery Allowed UEETKCHAR1XFELD
UNETOUnderdelivery tolerance limit UNETODEC3(1) DEC2_1
WZEITTotal replenishment lead time (in workdays) WZEITDEC3DEC3
ATPKZReplacement part ATPKZCHAR1ATPKZ
VZUSLSurcharge factor for cost in percent VZUSLDEC5(2) DEC3_2
HERBLState of manufacture HERBLCHAR2HERBL
INSMKPost to Inspection Stock INSMK_MATCHAR1QKZ
SPROZSample for quality inspection (in %) (deactivated) SPROZDEC3(1) DEC2_1
QUAZTQuarantine period (deactivated) QUAZTDEC3DEC3
SSQSSControl Key for Quality Management in Procurement QSSPURCHAR8TQ08QSSPUR
MPDAUMean inspection duration (deactivated) MPDAUDEC5DEC5
KZPPVIndicator for inspection plan (deactivated) KZPPVCHAR1KZPPV
KZDKZDocumentation required indicator KZDKZCHAR1XFELD
WSTGHActive substance content (deactivated) WSTGHDEC9DEC9
PRFRQInterval until next recurring inspection PRFRQDEC5DEC5
NKMPRDate according to check sampling inspection (deactivated) NKMPRDATS8DATUM

Key field Non-key field



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

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

How to access SAP table EMARC1

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