SAP Reports / Programs

REA_BRE_TREE SAP ABAP Report - BRE: Report Tree







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

BTREE - Overview of BRE Programs


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 REA_BRE_TREE. "Basic submit
SUBMIT REA_BRE_TREE AND RETURN. "Return to original report after report execution complete
SUBMIT REA_BRE_TREE VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT REA_BRE_TREE

INCLUDE IBRECONST.


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:

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.



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