SAP Reports / Programs | Logistics - General | Additionals Management(LO-ADM) SAP LO

WTRA_DISPLAY_PROTOCOL SAP ABAP Report - Runtime Measurement: List of Log Data







WTRA_DISPLAY_PROTOCOL is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for WTRA_DISPLAY_PROTOCOL...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter WTRA_DISPLAY_PROTOCOL into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

WTRA3 - Runtime Measurement: Display Logs


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT WTRA_DISPLAY_PROTOCOL. "Basic submit
SUBMIT WTRA_DISPLAY_PROTOCOL AND RETURN. "Return to original report after report execution complete
SUBMIT WTRA_DISPLAY_PROTOCOL VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: SETASK = D Task name
Selection Text: SELUSER = User
Selection Text: SELOGNR = D Log number
Selection Text: SELGRAD = Degree of Detail In Log
Selection Text: SELFDNR = D Sequence Number
Selection Text: SELDAT = D Measurement Date
Selection Text: P_ZEBRA = Striped pattern
Selection Text: P_VARI = Name of Layout
Selection Text: P_NOVAR = Without layout
Selection Text: P_MITVA = With layout
Selection Text: P_MERGE = Do Not Merge Lines
Selection Text: P_COLOPT = Optimize columns
Title: Runtime Measurement: List of Log Data
Text Symbol: 003 = General Settings
Text Symbol: 002 = Layout
Text Symbol: 001 = Logged data


INCLUDES used within this REPORT WTRA_DISPLAY_PROTOCOL

INCLUDE: IWTRACONST.


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING I_SAVE = L_SAVE CHANGING CS_VARIANT = GS_VARIANTS EXCEPTIONS NOT_FOUND = 2.

REUSE_ALV_VARIANT_F4 CALL FUNCTION 'REUSE_ALV_VARIANT_F4' EXPORTING IS_VARIANT = VARIANTS I_SAVE = 'A' IT_DEFAULT_FIELDCAT = LT_FIELDCAT[] I_DISPLAY_VIA_GRID = 'X' IMPORTING E_EXIT = EXIT ES_VARIANT = GS_VARIANTS EXCEPTIONS NOT_FOUND = 2.

REUSE_ALV_VARIANT_EXISTENCE CALL FUNCTION 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING I_SAVE = 'A' CHANGING CS_VARIANT = GS_VARIANTS EXCEPTIONS OTHERS = 1.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING I_BUFFER_ACTIVE = ' ' I_PROGRAM_NAME = L_REPID I_STRUCTURE_NAME = 'WTRA_DISPLAY_PROTOCOL' CHANGING CT_FIELDCAT = LT_FIELDCAT[] EXCEPTIONS OTHERS = 0.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_BUFFER_ACTIVE = ' ' I_CALLBACK_PROGRAM = L_REPID IS_LAYOUT = GS_LAYOUT IT_FIELDCAT = LT_FIELDCAT I_DEFAULT = TRUE I_SAVE = 'A' IS_VARIANT = VARIANTS TABLES T_OUTTAB = LT_WTRA_DISPLAY_PROTOCOL EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name WTRA_DISPLAY_PROTOCOL or its description.