RGUCALE1 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 RGUCALE1 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
GAL1 - Update Assignment Table EDIMAP
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): Update the IDOC Field Assignment Table
Text Symbol: 001 = Summary table for which the update is to be performed:
Text Symbol: 002 = Do you want to perform
Text Symbol: 003 = the update?
Text Symbol: 004 = Update assignment table
Text Symbol: 005 = Table
Text Symbol: 006 = Description
Text Symbol: 007 = Overview of summary tables
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_FILL_EDIMAP CALL FUNCTION 'G_IDOC_FILL_EDIMAP' EXPORTING TAB = P_TAB EXCEPTIONS TABLE_NOT_VALID = 01 ENTRIES_IN_EDIMAP = 02.
G_TABLE_READ CALL FUNCTION 'G_TABLE_READ' EXPORTING TABLE = T800A-TAB IMPORTING TABLE_ATTR = DD02V.
G_DISPLAY_SELECTION_DYNPRO CALL FUNCTION 'G_DISPLAY_SELECTION_DYNPRO' EXPORTING DYNP_TITLE = RGSEL-DYNP_TITLE SEL_TITLE1 = TITLE SEL_TITLE2 = RGSEL-SEL_TITLE2 START_ROW = 7 IMPORTING SEL_INDEX = SY-INDEX TABLES SEL_TABLE = TABLES EXCEPTIONS NO_LINES = 4 NO_LINE_PICKED = 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.
RGUCALE1 - FI-SL Distribution (ALE): Update the IDOC Field Assignment Table RGUCALE1 - FI-SL Distribution (ALE): Update the IDOC Field Assignment Table RGUC888M - Check Program for Variable and Fixed Field Movements RGUC888M - Check Program for Variable and Fixed Field Movements RGUC886A - documentation and ABAP source code RGUC886A - documentation and ABAP source code