SAP Reports / Programs | Financial Accounting | Special Purpose Ledger | Validation, Substitution and Rules(FI-SL-VSR) SAP FI

RGUGBR00 SAP ABAP Report - Generates ABAP Coding for Validations/Substitutions/Rules







RGUGBR00 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 RGUGBR00 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 RGUGBR00. "Basic submit
SUBMIT RGUGBR00 AND RETURN. "Return to original report after report execution complete
SUBMIT RGUGBR00 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_EVENT = Callup point
Selection Text: P_USER = Application area
Selection Text: X_MAINMD = Regenerate main program
Selection Text: X_RULE = Generate rules
Selection Text: X_RULE_U = Generate rule usage
Selection Text: X_SETS = Generate sets
Selection Text: X_SUBRT = Generate substn exp. routines
Selection Text: X_SUBRTA = Gen.substn routns in all clnts
Selection Text: X_SUBST = Generate substitutions
Selection Text: X_SUBS_U = Generate substitution usage
Selection Text: X_TABLES = Generate table file
Selection Text: X_VALID = Generate validations
Selection Text: X_VAL_U = Generate validation usage
Selection Text: X_W_TR = Trace prog. generate calls
Title: Generates ABAP Coding for Validations/Substitutions/Rules
Text Symbol: 038 = Master data read routine
Text Symbol: 037 = ----> FI-SL VSR <------
Text Symbol: 036 = use the subject area
Text Symbol: 035 = For problems with messages and search for notes
Text Symbol: 034 = !! Do not manually change or transport !!
Text Symbol: 033 = Substitutions and rules
Text Symbol: 032 = Generated code used by validations
Text Symbol: 031 = by the index pointing to the desired table
Text Symbol: 030 = This form retrieves a table name from the structure G_TAB_FLAG
Text Symbol: 027 = Where-used list for generation
Text Symbol: 002 = Data
Text Symbol: 003 = General routines
Text Symbol: 004 = Do not change Do NOT modify comment
Text Symbol: 005 = ** Translator note: see SAPFGBBE.
Text Symbol: 007 = Import table structures
Text Symbol: 008 = Import table structures
Text Symbol: 009 = Table structures are imported from memory
Text Symbol: 010 = Reset flag showing that table has been used
Text Symbol: 011 = Reset flag showing that table has been used
Text Symbol: 012 = Data structure for flag showing that table has been used
Text Symbol: 013 = Flag showing that table has been filled
Text Symbol: 014 = Include files for generated Boolean code
Text Symbol: 015 = Tables





Text Symbol: 016 = Data
Text Symbol: 017 = Set data
Text Symbol: 018 = Used-tables structure
Text Symbol: 019 = ** Translator note: see SAPFGBBE.
Text Symbol: 020 = ** Translator note: see SAPFGBBE.
Text Symbol: 021 = ** Translator note: see SAPFGBBE.
Text Symbol: 022 = ** Translator note: see SAPFGBBE.
Text Symbol: 023 = Generated by report RGUGBR00
Text Symbol: 024 = ** Translator note: see SAPFGBBE.
Text Symbol: 025 = ** Translator note: see SAPFGBBE.
Text Symbol: 026 = ABAP code generation


INCLUDES used within this REPORT RGUGBR00

INCLUDE FGBBGD00 .
INCLUDE FGBBGD01 .
INCLUDE FGBBGD02 .


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_VSR_GET_SYSTEM_TYPE CALL FUNCTION 'G_VSR_GET_SYSTEM_TYPE' IMPORTING x_fi = g_fi.

MESSAGES_ACTIVE CALL FUNCTION 'MESSAGES_ACTIVE' EXCEPTIONS not_active = 01.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.

ENQUEUE_ESRDIRE CALL FUNCTION 'ENQUEUE_ESRDIRE' EXPORTING name = lock_pool EXCEPTIONS foreign_lock = 1 system_failure = 2.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-026.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-027.

G_RULE_USAGE_ALL_REGEN CALL FUNCTION 'G_RULE_USAGE_ALL_REGEN' EXPORTING all = ' ' client = g_mandt.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-027.

G_VALIDATION_USAGE_ALL_REGEN CALL FUNCTION 'G_VALIDATION_USAGE_ALL_REGEN' EXPORTING all = ' ' client = g_mandt.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = text-027.

G_SUBSTITUTION_USAGE_ALL_REGEN CALL FUNCTION 'G_SUBSTITUTION_USAGE_ALL_REGEN' EXPORTING all = ' ' client = g_mandt.

DEQUEUE_ESRDIRE





CALL FUNCTION 'DEQUEUE_ESRDIRE' EXPORTING name = lock_pool.

MESSAGES_STOP CALL FUNCTION 'MESSAGES_STOP' " If flag set then don't stop or EXCEPTIONS " show them and they will be lost.

MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING show_linno = 'X' EXCEPTIONS inconsistent_range = 01 no_messages = 02.

G_BOOL_OBJECT_EXPORT_TO_MEMORY CALL FUNCTION 'G_BOOL_OBJECT_EXPORT_TO_MEMORY' EXPORTING memory_id = c_client_mem_id memory_object = g_mandt EXCEPTIONS object_export_error = 1 OTHERS = 2.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = 'RGUGBR00' dynumb = '1000' TABLES dynpfields = it_dynpfields.

F4IF_DETERMINE_SEARCHHELP CALL FUNCTION 'F4IF_DETERMINE_SEARCHHELP' EXPORTING tabname = 'RGBLO' fieldname = 'VALEVENT' IMPORTING shlp = ls_shlp.

F4IF_START_VALUE_REQUEST CALL FUNCTION 'F4IF_START_VALUE_REQUEST' EXPORTING shlp = ls_shlp TABLES return_values = it_return_values.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = 'RGUGBR00' dynumb = '1000' TABLES dynpfields = it_dynpfields.



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