SAP Reports / Programs | Financial Accounting | Special Purpose Ledger | Basic Functions(FI-SL-SL) SAP FI

RGUCALE3 SAP ABAP Report - FI-SL Distribution (ALE): Reset the Settings for a Table







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


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 RGUCALE3. "Basic submit
SUBMIT RGUCALE3 AND RETURN. "Return to original report after report execution complete
SUBMIT RGUCALE3 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: 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


INCLUDES used within this REPORT RGUCALE3

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:

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.



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