EAML_D_EVT SAP (EAML: Events DB Table) Table details

Dictionary Type: Table
Description: EAML: Events DB Table




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




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

EAML_D_EVT is a standard SAP Table which is used to store EAML: Events DB Table data and is available within R/3 SAP systems depending on the version and release level.

The EAML_D_EVT table consists of various fields, each holding specific information or linking keys about EAML: Events DB Table data available in SAP. These include EVTID (Record ID), LVORM (Deletion Indicator), CREATED_ON (Date on Which Record Was Created), CREATED_BY (Name of Person who Created the Object).. 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: Can be enhanced (character-type or numeric)


SAP EAML_D_EVT 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
EVTIDRecord ID EAML_EVT_IDCHAR12ALPHAEAML_EVT_ID
LVORMDeletion Indicator LVORMCHAR1XFELD
CREATED_ONDate on Which Record Was Created ERDATDATS8DATUM
CREATED_BYName of Person who Created the Object ERNAMCHAR12USNAM
CHANGED_ONChanged On AEDATDATS8DATUM
CHANGED_BYName of Person Who Changed Object AENAMCHAR12USNAM
EVT_DATEDate of Record EAML_EVT_DATEDATS8EAML_EVT_DATE
EVT_TIMETime of Record EAML_EVT_TIMETIMS6EAML_EVT_TIME
EVT_ACTIVEStatus of Network Attribute Record EAML_EVT_ACTIVECHAR1EAMLDEAML_EVT_ACTIVE
EVT_TZONETime Zone SYSTZONLOCHAR6SYCHAR06
OBJ_TYPENetwork Attribute Category EAML_EVT_OBJ_TYPECHAR12Assigned to domainEAML_EVT_OBJ_TYPE
OBJ_TYPE_TXTNetwork Attribute Category Description EAML_EVT_OTYPE_TXTCHAR40TEXT40
OBJECTNetwork Attribute EAML_EVT_OBJECTCHAR12CHAR12
OBJECT_TXTNetwork Attribute Description EAML_EVT_OBJ_TXTCHAR40TEXT40
OBJECT_XLINNetwork Attribute Category is Linear EAML_EVT_OBJ_XLINCHAR1XFELD
NETIDNetwork identification NETIDCHAR8Assigned to domainNETID
NETWORK_TYPELinear Asset Management: Network Type EAML_NETTYPECHAR4EAML_NETTYPE

Key field Non-key field



How do I retrieve data from SAP table EAML_D_EVT using ABAP code

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

SELECT SINGLE *
FROM EAML_D_EVT
INTO CORRESPONDING FIELDS OF WA_EAML_D_EVT
WHERE...

How to access SAP table EAML_D_EVT

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