RGUCREP0 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 RGUCREP0 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
GCRE1 - Activate drilldown rep. for SL table
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: TOTALS_T = Totals Table
Title: Activate Drilldown Reporting for FI-SL Table
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
G_ADMI_AUTHORITY_CHECK CALL FUNCTION 'G_ADMI_AUTHORITY_CHECK' EXPORTING activity = '02'.
G_ACTIVATE_CORRECTION_SYSTEM CALL FUNCTION 'G_ACTIVATE_CORRECTION_SYSTEM' EXPORTING obj_name = 'GREP' IMPORTING no_automatic_recording = no_automatic_recording EXCEPTIONS show_data_only = 1 OTHERS = 2.
G_RECORD_KEYS_IN_INTERNAL_TAB CALL FUNCTION 'G_RECORD_KEYS_IN_INTERNAL_TAB' EXPORTING tabname = 'T800A' client_independent = 'X' object = 'GREP' TABLES tab = i_800a EXCEPTIONS OTHERS = 1.
G_WRITE_KEYS_TO_TRANSP_ORDER CALL FUNCTION 'G_WRITE_KEYS_TO_TRANSP_ORDER' EXPORTING manual_transport = gd_manual_transport CHANGING task_number = gd_task_number order_number = order_number.
G_GENERATE_REPORTING_STRUCTURE CALL FUNCTION 'G_GENERATE_REPORTING_STRUCTURE' EXPORTING totals_table = e01_tab order_number = order_number id_manual_transport = gd_manual_transport EXCEPTIONS dictionary_error_occurred = 1 no_correction_number = 2 problem_with_access_permission = 3 totals_table_not_installed = 4 error_reading_tadir = 5 name_of_structure_already_used = 6 activation_error_occurred = 7 OTHERS = 8.
G_ACTIVATE_CORRECTION_SYSTEM CALL FUNCTION 'G_ACTIVATE_CORRECTION_SYSTEM' EXPORTING obj_name = 'GREP' IMPORTING no_automatic_recording = no_automatic_recording EXCEPTIONS show_data_only = 1 OTHERS = 2.
G_RECORD_KEYS_IN_INTERNAL_TAB CALL FUNCTION 'G_RECORD_KEYS_IN_INTERNAL_TAB' EXPORTING tabname = 'TKAFA' client_independent = 'X' object = 'GREP' TABLES tab = t_tkafa EXCEPTIONS OTHERS = 1.
G_RECORD_KEYS_IN_INTERNAL_TAB CALL FUNCTION 'G_RECORD_KEYS_IN_INTERNAL_TAB' EXPORTING tabname = 'TKAF' client_independent = 'X' object = 'GREP' TABLES tab = t_tkaf EXCEPTIONS OTHERS = 1.
G_RECORD_KEYS_IN_INTERNAL_TAB CALL FUNCTION 'G_RECORD_KEYS_IN_INTERNAL_TAB' EXPORTING tabname = 'TKAFD' client_independent = 'X' object = 'GREP' TABLES tab = t_tkafd EXCEPTIONS OTHERS = 1.
G_RECORD_KEYS_IN_INTERNAL_TAB CALL FUNCTION 'G_RECORD_KEYS_IN_INTERNAL_TAB' EXPORTING tabname = 'TKCKT' client_independent = 'X' object = 'GREP' TABLES tab = t_tkckt EXCEPTIONS OTHERS = 1.
G_WRITE_KEYS_TO_TRANSP_ORDER CALL FUNCTION 'G_WRITE_KEYS_TO_TRANSP_ORDER' EXPORTING manual_transport = gd_manual_transport CHANGING task_number = gd_task_number order_number = order_number.
RKD_SHORT_TEXT_GENERATE_30 CALL FUNCTION 'RKD_SHORT_TEXT_GENERATE_30' EXPORTING applclass = c_applc EXCEPTIONS rkd_error = 1 tkebf_entry_not_found = 2 OTHERS = 3.
G_FIELD_SET CALL FUNCTION 'G_FIELD_SET' EXPORTING ftype = 'A' table = gf_tab.
G_FIELD_GET CALL FUNCTION 'G_FIELD_GET' IMPORTING field_attr = dfies subrc = rc.
G_FIELD_GET CALL FUNCTION 'G_FIELD_GET' IMPORTING field_attr = dfies subrc = rc.
RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING CURR_REPORT = sy-repid TABLES SELECTION_TABLE = lt_rsparams.
G_UPDATE_T800HIST CALL FUNCTION 'G_UPDATE_T800HIST' EXPORTING I_OBJNAME = sy-repid TABLES T_RSPARAMS = lt_rsparams.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RGUCREP0 - Activate Drilldown Reporting for FI-SL Table RGUCREP0 - Activate Drilldown Reporting for FI-SL Table RGUCPOOL - FI-SL: Check whether a Pool Table is Being Used (4.6B only) RGUCPOOL - FI-SL: Check whether a Pool Table is Being Used (4.6B only) RGUCORM1 - documentation and ABAP source code RGUCORM1 - documentation and ABAP source code