EAMI_EM_EVENT_DATA SAP (IS-U Event Management AMI Event) Structure details

Dictionary Type: Structure
Description: IS-U Event Management AMI Event




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




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

EAMI_EM_EVENT_DATA 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 "IS-U Event Management AMI Event" 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_EAMI_EM_EVENT_DATA TYPE EAMI_EM_EVENT_DATA.

The EAMI_EM_EVENT_DATA table consists of various fields, each holding specific information or linking keys about IS-U Event Management AMI Event data available in SAP. These include MANDT (Client), EVENTID (IS-U AMI Event Management Internal Event ID), EXTEVENTID (External Event ID), PROVIDERID (IS-U AMI Event Management Provider ID).. 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 (Deep)


SAP EAMI_EM_EVENT_DATA 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
UUIDUUID in character form SYSUUID_CCHAR32SYSUUID_C
MANDTClient MANDTCLNT3Assigned to domainMANDT
EVENTIDIS-U AMI Event Management Internal Event ID E_AMI_EM_EVENT_IDNUMC20Assigned to domainE_AMI_EM_EVENT_ID
EXTEVENTIDExternal Event ID E_AMI_EM_EXT_EVENT_IDCHAR22E_AMI_EM_EXT_EVENT_ID
PROVIDERIDIS-U AMI Event Management Provider ID E_AMI_EM_PROVIDER_IDCHAR60CHAR60
EVENTTYPECODEEvent Type Code E_AMI_EM_EVENT_TYPE_CODENUMC4TEAMIC_EM_EVTTYPE_AMI_EM_EVENT_TYPE_CODE
EVTCATEGORYCODEEvent Category E_AMI_EM_EVENT_CATEGORYNUMC4TEAMIC_EM_EVTCATNUMC4
EVTSEVERITYCODESeverity Code of Event E_AMI_EM_EVENT_SEVERITY_CODENUMC2E_AMI_EM_EVENT_SEVERITY_CODE
EVENTDATEEvent Date E_AMI_EM_DATEDATS8
EVENTTIMEEvent Time E_AMI_EM_TIMETIMS6
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
STATUSEvent Status E_AMI_EM_EVENT_STATUSNUMC2E_AMI_EM_EVENT_STATUS
EVTSOURCECODESource code of the event E_AMI_EM_EVENT_SOURCENUMC4TEAMIC_EM_EVTSRCNUMC4
FUNCTIONIDFDT: Universal Unique Identifier FDT_UUIDCHAR32SYSUUID_CFDT_SHLP_UUID
CR_DATEDate on Which Record Was Created ERDATDATS8DATUM
CR_TIMEEntry time ERZETTIMS6UZEIT
CR_NAMEName of Person who Created the Object ERNAMCHAR12USNAM
CH_DATEChanged On AEDATDATS8DATUM
CH_TIMETime last change was made AEZETTIMS6UZEIT
CH_NAMEName of Person Who Changed Object AENAMCHAR12USNAM
TAB_EVENTATTR 0
TAB_EVENTRESULT 0
TAB_MESSAGES 0

Key field Non-key field



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

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

How to access SAP table EAMI_EM_EVENT_DATA

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