/BEV2/EDFIXSTADM SAP (ExD: Administration Table of the Fixed Stocks) Table details

Dictionary Type: Table
Description: ExD: Administration Table of the Fixed Stocks




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




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

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

The /BEV2/EDFIXSTADM table consists of various fields, each holding specific information or linking keys about ExD: Administration Table of the Fixed Stocks data available in SAP. These include EDART (Excise Duty Type), EDSLAGER (Tax Warehouse Registration), EDDATEND (ED: Data Eement for End Date), EDDATBEG (ED: Data Element for Start Date).. 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/EDFIXSTADM 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
EDDATENDED: Data Eement for End Date /BEV2/EDDATENDDATS8
EDDATBEGED: Data Element for Start Date /BEV2/EDDATBEGDATS8
AEDATChanged On AEDATDATS8DATUM
AETIMETime of last change AENUHRTIMS6UZEIT
AEUSERUser name USNAMCHAR12Assigned to domainXUBNAMEUSR

Key field Non-key field



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

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

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

How to access SAP table /BEV2/EDFIXSTADM

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