RGUCALE3 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 RGUCALE3 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: P_TAB = Totals Table
Title: FI-SL Distribution (ALE): Reset the Settings for a Table
Text Symbol: 001 = Summary table for which the reset is to be performed:
Text Symbol: 002 = Do you want to perform
Text Symbol: 003 = the reset function?
Text Symbol: 004 = Reset
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'N' TEXTLINE1 = TEXT-002 TEXTLINE2 = TEXT-003 TITEL = TEXT-004 START_COLUMN = 25 START_ROW = 6 IMPORTING ANSWER = ANSWER.
G_IDOC_INITIALIZE_EDIMAP CALL FUNCTION 'G_IDOC_INITIALIZE_EDIMAP' EXPORTING TAB = P_TAB.
FUNCTION_DELETE CALL FUNCTION 'FUNCTION_DELETE' EXPORTING FUNCNAME = C_EXPORT_FB SUPPRESS_SUCCESS_MESSAGE = 'X' EXCEPTIONS OTHERS = 8.
FUNCTION_DELETE CALL FUNCTION 'FUNCTION_DELETE' EXPORTING FUNCNAME = C_IMPORT_FB SUPPRESS_SUCCESS_MESSAGE = 'X' EXCEPTIONS OTHERS = 8.
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.
RGUCALE3 - FI-SL Distribution (ALE): Reset the Settings for a Table RGUCALE3 - FI-SL Distribution (ALE): Reset the Settings for a Table RGUCALE2 - FI-SL Distribution (ALE): Generate the Import and Export Programs RGUCALE2 - FI-SL Distribution (ALE): Generate the Import and Export Programs RGUCALE1 - FI-SL Distribution (ALE): Update the IDOC Field Assignment Table RGUCALE1 - FI-SL Distribution (ALE): Update the IDOC Field Assignment Table