SAP Reports / Programs

RJBRSTDF SAP ABAP Report - OLD --- Create and Save Dataset







RJBRSTDF is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report is used to save the dataset...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 RJBRSTDF 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 RJBRSTDF. "Basic submit
SUBMIT RJBRSTDF AND RETURN. "Return to original report after report execution complete
SUBMIT RJBRSTDF 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_AKTDAT = Evaluation Date
Selection Text: P_EVAL = Evaluation Type
Selection Text: P_HORI = Horizon
Selection Text: P_PHID = Portfolio Hierarchy
Selection Text: P_PHKN = Portfolio Hierarchy Node
Selection Text: P_SICHT = View
Selection Text: P_SZEN = Scenario
Selection Text: P_WAEHR = Evaluation Currency
Title: OLD --- Create and Save Dataset
Text Symbol: 001 = Create and Save Dataset
Text Symbol: 002 = Dataset generation was terminated
Text Symbol: 003 = Note the error messages
Text Symbol: 100 = User Information
Text Symbol: 101 = This area is under construction
Text Symbol: 102 = This function is temporarily unavailable
Text Symbol: BL1 = Transaction Selection
Text Symbol: BL2 = Eval. Parameters
Text Symbol: BL3 = Program Control


INCLUDES used within this REPORT RJBRSTDF

No INCLUDES are used within this REPORT code!


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:

POPUP_TO_INFORM *CALL FUNCTION 'POPUP_TO_INFORM' * EXPORTING * TITEL = TEXT-100 * TXT1 = TEXT-101 * TXT2 = TEXT-102 ** TXT3 = ' ' ** TXT4 = ' ' * EXCEPTIONS * OTHERS = 1.

MESSAGES_INITIALIZE * CALL FUNCTION 'MESSAGES_INITIALIZE' ** exporting ** COLLECT_AND_SEND = ' ' ** RESET = 'X' ** LINE_FROM = '000' ** LINE_TO = '999' * EXCEPTIONS * OTHERS = 1.

ISB_RM_PH_GET * CALL FUNCTION 'ISB_RM_PH_GET' * EXPORTING * P_PHID = IS_JBRHSSPAR-PHID * P_SICHT = IS_JBRHSSPAR-SICHTID * TABLES * IT_JBRPHBAUM_F = IT_JBRPHBAUM_ALL * IT_HTEXT_TAB_F = IT_HTEXT_TAB_ALL * EXCEPTIONS * NO_HIERARCHY_FOUND = 1 * OTHERS = 2.

ISB_RM_PH_FOR_REP_GET * CALL FUNCTION 'ISB_RM_PH_FOR_REP_GET' * EXPORTING * P_PHID = IS_JBRHSSPAR-PHID * P_SICHT = IS_JBRHSSPAR-SICHTID * TABLES * IT_JBRPHBAUM_RED = IT_JBRPHBAUM_RED * IT_HTEXT_TAB_RED = IT_HTEXT_TAB_RED * IT_JBRPHBAUM_CALC = IT_JBRPHBAUM * IT_HTEXT_TAB_CALC = IT_HTEXT_TAB * IT_JBRRMREDFA = IT_JBRRMREDFA * IT_JBRPKNOLNW = IT_JBRPKNOLNW * IT_JBRBP_PH = IT_JBRBP * CHANGING * P_PKNOTEN = IS_JBRHSSPAR-PKNOTEN * EXCEPTIONS * NO_RMB_FOR_SI = 1 * ABNORMAL_PGM_EXEC = 2 * NO_TREE_FOR_PKNOTEN = 3 * NO_HIERARCHY_FOUND = 4 * OTHERS = 5.

ISB_EVAL_INIT * CALL FUNCTION 'ISB_EVAL_INIT' * EXPORTING * IS_JBRHSSPAR = IS_JBRHSSPAR * TABLES * I_REGELN = IT_JBRREGD * EXCEPTIONS * OTHERS = 1.

ISB_EVAL_SELECTION * CALL FUNCTION 'ISB_EVAL_SELECTION' * EXPORTING * IS_JBRHSSPAR = IS_JBRHSSPAR * TABLES * I_JBRBP = IT_JBRBP * E_JBRBPBEST = IT_JBRBPBEST * E_JBRBPBEWEG = IT_JBRBPBEWEG * E_JBRBPOPTI = IT_JBRBPOPTI * E_JBRBPUBEWEG = IT_JBRBPUBEWEG * EXCEPTIONS * OTHERS = 1.

ISB_EVAL_AGGREGATION *** CALL FUNCTION 'ISB_EVAL_AGGREGATION' ** EXPORTING ** IS_JBRHSSPAR = IS_JBRHSSPAR ** TABLES ** I_JBRBP = IT_JBRBP ** E_JBRBPBEST = IT_JBRBPBEST ** E_JBRBPBEWEG = IT_JBRBPBEWEG ** E_JBRBPOPTI = IT_JBRBPOPTI ** E_JBRBPUBEWEG = IT_JBRBPUBEWEG ** EXCEPTIONS ** OTHERS = 1.

ISB_EVAL_FILL_MSEG * CALL FUNCTION 'ISB_EVAL_FILL_MSEG' * EXPORTING * I_AUSWERTUNG = IS_JBRHSSPAR-AUSWERTUNG * TABLES * I_JBRBPBEST = IT_JBRBPBEST * E_JBRBPMSEG = IT_JBRBPMSEG * EXCEPTIONS * OTHERS = 1.

ISB_RM_DATA_HS_FREEZE ** CALL FUNCTION 'ISB_RM_DATA_HS_FREEZE' ** EXPORTING ** IS_JBRHSSPAR = IS_JBRHSSPAR ** TABLES ** IT_JBRBPBEST = IT_JBRBPBEST ** IT_JBRBPBEWEG = IT_JBRBPBEWEG ** IT_JBRBPOPTI = IT_JBRBPOPTI ** IT_JBRBPMSEG = IT_JBRBPMSEG ** IT_JBRBP = IT_JBRBP ** IT_JBRBPUBEWEG = IT_JBRBPUBEWEG ** IT_JBRPHBAUM_ALL = IT_JBRPHBAUM_ALL ** IT_HTEXT_TAB_ALL = IT_HTEXT_TAB_ALL ** IT_JBRPHBAUM_RED = IT_JBRPHBAUM_RED ** IT_HTEXT_TAB_RED = IT_HTEXT_TAB_RED ** IT_JBRPHBAUM_CALC = IT_JBRPHBAUM ** IT_JBRPKNOLNW = IT_JBRPKNOLNW ** EXCEPTIONS ** OTHERS = 1.

ISB_RM_DATA_HS_SAVE * CALL FUNCTION 'ISB_RM_DATA_HS_SAVE' * EXPORTING * IS_JBRHSSPAR = IS_JBRHSSPAR * TABLES * IT_JBRBPBEST = IT_JBRBPBEST * IT_JBRBPBEWEG = IT_JBRBPBEWEG * IT_JBRBPOPTI = IT_JBRBPOPTI * IT_JBRBPMSEG = IT_JBRBPMSEG * IT_JBRBP = IT_JBRBP * IT_JBRBPUBEWEG = IT_JBRBPUBEWEG * IT_JBRPHBAUM_ALL = IT_JBRPHBAUM_ALL * IT_HTEXT_TAB_ALL = IT_HTEXT_TAB_ALL * IT_JBRPHBAUM_RED = IT_JBRPHBAUM_RED * IT_HTEXT_TAB_RED = IT_HTEXT_TAB_RED * IT_JBRPHBAUM_CALC = IT_JBRPHBAUM * IT_JBRPKNOLNW = IT_JBRPKNOLNW * EXCEPTIONS * IMPORT_CATALOG_FAILED = 1 * EXPORT_CATALOG_FAILED = 2 * EXPORT_VERSION_FAILED = 3 * INSERT_DB_CATALOGENTRY_FAILED = 4 * OTHERS = 5.

POPUP_TO_INFORM * CALL FUNCTION 'POPUP_TO_INFORM' * EXPORTING * TITEL = TEXT-001 * TXT1 = TEXT-002 * TXT2 = TEXT-003 ** TXT3 = ' ' ** TXT4 = ' ' * EXCEPTIONS * OTHERS = 1.



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