JBRSENS SAP (Price types for sensitivity analysis) Structure details

Dictionary Type: Structure
Description: Price types for sensitivity analysis




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




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

JBRSENS 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 "Price types for sensitivity analysis" 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_JBRSENS TYPE JBRSENS.

The JBRSENS table consists of various fields, each holding specific information or linking keys about Price types for sensitivity analysis data available in SAP. These include WAERS (Currency of Yield Curve), SZKART (Yield Curve Type), NTAGE (Number of days), RELSHIFT (Indicator for relative interest rate shift).. 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 JBRSENS 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
ZSMETHShift Method JBRSMETHNUMC1JBRSMETH
WAERSCurrency of Yield Curve WAEHRCUKY5TCURCWAERS
SZKARTYield Curve Type JBSZKARTNUMC4JBD14JBSZKARTKURVENART
NTAGENumber of days JBNTAGEINT4INT410JBNTAGE
RELSHIFTIndicator for relative interest rate shift JBJRELCHAR1JBJREL
KURVPWShift all yield curves for one currency JBJKURVPWCHAR1JBJALL
KURVAWShift all yield curves for all currencies JBJKURVAWCHAR1JBJALL
REFERENZReference Interest Rate REFERENZCHAR10JBD15ZIREFKU
ZAKTIVActive Indicator for Price Ranges JBRAKTIVCHAR1XFELD
BASISPTSBasis point shift for sensitivity analysis JBRBPSHFDEC10(7) DECV3_7
ZKURSPPercentage shift for sensitivity analysis JBRPROZSHFDEC5(2) T_PROZVZ
FCURRFrom Currency TV_FCURRCUKY5TCURCWAERS
TCURRTo-Currency TV_TCURRCUKY5TCURCWAERS
ALLEFShift all foreign currencies for one target currency JBJALLEFCHAR1JBJALL
WAKTIVActive Indicator for Price Ranges JBRAKTIVCHAR1XFELD
WKURSPPercentage shift for sensitivity analysis JBRPROZSHFDEC5(2) T_PROZVZ
WPINDEXSecurities Index IDXCHAR10INDEXDCHAR10
ALLEIDXAll security indexes JBJAIXCHAR1JBJALL
IAKTIVActive Indicator for Price Ranges JBRAKTIVCHAR1XFELD
IKURSPROZPercentage shift for sensitivity analysis JBRPROZSHFDEC5(2) T_PROZVZ
ALLEWPKNRShift all security prices TV_AWPCHAR1JBJALL
WPKNRClass TI_RGATTCHAR13ALPHAT_RGATTT04
SAKTIVActive Indicator for Price Ranges JBRAKTIVCHAR1XFELD
SKURSPROZPercentage shift for sensitivity analysis JBRPROZSHFDEC5(2) T_PROZVZ
VOLARTVolatility Type TB_VOLARTCHAR3ATVO1T_VOLART
LFZEITTerm in Days TB_LFZEITNUMC10TV_LFZN
ALLEVOShift all volatilities JBJALLEVOCHAR1JBJALL
ALLELFZShift all volatility terms JBJALLELFZCHAR1JBJALL
VAKTIVActive Indicator for Price Ranges JBRAKTIVCHAR1XFELD
VOLAPPercentage shift for sensitivity analysis JBRPROZSHFDEC5(2) T_PROZVZ

Key field Non-key field



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

As JBRSENS 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 JBRSENS as there is no data to select.

How to access SAP table JBRSENS

Within an ECC or HANA version of SAP you can also view further information about JBRSENS 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!