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
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RGUGBR28 - VSR: Change the Message Class for Boolean Classes RGUGBR28 - VSR: Change the Message Class for Boolean Classes RGUGBR26 - Rule Manager: Conversion for Release 3.0 Boolean Rules RGUGBR26 - Rule Manager: Conversion for Release 3.0 Boolean Rules RGUGBR25 - Rule Manager: Generates Usages of Rules/Sets RGUGBR25 - Rule Manager: Generates Usages of Rules/Sets