EAMI_LOG_DB_DATA SAP (AMI Log and Message Data) Structure details

Dictionary Type: Structure
Description: AMI Log and Message Data




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




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

EAMI_LOG_DB_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 "AMI Log and Message Data" 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_LOG_DB_DATA TYPE EAMI_LOG_DB_DATA.

The EAMI_LOG_DB_DATA table consists of various fields, each holding specific information or linking keys about AMI Log and Message Data data available in SAP. These include MANDT (Client), LOG_ID (Internal Number of AMI Log Entry), OBJECTTYPE (Object Type of Log Entry), OBJECTKEY (Object Key).. 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_LOG_DB_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
EAMI_LOG_DATA 0
MANDTClient MANDTCLNT3MANDT
LOG_IDInternal Number of AMI Log Entry E_AMI_LOG_IDCHAR22SYSUUID_22
OBJECTTYPEObject Type of Log Entry E_AMI_OBJECTTYPECHAR2E_AMI_OBJECTTYPE
OBJECTKEYObject Key E_AMI_OBJECTKEYCHAR22TEXT22
OBJECTTYPE2Secondary Object Type of Log Entry E_AMI_OBJECTTYPE_SECCHAR2E_AMI_OBJECTTYPE
OBJECTKEY2Secondary Object Key E_AMI_OBJECTKEY_SECCHAR22TEXT22
TRANS_DIRECTIONDirection of Data Transfer (Process Initiator) E_AMI_TRANSDIRECTIONCHAR1EAMI_TRANSDIRECTION
ACTIONCommunication Action E_AMI_ACTIONNUMC2E_AMI_ACTION
PROCESS_STATUSProcess Status E_AMI_PROCESS_STATUSNUMC2EAMI_PROCESS_STATUS
AMSAdvanced Metering System E_AMI_AMSCHAR4E_AMI_AMS
TIMESTAMP_OUTOutbound: UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun E_AMI_TIMESTAMP_OUTDEC21(7) TZNTSTMPL
MSGID_OUTMessage ID Outbound E_AMI_MSGID_OUTRAW16SYSUUID
UUID_OUTUUID Outbound E_AMI_UUID_OUTCHAR32SYSUUID_C
SERVICE_ID_OUTID of Called eSOA Service (AMI) E_AMI_SERVICE_ID_OUTNUMC4E_AMI_SERVICE_ID
REFUUIDReferenced UUID Inbound/Outbound E_AMI_UUID_REFCHAR32SYSUUID_C
TIMESTAMP_INInbound: UTC Time Stamp in Long Form (YYYYMMDDhhmmssmmmuuun) E_AMI_TIMESTAMP_INDEC21(7) TZNTSTMPL
MSGID_INMessage ID Inbound E_AMI_MSGID_INRAW16SYSUUID
UUID_INUUID Inbound E_AMI_UUID_INCHAR32SYSUUID_C
SERVICE_ID_ININBOUND: ID of Called eSOA Service (AMI) E_AMI_SERVICE_ID_INNUMC4E_AMI_SERVICE_ID
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
TEAMI_LOG_MSG 0
ARCHIVEIndicators KENNZXCHAR1KENNZX

Key field Non-key field



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

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

How to access SAP table EAMI_LOG_DB_DATA

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