EISU_IL_AMI_EVENT_QUERY_RESULT SAP (Structure of AMI Event Search Result) Structure details

Dictionary Type: Structure
Description: Structure of AMI Event Search Result




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




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

EISU_IL_AMI_EVENT_QUERY_RESULT 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 "Structure of AMI Event Search Result" 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_EISU_IL_AMI_EVENT_QUERY_RESULT TYPE EISU_IL_AMI_EVENT_QUERY_RESULT.

The EISU_IL_AMI_EVENT_QUERY_RESULT table consists of various fields, each holding specific information or linking keys about Structure of AMI Event Search Result data available in SAP. These include EVENTTYPECODE (Event Type Code), EVTCATEGORYCODE (Event Category), EVTSEVERITYCODE (Severity Code of Event), EVENTDATE (Event 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:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP EISU_IL_AMI_EVENT_QUERY_RESULT 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
EVENTIDIS-U AMI Event Management Internal Event ID E_AMI_EM_EVENT_IDNUMC20Assigned to domainE_AMI_EM_EVENT_ID
EVENTTYPECODEEvent Type Code E_AMI_EM_EVENT_TYPE_CODENUMC4Assigned to domainE_AMI_EM_EVENT_TYPE_CODE
EVTCATEGORYCODEEvent Category E_AMI_EM_EVENT_CATEGORYNUMC4NUMC4
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
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
SERNRSerial Number GERNRCHAR18GERNRGERNRSER
STATUSEvent Status E_AMI_EM_EVENT_STATUSNUMC2E_AMI_EM_EVENT_STATUS
EVENTTYPETEXTEvent Type Description E_AMI_EM_EVENT_TYPE_TXTCHAR40TEXT40
EVTCATEGORYTEXTEvent Category Description E_AMI_EM_EVENT_CATEGORY_TXTCHAR40TEXT40
EVTSOURCETEXTEvent Source Description E_AMI_EM_EVENT_SOURCE_TXTCHAR40TEXT40
EVTSEVERITYTEXTIS-U AMI Event Management Severity Code Text E_AMI_EM_EVENT_SEV_CODE_TXTCHAR40TEXT40
EVTSTATUSTEXTIS-U AMI Event Management Event Status Text E_AMI_EM_EVENT_STATUS_TXTCHAR40TEXT40
BAUFORMDevice category description BAUFORMCHAR30TEXT30
SPARTEDivision SPARTECHAR2Assigned to domainSPARTSPA
VSTELLEPremise VSTELLECHAR10Assigned to domainALPHAVSTELLEVBSEVBS
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
DEVICEINFOShort text (50 characters) EBA_SHORTCHAR50TEXT50

Key field Non-key field



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

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

How to access SAP table EISU_IL_AMI_EVENT_QUERY_RESULT

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