AMIDT SAP (Log IDs (Global Performance Analysis)) Table details

Dictionary Type: Table
Description: Log IDs (Global Performance Analysis)




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




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

AMIDT is a standard SAP Table which is used to store Log IDs (Global Performance Analysis) data and is available within R/3 SAP systems depending on the version and release level.

The AMIDT table consists of various fields, each holding specific information or linking keys about Log IDs (Global Performance Analysis) data available in SAP. These include LANGU (Language Key), REFIDTEXT (Log ID Text (Global Performance Analysis)), TXTOBJ_1 (Text of Object for Global Performance Analysis Log), TXTOBJ_2 (Text of Subobject for Global Performance Analysis Log).. 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: E - Control table, SAP and customer have separate key areas
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP AMIDT 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
REFIDLog ID for Cross-System Performance Analysis REFID1CHAR40TEXT40
LANGULanguage Key SYLANGULANG1ISOLASYLANGU
REFIDTEXTLog ID Text (Global Performance Analysis) REFIDTEXTCHAR128TEXT128
TXTOBJ_1Text of Object for Global Performance Analysis Log TXTOBJ_1CHAR60TEXT60
TXTOBJ_2Text of Subobject for Global Performance Analysis Log TXTOBJ_2CHAR60TEXT60
TXTOBJ_3Text of Subsubobject for Global Performance Analysis Log TXTOBJ_3CHAR60TEXT60
TCODETransaction Code of Logging Program (Global Perf. Analysis) PT_TCODECHAR20Assigned to domainTCODE
REPIDGlobal Performance Analysis: Name of Logging Program PT_REPIDCHAR40Assigned to domainPROGRAMM
CAUSECalling Program for Performance Analysis PT_CAUSECHAR40Assigned to domainPROGRAMM

Key field Non-key field



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

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

SELECT SINGLE *
FROM AMIDT
INTO CORRESPONDING FIELDS OF WA_AMIDT
WHERE...

How to access SAP table AMIDT

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