SAP Reports / Programs | Asset/Liability Management | Bank Components | Asset/Liability Management(IS-B-SA-ALM) SAP IS

RJBRGAPN SAP ABAP Report - Gap Analysis







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


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 RJBRGAPN. "Basic submit
SUBMIT RJBRGAPN AND RETURN. "Return to original report after report execution complete
SUBMIT RJBRGAPN 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: 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





Text Symbol: 013 = Market Interest Rate
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: 022 = Alternat. By Intrinsic Value
Text Symbol: 023 = The gap report is not suitable for batch processing
Text Symbol: 024 = Use drilldown reporting for batch processing


INCLUDES used within this REPORT RJBRGAPN

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:

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.



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