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

RGUGBR28 SAP ABAP Report - VSR: Change the Message Class for Boolean Classes







RGUGBR28 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 RGUGBR28 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 RGUGBR28. "Basic submit
SUBMIT RGUGBR28 AND RETURN. "Return to original report after report execution complete
SUBMIT RGUGBR28 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: X_TEST = Test run
Selection Text: OLD_ID = Old message class
Selection Text: NEW_ID = New message class
Selection Text: BOOL_CLS = Boolean class
Title: VSR: Change the Message Class for Boolean Classes
Text Symbol: MSG = Message class ;;
Text Symbol: MDT = Client ;;
Text Symbol: HD6 = Validations from other clients, which use the message class
Text Symbol: HD5 = Validations which use a message class that is to be replaced
Text Symbol: HD4 = Description ;;
Text Symbol: HD3 = Class ;;
Text Symbol: HD2 = Validation description ;;
Text Symbol: HD1 = Validation name ;;
Text Symbol: BOL = Boolean class ;;
Text Symbol: 012 = Confirmation prompt
Text Symbol: 011 = Do you really want to continue ??
Text Symbol: 010 = Other clients are affected
Text Symbol: 005 = The message class cannot be replaced since test session
Text Symbol: 004 = The message class is not used in validations
Text Symbol: 003 = You cannot replace the message class since the message class does not exist
Text Symbol: 002 = You cannot delete the message class since it is still used in validations
Text Symbol: 001 = Message class has been replaced or deleted


INCLUDES used within this REPORT RGUGBR28

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_VALIDATION_VIEW CALL FUNCTION 'G_VALIDATION_VIEW' EXPORTING VALIDATION = I_GB93-VALID.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING DEFAULTOPTION = 'N' TEXTLINE1 = TEXT-010 TEXTLINE2 = TEXT-011 TITEL = TEXT-012 IMPORTING ANSWER = CONTINUE_OK EXCEPTIONS OTHERS = 1.



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