JBRSVGAPRES2 SAP (RM: Saved Gap Evaluation Results) Table details

Dictionary Type: Table
Description: RM: Saved Gap Evaluation Results




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




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

JBRSVGAPRES2 is a standard SAP Table which is used to store RM: Saved Gap Evaluation Results data and is available within R/3 SAP systems depending on the version and release level.

The JBRSVGAPRES2 table consists of various fields, each holding specific information or linking keys about RM: Saved Gap Evaluation Results data available in SAP. These include SAVE_ID (ID of a saved gap evaluation result), SICHTID (View of an Analysis Structure), BPID (Base Portfolio ID), WAERS (Currency Key).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP JBRSVGAPRES2 table 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 MANDTCLNT3Assigned to domainMANDT
SAVE_IDID of a saved gap evaluation result JBRSVGAPIDNUMC12JBRGAPSVIDXS_JBRSVGAPHEAD_SAVEID
SICHTIDView of an Analysis Structure JBRSICHTIDCHAR3Assigned to domainJBRSICHTIDSICHTID
BPIDBase Portfolio ID JBRBPIDCHAR12Assigned to domainJBRBPID
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
RSIMBSTDInternal Number for Position of Generic Transactions JBRIDBSTDCHAR20Assigned to domainALPHAJBRIDBSTDRIDBSTDS_JBRDBRTBSTD_RIDBSTDEXT
RSIMLFNRNumber of a Simulation Run or Planning Run JBRSIMLFNRCHAR12ALPHAJBRSIMLFNRRMSIMRS_JBRSIMLFNR
AKTPASSRM Gap Analysis: Assignment of Flow to Side of Balance Sheet JBRBILBEWECHAR1JBRBILBEWE
LIQUIDLiquidity of a Cash Flow JBRLIQCHAR1JBRLIQ
DATUMDate of a Flow for Gap Analysis JBRGAPDATDATS8SYDATS
ZINSKAPBIndicator for Interest or Capital Commitment JBRZKBCHAR1JBRZKB
ZINSTILGIndicator for Interest Cash Flow or Repayment Cash Flow JBRZTKNZCHAR1JBRZTKNZ
SPECIALEVEvaluation-Specific Special Processing JBRSPEVCHAR8JBRSPEV
PROCESS_CTRLControl Flag for Postprocessing (Gap/Interest Result) JBRSPPROCESSCHAR2JBRSPPROCESS
LFDNRRM Gap/ALM Sequence No. of a Scenario or Scen. Progression JBRLFNRCHAR5Assigned to domainJBRLFNR
WAERSKNZALM: Indicator for Local or Transaction Currency JBRWAERSKNZCHAR1JBRWAERSKNZ
BETRAGPOSPositive Key Date Amount (Gap) JBRGAPBETPCURR17(2) WERTV9
BETRAGNEGNegative Key Date Amount (Gap) JBRGAPBETNCURR17(2) WERTV9
BETRAGPOS_AWPositive Key Date Amount (Gap) JBRGAPBETPCURR17(2) WERTV9
BETRAGNEG_AWNegative Key Date Amount (Gap) JBRGAPBETNCURR17(2) WERTV9
ZINSVOLPOSInterest Volume of Positive Key Date Amount (Gap) JBRGAPZIVPCURR19(2) WERTV10
ZINSVOLNEGInterest Volume of Negative Key Date Amount (Gap) JBRGAPZIVNCURR19(2) WERTV10
ZEFFVOLPOSEffective Interest Volume of Positive Key Date Amount (Gap) JBRGAPZEVPCURR19(2) WERTV10
ZEFFVOLNEGEffective Interest Volume of Negative Key Date Amount (Gap) JBRGAPZEVNCURR19(2) WERTV10
ZOPPVOLPOSOpportunity Volume of Positive Key Date Amount (Gap) JBRGAPZOVPCURR19(2) WERTV10
ZOPPVOLNEGOpportunity Volume of Negative Key Date Amount (Gap) JBRGAPZOVNCURR19(2) WERTV10
ZINSERGEBNIS_GWInterest Result Amount (Product Rate)in Transaction Currency JBRZEBETRAGGWCURR17(2) JBRZEBETRAG
ZINSERGEBNIS_AWInterest Result Amount (Product Rate)in Evaluation Currency JBRZEBETRAGAWCURR17(2) JBRZEBETRAG
ABSCHRRM: ALM Write-Down Amount JBRABSCHRBETRCURR17(2) WERTV9
ZUSCHRRM: ALM Amount of Write-Up JBRZUSCHRBETRCURR17(2) WERTV9
REALIZEDRM: ALM Realized Profit/Loss Amount JBRREALBETRCURR17(2) WERTV9
RESERVERM: ALM Amount of Hidden Reserve JBRRESBETRCURR17(2) WERTV9
RUECKSTRM: ALM Provision Amount JBRRUECKSTBETRCURR17(2) WERTV9
BUCHWERTRM: ALM Book Value JBRBUCHWERTCURR17(2) WERTV9

Key field Non-key field



How do I retrieve data from SAP table JBRSVGAPRES2 using ABAP code

The following ABAP code Example will allow you to do a basic selection on JBRSVGAPRES2 to SELECT all data from the table
DATA: WA_JBRSVGAPRES2 TYPE JBRSVGAPRES2.

SELECT SINGLE *
FROM JBRSVGAPRES2
INTO CORRESPONDING FIELDS OF WA_JBRSVGAPRES2
WHERE...

How to access SAP table JBRSVGAPRES2

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