RJBRSTDG 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 RJBRSTDG into the relevant SAP transactions such as SE38 or SE80
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.
Selection Text: DBEST =
Selection Text: GAP_AW01 =
Selection Text: GAP_AW02 =
Selection Text: GAP_AW03 =
Selection Text: GAP_AW04 =
Selection Text: LIQUID =
Selection Text: MZINS =
Selection Text: PZINS =
Selection Text: P_AGIO = Premium/Discount Processing
Selection Text: P_AKTDAT = Date of Evaluation
Selection Text: P_DELTA = Valuation of Options
Selection Text: P_EVAL = Evaluation Type
Selection Text: P_LZB = Maturity Band
Selection Text: P_STAND = Saved Dataset
Selection Text: SBEST =
Title: Value Saved Dataset: Gap
Text Symbol: U02 = Change
Text Symbol: U01 = Selected Price Area:
Text Symbol: LEL = List does not contain data
Text Symbol: L08 = Profit/Loss
Text Symbol: L07 = Simul. NPV
Text Symbol: L05 = Current NPV
Text Symbol: L03 = Currency
Text Symbol: 001 = Gap Analysis
Text Symbol: 010 = Yield Curve(s)
Text Symbol: 011 = YC Type
Text Symbol: 012 = Currency
Text Symbol: 013 = Currencies
Text Symbol: 014 = Fr.Crcy
Text Symbol: 015 = Average Positions
Text Symbol: 016 = Key Date Positions
Text Symbol: 017 = Required Evaluations
Text Symbol: 018 = Position Evaluation
Text Symbol: 019 = Maturity Eval.
Text Symbol: 020 = Cash Flow Evaluation
Text Symbol: 021 = Liquidity Evaluation
Text Symbol: 023 = Stock Indexes
Text Symbol: 024 = Securities Index
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
MESSAGES_INITIALIZE * CALL FUNCTION 'MESSAGES_INITIALIZE'.
ISB_RM_DATA_HS_UNFREEZE *CALL FUNCTION 'ISB_RM_DATA_HS_UNFREEZE' * EXPORTING * ID_STAND = ID_STAND * IMPORTING * IS_JBRHSSPAR = IS_HSSPAR * IT_SFGDT = IT_SFGDT * TABLES * IT_JBRBP = IT_BP * IT_JBRPHBAUM = IT_JBRPHBAUM * IT_HTEXT_TAB = IT_H_TEXT * IT_JBRZUORDN = IT_ZUORDN * EXCEPTIONS * NO_SUCH_STAND = 1 * OTHERS = 2.
RM_FG_EVAL_ENRICH *CALL FUNCTION 'RM_FG_EVAL_ENRICH' * EXPORTING * SPARA = IS_HSSPAR * TABLES * M_SFGDT = IT_SFGDT * EXCEPTIONS * OTHERS = 1.
ISB_RM_GAP_FOR_REPORT_2 * CALL FUNCTION 'ISB_RM_GAP_FOR_REPORT_2' * EXPORTING * IS_JBRGAPPARA = ST_JBRGAPPARA * TABLES ** I_CRIT_SELTAB = * E_JBRRPGAP = IT_JBRRPGAP * E_JBRPHBAUM = IT_JBRPHBAUM * E_HTEXT_TAB = IT_HTEXT_TAB ** E_JBRBP = * EXCEPTIONS * PARAMETERS_ERROR = 1 * BP_SELECTION_ERROR = 2 * NO_GAP_DATA = 3 * OTHERS = 4.
ISB_GAP_LIST_JBRRPGAP * CALL FUNCTION 'ISB_GAP_LIST_JBRRPGAP' * EXPORTING * IS_JBRGAPPARA = ST_JBRGAPPARA * TABLES * I_JBRRPGAP = IT_JBRRPGAP * I_JBRPHBAUM = IT_JBRPHBAUM * I_HTEXT_TAB = IT_HTEXT_TAB * EXCEPTIONS * OTHERS = 1.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.