RGUGBR16 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 RGUGBR16 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: P_FTABLE = Sender table
Selection Text: P_TTABLE = Receiver table
Selection Text: X_TEST = Test mode
Title: Conversion of FI-SL Boolean Statements for Tables With Objects
Text Symbol: 008 = Test conversion of Boolean statements
Text Symbol: 009 = Table GB931 Validation :
Text Symbol: 007 = Table GB922 Substitution :
Text Symbol: 001 = Conversion of Boolean statements
Text Symbol: 002 = Table GB901 Rule :
Text Symbol: 003 = Table T890 Rule :
Text Symbol: 004 = Table T893 Selection rule :
Text Symbol: 005 = Table T892U Substitution activity :
Text Symbol: 006 = Table GB01C Boolean class :
INCLUDE FGBBGD00.
No SAP DATABASE tables are accessed within this REPORT code!
MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE'.
MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING object = text-001 show_linno = space EXCEPTIONS no_messages = 1.
MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING object = text-008 show_linno = space EXCEPTIONS no_messages = 1.
G_MIGRATION_MOVEMENTS_GLU1 CALL FUNCTION 'G_MIGRATION_MOVEMENTS_GLU1' EXPORTING fromtable = from_table totable = to_table TABLES corr_fields = fields_only_lst.
G_MIGRATION_MOVEMENTS_READ CALL FUNCTION 'G_MIGRATION_MOVEMENTS_READ' EXPORTING add_flag = ' ' fromtable = from_table totable = to_table TABLES corr_fields = fields_only_lst lost_fields = fields_lost_lst new_fields = fields_new_lst EXCEPTIONS illegal_fromtable = 01 illegal_totable = 02.
G_FIELD_READ CALL FUNCTION 'G_FIELD_READ' EXPORTING fieldname = 'FIELDNAME' table = 'DFIES' IMPORTING field_attr = attributes EXCEPTIONS not_found = 1 OTHERS = 2.
G_FIELD_READ CALL FUNCTION 'G_FIELD_READ' EXPORTING fieldname = 'TABNAME' table = 'DFIES' IMPORTING field_attr = attributes EXCEPTIONS not_found = 1 OTHERS = 2.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING exception_if_not_active = ' ' arbgb = 'GB' msgty = p_msg_type msgv1 = p_boolid txtnr = '209'.
MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING exception_if_not_active = ' ' arbgb = 'GB' msgty = p_msg_type msgv1 = p_msg_v1 msgv2 = p_msg_v2 msgv3 = p_msg_v3 msgv4 = p_msg_v4 txtnr = p_msg_no.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RGUGBR16 - Conversion of FI-SL Boolean Statements for Tables With Objects RGUGBR16 - Conversion of FI-SL Boolean Statements for Tables With Objects RGUGBR15 - Utilities for Rules - Display Rule Type RGUGBR15 - Utilities for Rules - Display Rule Type RGUGBR11 - Rule Manager: Conversion to Generated Rules (T890 -> GB90) RGUGBR11 - Rule Manager: Conversion to Generated Rules (T890 -> GB90)