/BEV2/EDFIXSTOCK SAP (ExD: Fixed Stocks) Table details

Dictionary Type: Table
Description: ExD: Fixed Stocks




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




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

/BEV2/EDFIXSTOCK is a standard SAP Table which is used to store ExD: Fixed Stocks data and is available within R/3 SAP systems depending on the version and release level.

The /BEV2/EDFIXSTOCK table consists of various fields, each holding specific information or linking keys about ExD: Fixed Stocks data available in SAP. These include EDART (Excise Duty Type), EDSLAGER (Tax Warehouse Registration), WERKS (Plant), LGORT (Storage Location).. 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/EDFIXSTOCK 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
EDARTExcise Duty Type /BEV2/EDARTCHAR3Assigned to domain/BEV2/EDART/BEV2/ED_TAXTYPE
EDSLAGERTax Warehouse Registration /BEV2/EDSLAGERCHAR15Assigned to domain/BEV2/EDSLAGER/BEV2/ED_TAXID
WERKSPlant WERKS_DCHAR4Assigned to domainWERKSWRKH_T001W_C
LGORTStorage Location LGORT_DCHAR4Assigned to domainLGORTLAG
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
CHARGBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
EDDATENDED: Data Eement for End Date /BEV2/EDDATENDDATS8
EDDATBEGED: Data Element for Start Date /BEV2/EDDATBEGDATS8
MENGETotal usage quantity GVBRMQUAN15(3) MENGV15
BASMEBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
YHABRMENGVolume in Cubic Liters /BEV2/EDVOLUMRLQUAN15(5) /BEV2/EDVOLUM
YHABRMEINED Base Unit of Measure /BEV2/EDMEINSUNIT3Assigned to domainCUNITMEINS
YHALKOAlcoholic Strength (% Vol., Degree Plato) /BEV2/EDALKODEC5(2) /BEV2/EDALKO

Key field Non-key field



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

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

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

How to access SAP table /BEV2/EDFIXSTOCK

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