EREVITEMX SAP (DCM Version in Purchasing - Change Parameter) Structure details

Dictionary Type: Structure
Description: DCM Version in Purchasing - Change Parameter




ABAP Code to SELECT data from EREVITEMX
Related tables to EREVITEMX
Access table EREVITEMX




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

EREVITEMX 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 "DCM Version in Purchasing - Change Parameter" 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_EREVITEMX TYPE EREVITEMX.

The EREVITEMX table consists of various fields, each holding specific information or linking keys about DCM Version in Purchasing - Change Parameter data available in SAP. These include ERNAM (Updated information in related user data field), ERDAT (Updated information in related user data field), ERUHR (Updated information in related user data field), FGNAM (Updated information in related user data field).. 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)


SAP EREVITEMX 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
REVNOUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ERNAMUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ERDATUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
ERUHRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
FGNAMUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
FGDATUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
FGUHRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
OKNAMUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
OKDATUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
OKUHRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
RSCODUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
TXZ01Updated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
EXTNRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
CRNAMUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
NETWRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
DIFWRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
WAERSUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BUDATUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
REVOKUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
STREVUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
LOEKZUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
BANPRUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
HWAERUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE
WKURSUpdated information in related user data field BAPIUPDATECHAR1BAPIUPDATE

Key field Non-key field



How do I retrieve data from SAP structure EREVITEMX using ABAP code?

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

How to access SAP table EREVITEMX

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