SAP Reports / Programs

/GC1/OVERVIEW SAP ABAP Report - Garbage Collector: Overview of Object Type Relationships







/GC1/OVERVIEW 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/OVERVIEW 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/SCOPE - Overview: Garbage Collector
/GC1/OVERVIEW - GC: Overview of Obj. Type Relats


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/OVERVIEW. "Basic submit
SUBMIT /GC1/OVERVIEW AND RETURN. "Return to original report after report execution complete
SUBMIT /GC1/OVERVIEW 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: SO_TYPE = Generated Type of Object
Selection Text: SO_TTYPE = Technical Type (Generated)
Selection Text: SO_GTYPE = Generating Type of Object
Selection Text: P_USING = Structure-Using Type of Object
Selection Text: P_STAT = Create statistics
Selection Text: P_GTING = Generating Type of Object
Selection Text: P_GTED = Generated Type of Object
Selection Text: P_BUFF = Use Buffer
Title: Garbage Collector: Overview of Object Type Relationships
Text Symbol: T11 = Gener. Statistics: &2 <<== &1
Text Symbol: T10 = Gener. Statistics: &1 ==>> &2
Text Symbol: T01 = Object Type Has Not Been Registered in Object Catalog
Text Symbol: S03 = Sorted According to Structure-Using Object Types
Text Symbol: S02 = Sorted According to Generating Object Types
Text Symbol: S01 = Sorted According to Generated Object Types
Text Symbol: Q03 = Display Object Set in GC
Text Symbol: Q02 = Display Callback Class
Text Symbol: Q01 = Display Object Type Definition
Text Symbol: M01 = Display by ...
Text Symbol: M00 = Select Types of Object
Text Symbol: 011 = Display Callback Class
Text Symbol: 002 = Object Type Relationship
Text Symbol: 001 = Attribute &1
Text Symbol: 000 = Name


INCLUDES used within this REPORT /GC1/OVERVIEW

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:

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

/GC1/DB_OBJTYPE_GET_LIST CALL FUNCTION '/GC1/DB_OBJTYPE_GET_LIST' IMPORTING e_tab_objlist = l_tab_objtype EXCEPTIONS OTHERS = 0.

ICON_CREATE call function 'ICON_CREATE' exporting name = l_iconname info = l_info importing result = &3.

RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING operation = 'SHOW' object_name = l_class object_type = l_object_type enclosing_object = l_prog in_new_window = 'X' EXCEPTIONS not_executed = 1 invalid_object_type = 2 OTHERS = 3.

RS_TOOL_ACCESS CALL FUNCTION 'RS_TOOL_ACCESS' EXPORTING operation = 'SHOW' object_name = i_str_scope-callback_class object_type = 'CLAS' in_new_window = 'X' EXCEPTIONS 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/OVERVIEW or its description.