/BEV2/EDARCMDID SAP (Excise Duty: IDs for Objects to Be Archived) Table details

Dictionary Type: Table
Description: Excise Duty: IDs for Objects to Be Archived




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




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

/BEV2/EDARCMDID is a standard SAP Table which is used to store Excise Duty: IDs for Objects to Be Archived data and is available within R/3 SAP systems depending on the version and release level.

The /BEV2/EDARCMDID table consists of various fields, each holding specific information or linking keys about Excise Duty: IDs for Objects to Be Archived data available in SAP. These include VBART (Excise Duty Type), SLAGER (Tax Warehouse Registration), JAHR (Year-End Settlement Period Excise Duty), OBJECT_ID (Natural 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP /BEV2/EDARCMDID 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 MANDTCLNT3Assigned to domainMANDT
VBARTExcise Duty Type /BEV2/EDARTCHAR3Assigned to domain/BEV2/EDART/BEV2/ED_TAXTYPE
SLAGERTax Warehouse Registration /BEV2/EDSLAGERCHAR15Assigned to domain/BEV2/EDSLAGER/BEV2/ED_TAXID
JAHRYear-End Settlement Period Excise Duty /BEV2/EDJAHRNUMC4Assigned to domain/BEV2/EDJAHR
OBJECT_IDNatural Number INT4INT410INT4

Key field Non-key field



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

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

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

How to access SAP table /BEV2/EDARCMDID

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