TEAMI_LOG_DATA SAP (Log for Service Communication in AMI Environment) Table details

Dictionary Type: Table
Description: Log for Service Communication in AMI Environment




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




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

TEAMI_LOG_DATA is a standard SAP Table which is used to store Log for Service Communication in AMI Environment data and is available within R/3 SAP systems depending on the version and release level.

The TEAMI_LOG_DATA table consists of various fields, each holding specific information or linking keys about Log for Service Communication in AMI Environment data available in SAP. These include LOG_ID (Internal Number of AMI Log Entry), OBJECTTYPE (Object Type of Log Entry), OBJECTKEY (Object Key), OBJECTTYPE2 (Secondary Object Type of Log Entry).. 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 TEAMI_LOG_DATA 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
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_AMSCHAR4Assigned to domainE_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

Key field Non-key field



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

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

SELECT SINGLE *
FROM TEAMI_LOG_DATA
INTO CORRESPONDING FIELDS OF WA_TEAMI_LOG_DATA
WHERE...

How to access SAP table TEAMI_LOG_DATA

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