JBRBPMSEG SAP (RM: Structure for JBRMSEG + Various) Structure details

Dictionary Type: Structure
Description: RM: Structure for JBRMSEG + Various




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




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

JBRBPMSEG 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 "RM: Structure for JBRMSEG + Various" 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_JBRBPMSEG TYPE JBRBPMSEG.

The JBRBPMSEG table consists of various fields, each holding specific information or linking keys about RM: Structure for JBRMSEG + Various data available in SAP. These include BPID (Base Portfolio ID), RKEY1 (Key field comprising 22 characters), RKEY2 (Key field comprising 2 characters), CALCVERF (Calculation Routines).. 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: Can be enhanced (character-type or numeric)


SAP JBRBPMSEG 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
SICHTIDView of an Analysis Structure JBRSICHTIDCHAR3Assigned to domainJBRSICHTIDSICHTID
BPIDBase Portfolio ID JBRBPIDCHAR12Assigned to domainJBRBPID
RKEY1Key field comprising 22 characters JBRKEY22CHAR22JBRKEY22
RKEY2Key field comprising 2 characters JBRKEY2CHAR2JBRKEY2
CALCVERFCalculation Routines TV_CALCVCHAR4Assigned to domainT_CALCV
BCURVEBid valuation curve type for mark-to-market TB_BCURVENUMC4Assigned to domainJBSZKART
BCURVEBAsk Valuation Curve: Mark-to-Market TB_BCURVEBNUMC4Assigned to domainJBSZKART
KURSTGExchange rate type bid TB_KURSTGCHAR4Assigned to domainKURST
KURSTBExchange rate type ask TB_KURSTBCHAR4Assigned to domainKURST
DVOLARTBVolatility Type 'Ask Rates' for Foreign Exchange TB_VOLARTBCHAR3Assigned to domainT_VOLART
DVOLARTGVolatility Type 'Bid Rates' for Foreign Exchange TB_VOLARTGCHAR3Assigned to domainT_VOLART
ZVOLARTBVolatility Type 'Ask' for Interest Rates TB_ZVOLARBCHAR3Assigned to domainT_VOLART
ZVOLARTGVolatility Type 'Bid' for Interest Rates TB_ZVOLARGCHAR3Assigned to domainT_VOLART
WVOLARTBVolatility Type 'Ask' for Securities TB_WVOLARBCHAR3Assigned to domainT_VOLART
WVOLARTGVolatility Type 'Bid' for Securities TB_WVOLARGCHAR3Assigned to domainT_VOLART
SVOLARTVolatility Type for Convexity Adjustment TB_SVOLARTCHAR3Assigned to domainT_VOLART
XCONVADJCalculate convexity adjustment? TV_XCONVCHAR1CHAR001
WPKURSARTSecurity price type for evaluations TB_WKURSACHAR2Assigned to domainVVSKURSART
WPPVARTCalculate Theoretical NPV TV_WPVARTCHAR1XFELD
WKTAGEMaximum age of historical price in days TV_WKTAGEDEC3TV_ALTER
RWORKMODUSDatafeed: Operating mode function module TB_MODUSCHAR1T_BUFMODUS
FEEDNAMEMarket Data: Data Provider TB_DFNAMECHAR10Assigned to domainT_DFCHAR10DLNAME
XHOR_CASHFIs cash flow at horizon included in NPV? TV_XHOR_CFCHAR1XFELD
IDXARTIndex Type IDXARTCHAR2CHAR2
BFARTBeta Factor Type JBRBFART_DCHAR3Assigned to domainJBRBFART

Key field Non-key field



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

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

How to access SAP table JBRBPMSEG

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