/BEV2/ED921 SAP (Excise Duty Control) Table details

Dictionary Type: Table
Description: Excise Duty Control




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




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

/BEV2/ED921 is a standard SAP Table which is used to store Excise Duty Control data and is available within R/3 SAP systems depending on the version and release level.

The /BEV2/ED921 table consists of various fields, each holding specific information or linking keys about Excise Duty Control data available in SAP. These include YHKDEBKZ (Indicator: Storage of Special Partner Types), YHKVOLR (Volume Calculation Not Using SAP Conversion), YHKAUFNR (Indicator: Always Redetermine SD Order Number), YHKVBSNR (Setting for Search for Excise Duty Number).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /BEV2/ED921 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
YHKDEBKZIndicator: Storage of Special Partner Types /BEV2/EDDEBKZCHAR1/BEV2/EDDEBKZ
YHKVOLRVolume Calculation Not Using SAP Conversion /BEV2/EDKVOLRCHAR1XFELD
YHKAUFNRIndicator: Always Redetermine SD Order Number /BEV2/EDKAUFNRCHAR1XFELD
YHKVBSNRSetting for Search for Excise Duty Number /BEV2/EDKVBSNRCHAR1/BEV2/EDKVBSNR
YHKSPRBUInd. for period closing: no blocking of previous entries /BEV2/EDKSPRBUCHAR1XFELD
YHFUBA_DE1Obsolete: Do Not Use /BEV2/EDFUBA_DE1CHAR30TFDIRFUNCNAME
YHFUBA_DE2Obsolete: Do Not Use /BEV2/EDFUBA_DE2CHAR30TFDIRFUNCNAME
YHFUBA_KR1Obsolete: Do Not Use /BEV2/EDFUBA_KR1CHAR30TFDIRFUNCNAME
YHFUBA_AFunction Module: All Materials /BEV2/EDFUBA_ACHAR30TFDIRFUNCNAME
YHFUBA_EFunction Module: One Material /BEV2/EDFUBA_ECHAR30TFDIRFUNCNAME
YHMAXRNGMaximum Number of Entries in Ranges /BEV2/EDMAXRNGINT410TABIX
YHKZ_MULTITAXIndicator: Several Tax Types per Material /BEV2/EDKZ_MULTITAXCHAR1XFELD
YHKZ_PROTOKOLLIndicator: Internal Log Active? /BEV2/EDKZ_PROTOKOLLCHAR1XFELD
YHKKDGRP_GETDetermination Method for Customer Group /BEV2/EDKZ_GET_KDGRPCHAR1/BEV2/EDKZ_GET_KDGRP
EDARCSIZENumber of Document Items in an Archiving Data Object /BEV2/EDARC_SIZEINT410
EDFUBA_WEMPFFunction Module: Determination of Ship-To Party Attributes /BEV2/EDFUBA_WEMPFCHAR30TFDIRFUNCNAME
EDFUBA_LIEFFunction Module: Determination of Ship-To Party Attributes /BEV2/EDFUBA_LIEFCHAR30TFDIRFUNCNAME
EDFUBA_WEMPF_EUFunct. Module: Determin. Ship-to Party Attributes (EU Only) /BEV2/EDFUBA_WEMPF_EUCHAR30TFDIRFUNCNAME
EDFUBA_LIEF_EUFunction Module: Determination Vendor Attributes (EU Only) /BEV2/EDFUBA_LIEF_EUCHAR30TFDIRFUNCNAME
EDKZ_NOSUPERUSERDocument Selection Despite Limited Superuser Authorization /BEV2/EDKZ_NO_SUPERUSERCHAR1XFELD

Key field Non-key field



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

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

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

How to access SAP table /BEV2/ED921

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