SAP Reports / Programs

BRF_REPAIR SAP ABAP Report - Repair of Dependent BRF Tables (TBRF200 and so on)







BRF_REPAIR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this report to create anew the contents of dependent tables of the Business Rule Framework (BRF) and therefore correct any existing errors that may exist...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter BRF_REPAIR 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 BRF_REPAIR. "Basic submit
SUBMIT BRF_REPAIR AND RETURN. "Return to original report after report execution complete
SUBMIT BRF_REPAIR 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_APPLCL = D .
Selection Text: P_TABLE = Adjust Dependent Tables
Selection Text: P_SIM = Simulation
Selection Text: P_SAP = SAP Objects
Selection Text: P_NOTRA = Suppress Transport
Selection Text: P_GROUP = Clean Up Groups
Selection Text: P_EXPR = Expressions in Expressions
Selection Text: P_DEL001 = Delete Orphaned Entries
Selection Text: P_CUST = Customer Objects
Selection Text: P_0RS001 = 0RS001: Rule Sets
Selection Text: P_0RL001 = 0RL001: Rules
Selection Text: P_0PM001 = 0PM001: Sample Recognition
Selection Text: P_0FB001 = 0FB001: SAP Formula
Title: Repair of Dependent BRF Tables (TBRF200 and so on)
Text Symbol: 107 = Table:
Text Symbol: 106 = BRF-Object:
Text Symbol: 105 = Output
Text Symbol: 104 = Transport
Text Symbol: 103 = Selection
Text Symbol: 102 = Namespace
Text Symbol: 101 = Basic Data
Text Symbol: 003 = Contents
Text Symbol: 002 = Name
Text Symbol: 001 = Field Name


INCLUDES used within this REPORT BRF_REPAIR

INCLUDE BRF_REPAIR_TOP . " GLOBAL DATA
INCLUDE BRF_REPAIR_MACROS.
INCLUDE BRF_REPAIR_MAIN.
INCLUDE BRF_REPAIR_FORMS.
INCLUDE BRF_REPAIR_REPAIR_0PM001F01.
INCLUDE BRF_REPAIR_REPAIR_0RL001F01.
INCLUDE BRF_REPAIR_REPAIR_0RS001F01.
INCLUDE BRF_REPAIR_REPAIR_DEL001F01.
INCLUDE BRF_REPAIR_REPAIR_EXPRESSIONS.
INCLUDE BRF_REPAIR_REPAIR_TABLES.
INCLUDE BRF_REPAIR_REPAIR_0FB001F01.
INCLUDE BRF_REPAIR_REPAIR_GROUPSF01.


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:

No SAP FUNCTION MODULES are executed within this report code!



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