JBRBEST SAP (General Risk Management position structure) Structure details

Dictionary Type: Structure
Description: General Risk Management position structure




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




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

JBRBEST 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 "General Risk Management position structure" 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_JBRBEST TYPE JBRBEST.

The JBRBEST table consists of various fields, each holding specific information or linking keys about General Risk Management position structure data available in SAP. These include RKEY1 (Key field comprising 22 characters), RKEY2 (Key field comprising 2 characters), RANTYP (Contract Type), SGSART (Product 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 JBRBEST 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
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 JBRBEST using ABAP code?

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

How to access SAP table JBRBEST

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