/BEV2/EDMAC SAP (Material Master Data Excise Duty (C Segment)) Table details

Dictionary Type: Table
Description: Material Master Data Excise Duty (C Segment)




ABAP Code to SELECT data from /BEV2/EDMAC
Related tables to /BEV2/EDMAC
Access table /BEV2/EDMAC




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

/BEV2/EDMAC is a standard SAP Table which is used to store Material Master Data Excise Duty (C Segment) data and is available within R/3 SAP systems depending on the version and release level.

The /BEV2/EDMAC table consists of various fields, each holding specific information or linking keys about Material Master Data Excise Duty (C Segment) data available in SAP. These include MATNR (Material Number), WERKS (Plant), YHALKOABW (Deviating Alcoholic Strength (Vol.%, °Plato)), DATAB (Valid-From Date).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /BEV2/EDMAC 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 MANDTCLNT3T000MANDT
MATNRMaterial Number MATNRCHAR18/BEV2/EDMAAMATN1MATNRMATS_MAT1
WERKSPlant WERKS_DCHAR4T001WWERKSWRKH_T001W_C
YHALKOABWDeviating Alcoholic Strength (Vol.%, °Plato) /BEV2/EDALKOABWDEC5(2) /BEV2/EDALKO
DATABValid-From Date DATABDATS8DATUM
DATBIValid To Date DATBIDATS8DATUM
YHSWHERProduction Shrinkage Rate /BEV2/EDSWHERDEC7(5) /BEV2/EDSWSATZ
YHSWHERNNew Production Shrinkage Rate /BEV2/EDSWHERNDEC7(5) /BEV2/EDSWSATZ
YHSWHERDValid-From Date DATABDATS8DATUM
YHSWABFFilling Shrinkage Rate /BEV2/EDSWABFDEC7(5) /BEV2/EDSWSATZ
YHSWABFNNew Filling Shrinkage Rate /BEV2/EDSWABFNDEC7(5) /BEV2/EDSWSATZ
YHSWABFDValid-From Date DATABDATS8DATUM
YHSWRETRetrograde Shrinkage Rate /BEV2/EDSWRETDEC7(5) /BEV2/EDSWSATZ
YHSWRETNNew Retrograde Shrinkage Rate /BEV2/EDSWRETNDEC7(5) /BEV2/EDSWSATZ
YHSWRETDValid-From Date DATABDATS8DATUM
YHKUND1NCustomer-Specific Quantity1 /BEV2/EDKUNDN_1QUAN13(3) MENG13
YHKUND1EHED Base Unit of Measure /BEV2/EDMEINSUNIT3T006CUNITMEINS
YHKUND2NCustomer-Specific Quantity2 /BEV2/EDKUNDN_2QUAN13(3) MENG13
YHKUND2EHED Base Unit of Measure /BEV2/EDMEINSUNIT3T006CUNITMEINS
YHKUND1ACustomer-Specific Text1 (Max. 25 Characters) /BEV2/ED_KD_1_TEXT25CHAR25TEXT25
YHKUND2ACustomer-Specific Text2 (Max. 25 Characters) /BEV2/ED_KD_2_TEXT25CHAR25TEXT25
ITEPCEMCS: Excise Duty Product Code /BEV2/CS_PRODUCT_CODECHAR4/BEV2/CS_C_PCODE/BEV2/CS_PRODUCT_CODE_D
WINZONEMCS: Wine-Growing Zone /BEV2/CS_WIGOZOCHAR2
WICATEMCS: Category of Wine Product /BEV2/CS_WIPRODCHAR1
WINCOOEMCS: Wine Third Country of Origin /BEV2/CS_WINCOOCHAR2
WIN_OTHEREMCS: Other Information on Wine /BEV2/CS_WIN_OTHERCHAR60
WINOPEMCS: Treatment of Wine Product /BEV2/CS_WINE_OPERATIONCHAR20
YHALKO_ADD_CEMCS: Additional Alcoholic Strength (Vol.%, Degree Plato) /BEV2/CS_ALKO_ADDITIONALDEC5(2) /BEV2/EDALKO
DENSITY_CEMCS: Density /BEV2/CS_DENSITYCHAR6/BEV2/CS_DENSITY_D

Key field Non-key field



How do I retrieve data from SAP table /BEV2/EDMAC using ABAP code

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

SELECT SINGLE *
FROM /BEV2/EDMAC
INTO CORRESPONDING FIELDS OF WA_/BEV2/EDMAC
WHERE...

How to access SAP table /BEV2/EDMAC

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