/BEV2/ED994O SAP (ED DB Adjustment: Access Optimization) Table details

Dictionary Type: Table
Description: ED DB Adjustment: Access Optimization




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




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

/BEV2/ED994O is a standard SAP Table which is used to store ED DB Adjustment: Access Optimization data and is available within R/3 SAP systems depending on the version and release level.

The /BEV2/ED994O table consists of various fields, each holding specific information or linking keys about ED DB Adjustment: Access Optimization data available in SAP. These include YHDBA_ID (Database Access ID for Access Optimization), YHVBART (Excise Duty Type), YHSLAGER (Tax Warehouse Registration), YHDBA_VIEW (View Name for Database Access).. 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/ED994O 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
YHDBA_IDDatabase Access ID for Access Optimization /BEV2/EDDBA_IDCHAR35/BEV2/ED994/BEV2/EDDBA_ID
YHVBARTExcise Duty Type /BEV2/EDARTCHAR3/BEV2/ED901/BEV2/EDART/BEV2/ED_TAXTYPE
YHSLAGERTax Warehouse Registration /BEV2/EDSLAGERCHAR15/BEV2/ED902/BEV2/EDSLAGER/BEV2/ED_TAXID
YHDBA_VIEWView Name for Database Access /BEV2/EDDBA_VIEWCHAR30DD02LAS4TAB
YHDBA_HINTDB Note for Database Access /BEV2/EDDBA_HINTCHAR72CHAR72

Key field Non-key field



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

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

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

How to access SAP table /BEV2/ED994O

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