JBVBG2 SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

JBVBG2 is a standard SAP Table View which is used to store Generated Table for View data and is available within R/3 SAP systems depending on the version and release level.

The JBVBG2 table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include GAPART (ALM Valuation Type), KBEZ (Short Name), DELTA_KNZ (Treatment of Options (Gap Evaluation)), AGIO_KNZ (Processing Indicator for Premium/Discount).. 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 JBVBG2 table view 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
GAPARTALM Valuation Type JBRGAPARTCHAR4JBRGAPART
KBEZShort Name JBXKBEZCHAR30JBXKBEZ
DELTA_KNZTreatment of Options (Gap Evaluation) JBRKNZDELTCHAR1JBROPDELTA
AGIO_KNZProcessing Indicator for Premium/Discount JBRAGIOKNZCHAR1JBRAUSWEIS
SPREADAUSWEISProcessing Indicator for Spreads JBRSPREADKNZCHAR1JBRSPREADS
NEG_ABL_KNZOutflow Indicator JBRNEGABLKNZCHAR1JBRABLKNZ
TERMINKURS_KNZGap Analysis: Currency Translation Indicator JBRTERMINKURSCHAR1JBRTERMKNZ
SZBMETHInterest Calculation Method in Gap JBRSZBMETHCHAR1SZBMETH
LZBMaturity Band JBRLZB_DCHAR4ALPHAJBRLZBLZBS_JBRLZB_LZBID
OZ_FROMDetermination of Opportunity Interest Rate for ALM JBRGETOZCHAR1JBRGETOZ
STAT_KNZDisplay Static Interest Rate or Product Interest Rate JBRSTATKNZCHAR1JBRSTATKNZ
SEXTGAPExternal Gap Analysis JBREXTKNZCHAR1JBREXTKNZ
EXDESTRM Gap: Destination for External Transaction Analysis JBRRFCDESTCHAR32RFCDEST
EXFUNCRM Gap: RFC - Function Name for External Trans. Analysis JBRRFCFNAMECHAR30FUNCNAME
CONVERT_TO_EUROIndicator for Conversion into Euro JBREUROCONVERTCHAR1AS4FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM JBVBG2
INTO CORRESPONDING FIELDS OF WA_JBVBG2
WHERE...

How to access SAP table JBVBG2

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