SAP Reports / Programs | Risk Analysis | Bank Components | Risk Analysis(IS-B-RA) SAP IS

RJBRSNDT SAP ABAP Report - Sensitivity: Display Single Values







RJBRSNDT 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 RJBRSNDT 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 RJBRSNDT. "Basic submit
SUBMIT RJBRSNDT AND RETURN. "Return to original report after report execution complete
SUBMIT RJBRSNDT 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_AGGR = Summarized Data Only
Selection Text: P_AKTDAT = Evaluation Date
Selection Text: P_BPX =
Selection Text: P_EVAL = Evaluation Type
Selection Text: P_FWAERX =
Selection Text: P_HORI = Horizon
Selection Text: P_INDEX =
Selection Text: P_LFZX =
Selection Text: P_PHID = Portfolio Hierarchy
Selection Text: P_PHKN = Portfolio Hierarchy Node
Selection Text: P_PROCR =
Selection Text: P_PROI =
Selection Text: P_PROV =
Selection Text: P_PROWP =
Selection Text: P_PROX =
Selection Text: P_RX1 =
Selection Text: P_RX2 =
Selection Text: P_RX3 =
Selection Text: S_SIMLF = Number of Simulation Run
Selection Text: S_RBSTD = Position Number
Selection Text: P_ZINSWX = Yield Curve Currency
Selection Text: P_ZINSKX = Yield Curve Type
Selection Text: P_WPPAP =
Selection Text: P_WAEHR = Evaluation Currency
Selection Text: P_VOLAX = Volatility Type
Selection Text: P_VARIAN = Display Variant
Selection Text: P_VALAR = D .
Selection Text: P_TWAERX = Target Currency
Selection Text: P_SZENA = Scenario
Selection Text: P_SICHT = View
Selection Text: P_SENSI = Display Sensitivity Factors
Selection Text: P_RZS2 =
Selection Text: P_RZS1 =
Selection Text: P_RX5 =
Selection Text: P_RX4 =
Title: Sensitivity: Display Single Values
Text Symbol: WB1 = ScPos
Text Symbol: VAL = Value Transactions





Text Symbol: UVB = Nint
Text Symbol: U02 = Change
Text Symbol: U01 = Selected Sensitivity Factor:
Text Symbol: 002 = Selection of Sensitivity Factors
Text Symbol: 008 = %
Text Symbol: 010 = Curve(s)
Text Symbol: 011 = YC Type
Text Symbol: 012 = Currency
Text Symbol: 013 = Currencies
Text Symbol: 014 = Fr.Crcy
Text Symbol: 015 = To Crcy
Text Symbol: 016 = Volatilities
Text Symbol: 017 = V.Type
Text Symbol: 018 = Term
Text Symbol: 019 = Rel. Shift
Text Symbol: 020 = Abs. Shift
Text Symbol: 021 = % Points
Text Symbol: 023 = Indexes
Text Symbol: 024 = SecIndex
Text Symbol: 033 = Securities
Text Symbol: 034 = Class
Text Symbol: AI1 = StInd
Text Symbol: ALL = All
Text Symbol: AUS = Create Output List
Text Symbol: BKK = BCA Acct
Text Symbol: BL1 = Selection of Transactions
Text Symbol: BL2 = Evaluation Parameters
Text Symbol: BL3 = Program Control
Text Symbol: CF1 = CF
Text Symbol: EG1 = ST
Text Symbol: H10 = View
Text Symbol: K02 = Portfolio Hierarchy
Text Symbol: K04 = Evaluation Date
Text Symbol: K05 = Evaluation Type
Text Symbol: K06 = Horizon of Evaluation
Text Symbol: K07 = Scenario
Text Symbol: K08 = Current Market Data
Text Symbol: K10 = Portfolio Hierarchy Node
Text Symbol: K11 = Characteristic





Text Symbol: K12 = Value
Text Symbol: KS1 = ABal
Text Symbol: L03 = Currency
Text Symbol: L09 = Trans.No./ID No.


INCLUDES used within this REPORT RJBRSNDT

INCLUDE RJBISVATOP.
INCLUDE RJBRPH02.
INCLUDE RJBRPH01.
INCLUDE RJBRIDX1.
INCLUDE RJBRVA01.


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:

RM_SVA_SELECTIONS_CHECK CALL FUNCTION 'RM_SVA_SELECTIONS_CHECK' EXPORTING i_eval = p_eval * I_RMDA = i_view = p_sicht i_phid = p_phid i_node = p_phkn i_curr = p_waehr i_date = p_aktdat i_hori = p_hori i_scen = p_szena * i_shift = * I_RHID = * I_RHNODE = i_aggronly = p_aggr EXCEPTIONS selection_error = 1 OTHERS = 2.

ISB_RM_GET_RMB_FOR_SICHT CALL FUNCTION 'ISB_RM_GET_RMB_FOR_SICHT' EXPORTING sicht = p_sicht IMPORTING rmbid = rmda EXCEPTIONS sicht_not_found = 1 OTHERS = 2.

RM_HSSPAR_FILL_FOR_SVA CALL FUNCTION 'RM_HSSPAR_FILL_FOR_SVA' EXPORTING i_analysis_type = '02' i_eval = p_eval i_rmda = rmda i_view = p_sicht i_phid = p_phid i_node = p_phkn i_curr = p_waehr i_date = p_aktdat i_hori = p_hori i_val_area = p_valar i_scen = p_szena * i_shift = * I_RHID = * I_RHNODE = * I_UNWIND = * I_CAL = * I_SAMPTYPE = * I_STARTDATE = * I_HISTDAY = i_aggronly = p_aggr IMPORTING e_spara_w = w_spara EXCEPTIONS OTHERS = 1.

RM_SENSI_FILL CALL FUNCTION 'RM_SENSI_FILL' EXPORTING i_xint = p_rx1 i_ictype = p_zinskx i_refcurr = p_zinswx i_xrelshift = p_rzs1 i_relshift = p_prox i_bpshift = p_bpx i_xcurr = p_rx2 i_fcurr = p_fwaerx i_tcurr = p_twaerx i_currshift = p_procr i_xsecu = p_rx5 i_secuid = p_wppap i_secushift = p_prowp i_xindex = p_rx4 i_index = p_index i_indexshift = p_proi i_xvola = p_rx3 i_vola = p_volax i_volatime = p_lfzx i_volashift = p_prov IMPORTING e_sensi_w = w_sensi EXCEPTIONS OTHERS = 1.

RM_SINGLE_VALUE_ANALYSIS CALL FUNCTION 'RM_SINGLE_VALUE_ANALYSIS' EXPORTING i_analysis_type = '02' i_spara_w = w_spara i_sensi_w = w_sensi * I_CHAR_SEL_T = i_pos_sel_t = s_rbstd[] i_simr_sel_t = s_simlf[] * I_PRLEVEL = i_disvar = p_varian i_xfact = p_sensi EXCEPTIONS OTHERS = 1.

RM_TCODE_AUTH_CHECK CALL FUNCTION 'RM_TCODE_AUTH_CHECK'.



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