SAP Reports / Programs | Cross-Application Components | General Application Functions | Persistent Garbage Collector(CA-GTF-TS-PGC) SAP CA

/GC1/DISPLAY_LOG SAP ABAP Report - Garbage Collector: Look at Activity Logs







/GC1/DISPLAY_LOG is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter /GC1/DISPLAY_LOG 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

/GC1/LOG - Garbage Collector: Activities/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 /GC1/DISPLAY_LOG. "Basic submit
SUBMIT /GC1/DISPLAY_LOG AND RETURN. "Return to original report after report execution complete
SUBMIT /GC1/DISPLAY_LOG 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: O_ACTIV = Activity
Selection Text: O_CLIEN = Client
Selection Text: O_COUNT = Number of Deleted Objects
Selection Text: O_DATE = Date
Selection Text: O_OCLNT = Client of Object
Selection Text: O_ONAME = Object Name
Selection Text: O_OTYPE = Object Category
Selection Text: O_SIMUL = Simulation
Selection Text: O_TIME = Time
Selection Text: O_TRKOR = Transport Request
Selection Text: O_UNAME = User Name
Title: Garbage Collector: Look at Activity Logs
Text Symbol: 001 = List of Deleted Objects
Text Symbol: 002 = Activity List
Text Symbol: D01 = Regeneration of Deleted Objects
Text Symbol: L01 = Display of Selected Logs
Text Symbol: S01 = Selection Options for Activity Log
Text Symbol: S02 = Select According to Object Information


INCLUDES used within this REPORT /GC1/DISPLAY_LOG

No INCLUDES are used within this REPORT code!


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:

/GC1/DB_ACTLOG_GET_LIST CALL FUNCTION '/GC1/DB_ACTLOG_GET_LIST' EXPORTING i_str_actlog_filter = l_str_actlog_filter IMPORTING e_tab_actlog = g_tab_actlog.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = '/gc1/tactlog' i_client_never_display = '' CHANGING ct_fieldcat = e_tab_fcat[] EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = '/GC1/STR_ACTDEL_ALV_DISPLAY' i_client_never_display = '' CHANGING ct_fieldcat = e_tab_fcat[] EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.

/GC1/DB_ACTDEL_GET_LIST CALL FUNCTION '/GC1/DB_ACTDEL_GET_LIST' EXPORTING i_logguid = i_str_actlog-logguid IMPORTING e_tab_actdel = l_tab_actdel.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = l_sav_name info = l_sav_info IMPORTING RESULT = c_str_actdel-generation_icon EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.



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 /GC1/DISPLAY_LOG or its description.