JBRSVGAPHEAD SAP (RM: Header Data (Saved Gap Evaluation Results)) Table details

Dictionary Type: Table
Description: RM: Header Data (Saved Gap Evaluation Results)




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




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

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

The JBRSVGAPHEAD table consists of various fields, each holding specific information or linking keys about RM: Header Data (Saved Gap Evaluation Results) data available in SAP. These include SAVE_ID (ID of a saved gap evaluation result), SAVE_TEXT (Short Name), RMBID (Analysis Structure), SICHTID (View of an Analysis Structure).. 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 JBRSVGAPHEAD 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
SAVE_TEXTShort Name JBXKBEZCHAR30JBXKBEZ
RMBIDAnalysis Structure JBRRMBIDCHAR4Assigned to domainJBRRMBIDRMAREA
SICHTIDView of an Analysis Structure JBRSICHTIDCHAR3Assigned to domainJBRSICHTIDSICHTID
PHIDPortfolio Hierarchy JBRPHIDNUMC3Assigned to domainJBRPHIDPHIDS_AFWCH_PH
PKNOTENNode in Portfolio Hierarchy JBRPKNOTENNUMC6Assigned to domainJBRPHKNIDRMPHNODE
DATUMALM: Horizon JBRSELDAT_ALMDATS8SYDATS
AUSWERTUNGID of Risk Management Evaluation JBREVAL_DCHAR4Assigned to domainJBREVAL
LZBMaturity Band JBRLZB_DCHAR4Assigned to domainALPHAJBRLZBLZBS_JBRLZB_LZBID
ANZGWEvaluation Currency for Gap Analysis JBRDISP_CURRCUKY5TCURCWAERS
P_DIMREPOutput Field as Checkbox CHKBOXCHAR1XFELD
MTASKMultitasking is active TV_MTASKCHAR1FLAG
GRPNAMELogon/Server Group Name RZLLI_APCLCHAR20RZLLI_ACN
MAXTSKSNatural Number INT4INT410INT4
SD_BESTANDKey Date or Average Position (Gap) JBRSDBESTCHAR1JBRSDBEST
DELTA_KNZTreatment of Options (Gap Evaluation) JBRKNZDELTCHAR1JBROPDELTA
AGIO_KNZProcessing Indicator for Premium/Discount JBRAGIOKNZCHAR1JBRAUSWEIS
NEG_ABL_KNZOutflow Indicator JBRNEGABLKNZCHAR1JBRABLKNZ
TERMINKURS_KNZGap Analysis: Currency Translation Indicator JBRTERMINKURSCHAR1JBRTERMKNZ
SZBMETHInterest Calculation Method SZBMETHCHAR1SZBMETH
SPREADAUSWEISProcessing Indicator for Spreads JBRSPREADKNZCHAR1JBRSPREADS
DETAILPROTDetailed Log JBRDETAILPROTCHAR1XFELD
PSAVERM Gap Analysis: Saving of Calculated Results JBRGAPSAVECHAR1JBRGAPSAVE
SZENWAHLSelection of Scenario or Scenario Progression JBRSZENWAHLCHAR1JBRSZENWAHL
SZENAScenario JBRSZENARICHAR10Assigned to domainT_SZENARIOSZES_VTVSZKO_SZENARIO
SZVERLAUFScenario Progression JBRSZVERLCHAR10Assigned to domainT_SZENVERL
BIL_CH_KF_KNZChange Balance Sheet Ind.for Complex Trans.in Gap Analysis JBRBILCHKFKNZCHAR1JBRBILCHKFKNZ
AMORT_CALCDetermine Write-Downs/Write-Ups JBRAMORT_CALCCHAR1XFELD
LFDNRRM Gap/ALM Sequence No. of a Scenario or Scen. Progression JBRLFNRCHAR5Assigned to domainJBRLFNR
CONVERT_TO_EUROIndicator for Conversion into Euro JBREUROCONVERTCHAR1AS4FLAG
SELDATALM: Evaluation Date JBREVALDAT_ALMDATS8SYDATS
EINZELWERTFLAGRM Gap Analysis: Single Value Analysis Indicator JBRSVFLAGCHAR1JBRSVFLAG
STAT_KNZDisplay Static Interest Rate or Product Interest Rate JBRSTATKNZCHAR1JBRSTATKNZ
OZ_FROMDetermination of Opportunity Interest Rate for ALM JBRGETOZCHAR1JBRGETOZ
GUV_LZBP+L Maturity Band JBRLZB_GUVCHAR4Assigned to domainALPHAJBRLZBLZBS_JBRLZB_LZBID
IND_LZBMaturity Band JBRLZB_DCHAR4Assigned to domainALPHAJBRLZBLZBS_JBRLZB_LZBID
GAPARTALM Valuation Type JBRGAPARTCHAR4Assigned to domainJBRGAPART
CRUSEREntered by TB_CRUSERCHAR12SYCHAR12
DCRDATEntered On TB_CRDATDATS8DATUM
TCRTIMEntry Time TB_TCRTIMTIMS6UZEIT
UPUSERLast Changed by TB_UPUSERCHAR12SYCHAR12
DUPDATChanged on TB_DUPDATDATS8DATUM
TUPTIMTime changed TB_TUPTIMTIMS6UZEIT

Key field Non-key field



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

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

SELECT SINGLE *
FROM JBRSVGAPHEAD
INTO CORRESPONDING FIELDS OF WA_JBRSVGAPHEAD
WHERE...

How to access SAP table JBRSVGAPHEAD

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