/BEV2/EDDUMMY_S SAP (Dummy Structure Excise Duty) Structure details

Dictionary Type: Structure
Description: Dummy Structure Excise Duty




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




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

/BEV2/EDDUMMY_S 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 "Dummy Structure Excise Duty" 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_/BEV2/EDDUMMY_S TYPE /BEV2/EDDUMMY_S.

The /BEV2/EDDUMMY_S table consists of various fields, each holding specific information or linking keys about Dummy Structure Excise Duty data available in SAP. These include YHSLGBCH (Selection of Stock Ledger for Movement List), YHLBGRSRT (Sorting of Individual Documents), YHBEHTYP (Storage Bin Type), YH_SCHEMA_BESKZ (Excise Duty Procurement Types Schema).. 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 /BEV2/EDDUMMY_S 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
XFELDCheckbox XFELDCHAR1XFELD
YHSLGBCHSelection of Stock Ledger for Movement List /BEV2/EDSLGBCHCHAR1/BEV2/EDSLGBCH
YHLBGRSRTSorting of Individual Documents /BEV2/EDLBGRSRTCHAR1/BEV2/EDLBGRSRT
YHBEHTYPStorage Bin Type /BEV2/EDBEHTYPCHAR1/BEV2/EDBEHTYP
YH_SCHEMA_BESKZExcise Duty Procurement Types Schema /BEV2/EDSCHEMA_BESKZCHAR10/BEV2/EDSCHEMA
YH_STEUERWERT_KZMethod for Determining Tax Amount /BEV2/EDSTEUERWERT_KZCHAR3/BEV2/EDSTEUERWERT_KZ
YH_SORT_BESTLISTESorting of Inventory Note /BEV2/EDSORT_BESTLISTECHAR2/BEV2/EDSORT_BESTLISTE
YH_SORT_ABRLISTEGrouping/Sorting of Inventory Settlement /BEV2/EDSORT_ABRLISTECHAR2/BEV2/EDSORT_ABRLISTE
YH_LAY_UNBELISTEList Format of Disregarded Documents /BEV2/EDLAY_UNBELISTECHAR2/BEV2/EDLAY_UNBELISTE
YH_SORT_UNBELISTESorting of Disregarded Documents /BEV2/EDSORT_UNBELISTECHAR2/BEV2/EDSORT_UNBELISTE
YH_BLCK_SAMMLISTOutput Blocks on Collective Filing/Self-Assessment /BEV2/EDBLOCK_SAMMELANMELDUNGCHAR2/BEV2/EDBLOCK_SAMMELANMELDUNG
YH_SORT_LAGERBUCHSorting/Grouping Stock Ledger List /BEV2/EDSORT_LAGERBUCHCHAR2/BEV2/EDSORT_LAGERBUCH
TIMEUTC Time Stamp in Short Form (YYYYMMDDhhmmss) TZNTSTMPSDEC15TZNTSTMPS
YHTDATABCurrent Date (Starting from) /BEV2/EDTDATABDATS8DATE
YHLINCTLength of Page (Lines per Page) /BEV2/EDLINCTINT410SYST_SHORT
DATUMDate DATUMDATS8DATUM

Key field Non-key field



How do I retrieve data from SAP structure /BEV2/EDDUMMY_S using ABAP code?

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

How to access SAP table /BEV2/EDDUMMY_S

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