JBRSENPAR SAP (Parameters for Sensitivity Evaluations) Structure details

Dictionary Type: Structure
Description: Parameters for Sensitivity Evaluations




ABAP Code to SELECT data from JBRSENPAR
Related tables to JBRSENPAR
Access table JBRSENPAR




Structure field list including key, data, relationships and ABAP select examples

JBRSENPAR is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Parameters for Sensitivity Evaluations" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_JBRSENPAR TYPE JBRSENPAR.

The JBRSENPAR table consists of various fields, each holding specific information or linking keys about Parameters for Sensitivity Evaluations data available in SAP. These include PROZX (Percentage increment in valuation grid), ANZX (No. points per axis in valuation grid), P_ZINSX (Radio button), SZKARTX (Yield Curve Type).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP JBRSENPAR structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
P_DIMREPOutput Field as Checkbox CHKBOXCHAR1XFELD
PROZXPercentage increment in valuation grid JBPGPRODEC5(2) T_PROZOVZ
ANZXNo. points per axis in valuation grid JBAANZINT13JBAANZ
P_ZINSXRadio button RBUTTONCHAR1RBUTTON
SZKARTXYield Curve Type JBSZKARTNUMC4Assigned to domainJBSZKARTKURVENART
WWAERXCurrency JBWWAERCUKY5Assigned to domainWAERS
P_WAERXRadio button RBUTTONCHAR1RBUTTON
FWAERXFrom currency FCURRCUKY5Assigned to domainWAERS
TWAERXTo Currency TCURR_DCUKY5Assigned to domainWAERS
P_INDEXRadio button RBUTTONCHAR1RBUTTON
INDEXXSecurities Index IDXCHAR10CHAR10
P_VOLAXRadio button RBUTTONCHAR1RBUTTON
VOLAXVolatility Type TB_VOLARTCHAR3Assigned to domainT_VOLART
LFZXTerm in Days TB_LFZEITNUMC10TV_LFZN
P_ZINSYRadio button RBUTTONCHAR1RBUTTON
SZKARTYYield Curve Type JBSZKARTNUMC4Assigned to domainJBSZKARTKURVENART
WWAERYCurrency JBWWAERCUKY5Assigned to domainWAERS
P_WAERYRadio button RBUTTONCHAR1RBUTTON
FWAERYFrom currency FCURRCUKY5Assigned to domainWAERS
TWAERYTo Currency TCURR_DCUKY5Assigned to domainWAERS
P_INDEYRadio button RBUTTONCHAR1RBUTTON
INDEXYSecurities Index IDXCHAR10CHAR10
P_VOLAYRadio button RBUTTONCHAR1RBUTTON
VOLAYVolatility Type TB_VOLARTCHAR3Assigned to domainT_VOLART
LFZYTerm in Days TB_LFZEITNUMC10TV_LFZN
PROZYPercentage increment in valuation grid JBPGPRODEC5(2) T_PROZOVZ
ANZYNo. points per axis in valuation grid JBAANZINT13JBAANZ
FREEZEIndicator: Freeze Dataset Yes/No JBRFREEZECHAR1X
RBRELSHIFTRadio Button for Relative Shift of Yield Curve JBRRBRELSHCHAR1RBUTTON
PROZSHIFTPercentage shift for sensitivity analysis JBRPROZSHFDEC5(2) T_PROZVZ
RBABSSHIFTRadio Button for Absolute Shift of Yield Curve JBRRBABSSHCHAR1RBUTTON
BPSHIFTBasis point shift for sensitivity analysis JBRBPSHFDEC10(7) DECV3_7
PROZ_CRPercentage Change in Exchange Rate for Sensitivity Analysis JBRPROCRDEC5(2) T_PROZVZ
PROZ_IXPercentage shift for sensitivity analysis JBRPROZSHFDEC5(2) T_PROZVZ
PROZ_VOLAPercentage Change in Volatility for Sensitivity Analysis JBRPROVOLADEC5(2) T_PROZVZ

Key field Non-key field



How do I retrieve data from SAP structure JBRSENPAR using ABAP code?

As JBRSENPAR is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on JBRSENPAR as there is no data to select.

How to access SAP table JBRSENPAR

Within an ECC or HANA version of SAP you can also view further information about JBRSENPAR and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!