/BEV2/EDEDMSEALV SAP (Document Segment Material ALV) Structure details

Dictionary Type: Structure
Description: Document Segment Material ALV




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




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

/BEV2/EDEDMSEALV 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 "Document Segment Material ALV" 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/EDEDMSEALV TYPE /BEV2/EDEDMSEALV.

The /BEV2/EDEDMSEALV table consists of various fields, each holding specific information or linking keys about Document Segment Material ALV data available in SAP. These include WEMPF (Customer Numbers), LIFNR (Account Number of Vendor or Creditor), BUDAT (Posting Date in the Document), LFSNR (Number of External Delivery Note).. 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/EDEDMSEALV 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
YHVBSNRSLExternal Excise Duty Number /BEV2/EDSNRSLCHAR15/BEV2/EDSNR
WEMPFCustomer Numbers KUNNRCHAR10Assigned to domainALPHAKUNNRKUNC_KUNNR
LIFNRAccount Number of Vendor or Creditor LIFNRCHAR10Assigned to domainALPHALIFNRLIFKRED_C
BUDATPosting Date in the Document BUDATDATS8DATUM
LFSNRNumber of External Delivery Note LFSNR1CHAR16XBLNR1
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
MAKTXMaterial Description (Short Text) MAKTXCHAR40TEXT40
YHBESKZExcise Duty Procurement Indicator /BEV2/EDBESKZCHAR1Assigned to domain/BEV2/EDBESKZ/BEV2/EDBESKZ_SH
YHALKOAlcoholic Strength (% Vol., Degree Plato) /BEV2/EDALKOCCHAR6
YHGEFINHContainer Contents /BEV2/EDGEFINHALVCHAR7
YHSLHERTax Warehouse of Manufacturing Plant /BEV2/EDSLHERCHAR15Assigned to domain/BEV2/EDSLAGER
YHVBSNRExcise Duty Number for Tax Warehouse /BEV2/EDSNRCHAR15/BEV2/EDSNR
YHBRAUNRBrewery Number of Manufacturing Plant /BEV2/EDBRAUNRCHAR20/BEV2/EDBRAUNR
MENGEDelivery Quantity /BEV2/EDLFMNGALVDEC13(3) /BEV2/EDLFMNGALV
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
YHVOLUMRLVolume in Cubic Liters /BEV2/EDVOLUMRLALVDEC15(5) /BEV2/EDVOLUMRLALV
MBLNRNumber of Material Document MBLNRCHAR10ALPHABELNRMBN
MJAHRMaterial Document Year MJAHRNUMC4GJAHRGJAHRMJA
YHVBARTExcise Duty Type /BEV2/EDARTCHAR3Assigned to domain/BEV2/EDART/BEV2/ED_TAXTYPE
ZEILEItem in Material Document MBLPONUMC4MBLPOPOS
YHLBSPALStock Ledger Division Excise Duty /BEV2/EDLBSPALCHAR2/BEV2/EDLBSPAL
YHSLAGEREExternal Excise Duty Warehouse Number /BEV2/EDSLAGERECHAR15/BEV2/EDSLAGERE

Key field Non-key field



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

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

How to access SAP table /BEV2/EDEDMSEALV

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