REA_BRE_TREE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Backlog Reduction Engine (BRE) BRE is a tool that allows you to effectively monitor and systematically clean up errors that have terminated billing in mass runs...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 REA_BRE_TREE into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
BTREE - Overview of BRE Programs
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.
Title: BRE: Report Tree
Text Symbol: 015 = Statistics for Statist. Sets
Text Symbol: 014 = Display Error Extract
Text Symbol: 013 = Process Error Extract
Text Symbol: 012 = Check Correction Modules
Text Symbol: 011 = Delete BRE Tables
Text Symbol: 010 = Overview of BRE Run
Text Symbol: 009 = Overview: Extract Creation
Text Symbol: 008 = Detailed Error Analysis
Text Symbol: 007 = Analysis of Billing Error
Text Symbol: 006 = BRE Parallel Execution
Text Symbol: 005 = Backlog Reduction Engine
Text Symbol: 004 = Extract Creation Dyn. Sets
Text Symbol: 003 = BRE Standard Execution
Text Symbol: 002 = Agent Determination
Text Symbol: 001 = Solution Paths
Text Symbol: 016 = Inbox for Agent
Text Symbol: S04 = Reorganization
Text Symbol: S03 = Analysis
Text Symbol: S02 = Execution
Text Symbol: S01 = Customizing
Text Symbol: 028 = Overview Stat. Extr.Generation
Text Symbol: 027 = Update Obselete Extracts
Text Symbol: 026 = Determine Plnd BillDate
Text Symbol: 025 = Total Log Parallel BRE Run
Text Symbol: 022 = Delete Agent Determination
Text Symbol: 021 = Solutions: Check Solution Pths
Text Symbol: 020 = Causes: Check Solution Paths
Text Symbol: 019 = Extract: Check Solution Paths
Text Symbol: 018 = Eval. Log from Mass Run
Text Symbol: 017 = Extract Creation for Stat.Sets
INCLUDE IBRECONST.
No SAP DATABASE tables are accessed within this REPORT code!
RS_TREE_CONSTRUCT CALL FUNCTION 'RS_TREE_CONSTRUCT' EXPORTING INSERT_ID = '000000' RELATIONSHIP = ' ' TABLES NODETAB = NLIST EXCEPTIONS TREE_FAILURE = 01 ID_NOT_FOUND = 02 WRONG_RELATIONSHIP = 03.
RS_TREE_LIST_DISPLAY CALL FUNCTION 'RS_TREE_LIST_DISPLAY' EXPORTING CALLBACK_PROGRAM = CALLBACK_PROGRAM CALLBACK_USER_COMMAND = 'NODE_SELECT' CALLBACK_TEXT_DISPLAY = ' ' CALLBACK_COLOR_DISPLAY = ' ' STATUS = 'OWN' CHECK_DUPLICATE_NAME = '0' COLOR_OF_LINK = '2' COLOR_OF_NODE = '4' LOWER_CASE_SENSITIVE = ' ' MODIFICATION_LOG = ' ' RETURN_MARKED_SUBTREE = ' ' SUPPRESS_NODE_OUTPUT = 'X'.
RS_TREE_PUSH CALL FUNCTION 'RS_TREE_PUSH'.
RS_TREE_POP CALL FUNCTION 'RS_TREE_POP'.
DOCU_CALL CALL FUNCTION 'DOCU_CALL' EXPORTING DISPL = 'X' DISPL_MODE = '2' ID = 'RE' LANGU = SY-LANGU OBJECT = DOC_OBJECT EXCEPTIONS OTHERS = 1.
DSYS_SHOW CALL FUNCTION 'DSYS_SHOW' EXPORTING DOKCLASS = 'TX' DOKLANGU = SY-LANGU DOKNAME = DOKNAME EXCEPTIONS OBJECT_NOT_FOUND = 01 CLASS_UNKNOWN = 02.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
REA_BRE_TREE - BRE: Report Tree REA_BRE_TREE - BRE: Report Tree REA_BRE_CLEAR_TABLES - BRE: Reorganization / Deletion of Tables!! Caution !! REA_BRE_CLEAR_TABLES - BRE: Reorganization / Deletion of Tables!! Caution !! REA_BIMDATDELETE_FORM01 - Include REA_BIMDATDELETE_FORM01 REA_BIMDATDELETE_FORM00 - Include REA_BIMDATDELETE_FORM00