JBRBPBEST SAP (RM: Structure for JBRBEST + BP Supplements) Structure details

Dictionary Type: Structure
Description: RM: Structure for JBRBEST + BP Supplements




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




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

JBRBPBEST 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 JBRBEST + BP Supplements" 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_JBRBPBEST TYPE JBRBPBEST.

The JBRBPBEST table consists of various fields, each holding specific information or linking keys about RM: Structure for JBRBEST + BP Supplements data available in SAP. These include SICHTID (View of an Analysis Structure), BPID (Base Portfolio ID), WAEHRUNG ( Currency), CFART (Cash Flow 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: Can be enhanced (character-type or numeric)


SAP JBRBPBEST 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
WAEHRUNG Currency JBWAERCUKY5JBWAER
CFARTCash Flow Type JBRCFART_DCHAR3Assigned to domainJBRCFARTS_JBRCFART
OBJNRObject number for financial transactions JBOBJNRCHAR22Assigned to domainJ_OBJNR
APKENNZIndicator: Asset/Liability Transaction JBRAKTPASCHAR1JBRAKTPAS
BETRAGPosition - Nominal Amount JBBBBETRCURR17(2) WERTV9
DKAUFPREISAverage Purchase Price JBBDKPREISCURR17(2) WERTV9
MENGEPosition - Number of Units JBABMENGQUAN13(3) MENGE
MEINHEITUnit of Measure for Position JBSMPREIUNIT3Assigned to domainCUNITMEINS
SALDENARTControl Indicator for Balance Type JBSSARTCHAR3Assigned to domainJBSSART
SALDOAcct balance JBBSALDOCURR17(2) T_BETRAG
MANDTClient MANDTCLNT3T000MANDT
RKEY1Key field comprising 22 characters JBRKEY22CHAR22JBRKEY22
RKEY2Key field comprising 2 characters JBRKEY2CHAR2JBRKEY2
RANTYPContract Type RANTYPCHAR1RANTYP
SGSARTProduct Type VVSARTCHAR3TZPAVVSARTSANVVSART_APPL_BAS
SANLFProduct Category SANLFNUMC3TZAFVVSANLF
RANLSecurity ID Number VVRANLWCHAR13Assigned to domainALPHAWP_RANLRANSECURITY_F4
DBLFZStart of Term DBLFZDATS8DATUM
DELFZEnd of Term DELFZDATS8DATUM
SNOTTYPEQuotation type for option, future, security etc. TB_NOTTYPECHAR1T_NOTTYPE
SFGTYPTransaction Category TB_SFGTYPNUMC3AT01T_SFGTYP
ASTUECKNumber of units for unit-quoted securities ASTUECKDEC15(5) ASTUECK
BNOMINALNominal amount in position currency BNOMINALCURR15(2) WERTV8_TR
SBWHRPosition Currency/Transaction Currency TB_BWHRCUKY5TCURCWAERS
WGSCHFTCurrency of transaction TB_WGSCHFTCUKY5Assigned to domainWAERS
WGSCHFT1Currency of Outgoing Side TB_WGSCHF1CUKY5Assigned to domainWAERS
WGSCHFT2Currency of Incoming Side TB_WGSCHF2CUKY5Assigned to domainWAERS
RHANDPLExchange VVRHANDPLCHAR10Assigned to domainVVRHANDPLWHP
URGATTUnderlying ID for option/warrant/future TB_URGATTCHAR13Assigned to domainALPHAT_URGATT
DEFSZDate of fixed period end VVDEFSZDATS8DATUM
BSALDORemaining Balance of a Contract (Account) BSALDOCURR13(2) WERTV7
PKONDInterest rate as a percentage TB_PKONDDEC10(7) DECV3_7
IDXSecurities Index IDXCHAR10INDEXDCHAR10
SOFTYPOptions/futures category TI_SOFTYPNUMC2T_SOFTYP
XALKZShort name XALKZCHAR15XKBEZ
KKURSRate of Forex Transaction TB_KKURSDEC13(9) TB_KKURS
RLDEPOSecurities Account RLDEPOCHAR10Assigned to domainRLDEPODEPACC_CCD_CORE
DBESTANDPosition value date DBESTANDDATS8DATUM

Key field Non-key field



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

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

How to access SAP table JBRBPBEST

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