STRACRFC_D SAP (DB Structure for Performance Trace RFC Data) Structure details

Dictionary Type: Structure
Description: DB Structure for Performance Trace RFC Data




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




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

STRACRFC_D 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 "DB Structure for Performance Trace RFC 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_STRACRFC_D TYPE STRACRFC_D.

The STRACRFC_D table consists of various fields, each holding specific information or linking keys about DB Structure for Performance Trace RFC Data data available in SAP. These include WPID (Performance Log for RFC Trace: Work Process Number), WPTYP (Performance Log for RFC Trace: Work Process Type), MANDT (Client), UNAME (Performance Log: User Logon Name).. 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: Cannot Be Enhanced


SAP STRACRFC_D 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
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 structure STRACRFC_D using ABAP code?

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

How to access SAP table STRACRFC_D

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