RGRDCL00 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 RGRDCL00 into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: CRE_DATE = Created On
Selection Text: CRE_NAME = Created By
Selection Text: LIB_DBAS = Table
Selection Text: LIB_NAME = Library
Selection Text: LIB_TEXT = Description
Selection Text: P_VARIA = D Layout
Selection Text: UPD_DATE = Last changed on
Selection Text: UPD_NAME = Last changed by
Title: Report Writer: Library Catalog
Text Symbol: 001 = Selection Criteria
Text Symbol: 002 = Layout
Text Symbol: 003 = Created On
Text Symbol: 004 = Report Writer : Library Catalog
001 Lib Table Description last changed........... created.............
002 by on by on
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
REUSE_ALV_VARIANT_DEFAULT_GET call function 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = gc_checked CHANGING cs_variant = xs_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 others = 4.
REUSE_ALV_VARIANT_EXISTENCE call function 'REUSE_ALV_VARIANT_EXISTENCE' EXPORTING i_save = gc_checked CHANGING cs_variant = ls_variant EXCEPTIONS wrong_input = 1 not_found = 2 program_error = 3 others = 4.
REUSE_ALV_VARIANT_F4 call function 'REUSE_ALV_VARIANT_F4' EXPORTING is_variant = is_variant i_save = gc_checked IMPORTING e_exit = lv_exit es_variant = ls_variant EXCEPTIONS not_found = 1 program_error = 2 others = 3.
REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING i_callback_program = gv_repid i_callback_user_command = 'HANDLE_EVENT_USER_COMMAND' i_default = gc_checked is_layout = ls_layo_lib it_fieldcat = lt_fcat_lib it_events = lt_evts_lib is_print = ls_prnt_lib i_save = gc_save is_variant = gv_variant TABLES t_outtab = gt_outtab_lib EXCEPTIONS program_error = 1 OTHERS = 2.
REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = GC_STRUCT_NAME CHANGING ct_fieldcat = xt_fcat EXCEPTIONS inconsistent_interface = 1 program_error = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.