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

RGUGBR16 SAP ABAP Report - Conversion of FI-SL Boolean Statements for Tables With Objects







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


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 RGUGBR16. "Basic submit
SUBMIT RGUGBR16 AND RETURN. "Return to original report after report execution complete
SUBMIT RGUGBR16 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_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 :


INCLUDES used within this REPORT RGUGBR16

INCLUDE FGBBGD00.


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:

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.



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