SAP Reports / Programs

RGUCREP0 SAP ABAP Report - Activate Drilldown Reporting for FI-SL Table







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

GCRE1 - Activate drilldown rep. for SL table


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 RGUCREP0. "Basic submit
SUBMIT RGUCREP0 AND RETURN. "Return to original report after report execution complete
SUBMIT RGUCREP0 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: TOTALS_T = Totals Table
Title: Activate Drilldown Reporting for FI-SL Table


INCLUDES used within this REPORT RGUCREP0

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:

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.



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