RJBRGAPN 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 RJBRGAPN 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 = Average Positions
Selection Text: GAP_AW01 =
Selection Text: GAP_AW02 =
Selection Text: GAP_AW03 =
Selection Text: GAP_AW04 =
Selection Text: LIQUID = Valuation upto Liquidity Level
Selection Text: MZINS =
Selection Text: PZINS =
Selection Text: P_AGIO = Premium/Discount Processing
Selection Text: P_AKTDAT = Date of Evaluation
Selection Text: P_DELTA = Optional Instruments Valuation
Selection Text: P_EVAL = Evaluation Type
Selection Text: P_LZB = Maturity Band
Selection Text: P_PHID = Portfolio Hierarchy
Selection Text: P_PHKN = Portfolio Hierarchy Node
Selection Text: P_SICHT = View
Selection Text: RBMZINS = Market Interest Rate
Selection Text: RBPZINS = Product Interest Rate
Selection Text: RBX1 = Complete
Selection Text: RBX2 = Delta-Weighted
Selection Text: RBX3 = not
Selection Text: RBX4 = Alternative by Intrinsic Value
Selection Text: SBEST = Key Date Positions
Selection Text: VFAELLQ = Prepayment Quota
Selection Text: DATUM = Date of Evaluation
Title: Gap Analysis
Text Symbol: 001 = Gap Analysis
Text Symbol: 002 = Valuation of Optional Instruments
Text Symbol: 003 = Complete
Text Symbol: 004 = Delta-Weighted
Text Symbol: 005 = not
Text Symbol: 006 = Value Underlying:
Text Symbol: 007 = Evaluation of
Text Symbol: 008 = Evaluation Type
Text Symbol: 009 = Maturity Band
Text Symbol: 010 = Prepayment Quota
Text Symbol: 011 = Valuation upto Liquidity Level
Text Symbol: 012 = Product Interest Rate
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISB_RM_GAP_FOR_REPORT * CALL FUNCTION 'ISB_RM_GAP_FOR_REPORT' * 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.