AMRFC SAP (Global Perfromance Analysis: RFC Trace Data) Table details

Dictionary Type: Table
Description: Global Perfromance Analysis: RFC Trace Data




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




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

AMRFC is a standard SAP Table which is used to store Global Perfromance Analysis: RFC Trace Data data and is available within R/3 SAP systems depending on the version and release level.

The AMRFC table consists of various fields, each holding specific information or linking keys about Global Perfromance Analysis: RFC Trace Data data available in SAP. These include DESTIN (Logical Destination (Specified in Function Call)), LFNUM (Global Performance Analysis: Sequence Number), TCODE (Performance Log for RFC Trace: Transaction Code), WPID (Performance Log for RFC Trace: Work Process Number).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP AMRFC 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
PROCGUIDLog GUID for Performance Analysis PROCGUIDRAW16SYSUUID
DESTINLogical Destination (Specified in Function Call) RFCDESTCHAR32Assigned to domainRFCDESTRFCF4_RFCDESTYPEALL
LFNUMGlobal Performance Analysis: Sequence Number LFNUMBCHAR8CHAR8
TCODEPerformance Log for RFC Trace: Transaction Code RFCL_TCODECHAR20Assigned to domainTCODE
WPIDPerformance Log for RFC Trace: Work Process Number RFCL_WPIDCHAR8CHAR8
WPTYPPerformance Log for RFC Trace: Work Process Type RFCL_WPTYPCHAR3WPTYP
MANDTClient MANDTCLNT3Assigned to domainMANDT
UNAMEPerformance Log: User Logon Name PROT_UNAMECHAR12SYCHAR12
TIMEPerformance Log for RFC Trace: Statement Start Time RFCL_TIMECHAR12CHAR12
DURATIONPerformance Log for RFC Trace: Duration of Statement RFCL_DURACHAR9CHAR9
REPORTPerformance Log for RFC Trace: Program RFCL_PROGCHAR40CHAR40
OBJECTPerformance Log for RFC Trace: Objects in Statement RFCL_OBJCHAR30SQLTAS4TAB
OPERATIONPerformance Log for RFC Trace: Executed Operation RFCL_OPERCHAR7CHAR7
RETCODEPerformance Log for RFC Trace: Statement Return Code RFCL_RETCINT410
CON_NAMEPerformance Log for RFC Trace: Logical DB Connection Name RFCL_CONNCHAR5CHAR5
STATEMENTPerformance Log for RFC Trace: Abbreviated Statement RFCL_STATCHAR210

Key field Non-key field



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

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

SELECT SINGLE *
FROM AMRFC
INTO CORRESPONDING FIELDS OF WA_AMRFC
WHERE...

How to access SAP table AMRFC

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