WTRA_DISPLAY_PROTOCOL SAP (Runtime Measurement: Log Data - Displayed Fields in ALV) Structure details

Dictionary Type: Structure
Description: Runtime Measurement: Log Data - Displayed Fields in ALV




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




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

WTRA_DISPLAY_PROTOCOL 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 "Runtime Measurement: Log Data - Displayed Fields in ALV" 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_WTRA_DISPLAY_PROTOCOL TYPE WTRA_DISPLAY_PROTOCOL.

The WTRA_DISPLAY_PROTOCOL table consists of various fields, each holding specific information or linking keys about Runtime Measurement: Log Data - Displayed Fields in ALV data available in SAP. These include PROTGRAD (Runtime Analysis: Process-Specific Level of Detail), REPNAME (Runtime Measurement: Name of Report), USERNAME (Runtime Measurement: User Performing Measurement), DATUM (Runtime Measurement: Date on which data record was created).. 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: Not classified


SAP WTRA_DISPLAY_PROTOCOL 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
LOGNRRuntime Measurement: Log Number WRA_LOGNRCHAR10Assigned to domainALPHAWRA_LOGNR
PROTGRADRuntime Analysis: Process-Specific Level of Detail WRA_PROTGRADCHAR1WRA_PROTGRAD
REPNAMERuntime Measurement: Name of Report WRA_NAMECHAR40WRA_NAME
USERNAMERuntime Measurement: User Performing Measurement WRA_USERCHAR12SYCHAR12
DATUMRuntime Measurement: Date on which data record was created WRA_DATDATS8DATS
WRATIMEZONERuntime Measurement: Date and Time, User's Time Zone WRA_ZONLOCHAR6SYCHAR06
PROTSAVECHKRuntime Measurement: Retain Log? WRA_SAVECHKCHAR1WRA_SAVECHK
PROTNOTERuntime Measurement: Note for Measurement WRA_NOTECHAR20WRA_NOTE
TASKNAMERuntime Measurement: Unique Name of a Task WRA_TASKNAMECHAR20WRA_TASKNAM
LFDNRSequence Number of the Log for Runtime Measurement WRA_LFDNRCHAR10ALPHAWRA_LFDNR
STATUSStatus of program WRA_STATUSCHAR60WRA_STATUS
APPLSRVName of the application server WRA_APPLSRVCHAR32WRA_APPLSRV
TIMESTAMPTime stamp short form (YYYYMMDDhhmmss) WRA_TIMESTAMPDEC15TZNTSTMPS
NUMOBJ_1Number of Processed Objects WRA_NUMOBJINT410WRA_NUMOBJ
OBJECT_1Runtime Measurement: Object Name WRA_OBJECTCHAR35WRA_OBJECT
NUMOBJ_2Number of Processed Objects WRA_NUMOBJINT410WRA_NUMOBJ
OBJECT_2Runtime Measurement: Object Name WRA_OBJECTCHAR35WRA_OBJECT
NUMOBJ_3Number of Processed Objects WRA_NUMOBJINT410WRA_NUMOBJ
OBJECT_3Runtime Measurement: Object Name WRA_OBJECTCHAR35WRA_OBJECT
LAUFZEITRuntime Measurement: Runtime WRA_RUNTIMEINT410WRA_RUNTIME

Key field Non-key field



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

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

How to access SAP table WTRA_DISPLAY_PROTOCOL

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