SAP Reports / Programs

/GC1/GARBAGE_COLLECTOR SAP ABAP Report - Garbage Collector Run Program







/GC1/GARBAGE_COLLECTOR 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/GARBAGE_COLLECTOR 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/START - Garbage Collector Run


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/GARBAGE_COLLECTOR. "Basic submit
SUBMIT /GC1/GARBAGE_COLLECTOR AND RETURN. "Return to original report after report execution complete
SUBMIT /GC1/GARBAGE_COLLECTOR 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: P_WDATA = Objects with Data Deletable
Selection Text: P_TRKORR = Transport Request
Selection Text: P_SIMUL = Simulation Mode
Selection Text: P_INFO = Determine Object Information
Selection Text: P_DISP = Display Results
Selection Text: P_DELX = Display Deletable Objects Only
Selection Text: P_DEL1 = Delete
Selection Text: P_BUFF = Use Buffer
Selection Text: O_TYPE = Object Type
Selection Text: O_TTYP = Technical Type
Selection Text: O_NAME = Object Name
Selection Text: O_GTYPE = Object Type
Selection Text: O_GNAME = Object Name
Selection Text: O_GCLIE = Client
Selection Text: O_GAPP = Application
Selection Text: O_APP = Application
Title: Garbage Collector Run Program
Text Symbol: S06 = General Options
Text Symbol: S04 = Options
Text Symbol: S03 = Run Mode
Text Symbol: S02 = Generated Objects
Text Symbol: S01 = Generating Objects
Text Symbol: R03 = Cancel
Text Symbol: R02 = Continue
Text Symbol: R01 = Confirm Run Parameters
Text Symbol: L03 = Display log
Text Symbol: L02 = Determine (Optional) Object Information
Text Symbol: L01 = Delete Selected Objects
Text Symbol: I55 = Refresh
Text Symbol: I50 = Load referencing objects as well
Text Symbol: H01 = Display User of Object &1 &2
Text Symbol: D11 = Cancel Deletion
Text Symbol: D10 = Delete
Text Symbol: D09 = Only &2 of the &1 selected objects can be deleted. Do you want to continue?
Text Symbol: D06 = Cancel
Text Symbol: D05 = Delete
Text Symbol: D02 = Do you want to delete the selected objects (&1)?
Text Symbol: D01 = Garbage Collector: Delete Objects





Text Symbol: A00 = Run time may be long, as you did not specify any selection parameters
Text Symbol: 002 = Garbage Collector: Object List


INCLUDES used within this REPORT /GC1/GARBAGE_COLLECTOR

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:

TR_F4_REQUESTS CALL FUNCTION 'TR_F4_REQUESTS' IMPORTING ev_selected_request = p_trkorr.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-r01 text_question = text-a00 text_button_1 = text-r02 icon_button_1 = 'ICON_OKAY' text_button_2 = text-r03 icon_button_2 = 'ICON_CANCEL' display_cancel_button = '' IMPORTING answer = l_rc EXCEPTIONS OTHERS = 1.

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

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING ddic_structure = '/GC1/STR_USERS' retfield = 'USER_TYPE' window_title = l_text value_org = 'S' display = 'X' TABLES value_tab = i_str_display-tab_users field_tab = l_tab_fields return_tab = l_tab_return[] EXCEPTIONS parameter_error = 1 no_values_found = 0 OTHERS = 3.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-d01 text_question = l_question diagnose_object = l_diagnose_text display_cancel_button = '' text_button_1 = text-d05 icon_button_1 = 'ICON_DELETE' icon_button_2 = 'ICON_CANCEL' text_button_2 = text-d06 iv_quickinfo_button_1 = text-d10 iv_quickinfo_button_2 = text-d11 IMPORTING answer = l_answer EXCEPTIONS text_not_found = 0 OTHERS = 0.



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