JBVBG0TEMP SAP (Generated Table for View) Table View details

Dictionary Type: Table View
Description: Generated Table for View




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




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

JBVBG0TEMP 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 JBVBG0TEMP table consists of various fields, each holding specific information or linking keys about Generated Table for View data available in SAP. These include AUSWT (Evaluation type in Risk Management), DELTA_KNZ (Treatment of Options (Gap Evaluation)), AGIO_KNZ (Processing Indicator for Premium/Discount), NEG_ABL_KNZ (Outflow Indicator).. 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 JBVBG0TEMP 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
AUSWTEvaluation type in Risk Management TV_AUSWTCHAR4JBREVALJBREVAL
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 in Gap JBRSZBMETHCHAR1SZBMETH
SPREADAUSWEISProcessing Indicator for Spreads JBRSPREADKNZCHAR1JBRSPREADS
FAELLSZENAUSWEISGap Analysis: Display of JBRFAELLKNZCHAR1JBRAUSWEIS
SOPPZINSGap: Indicator for Opportunity Interest Rate JBROZKNZCHAR1XFELD
SEFFZINSGAP effective interest rate indicator JBREZKNZCHAR1XFELD
SDATUMGAP date indicator JBRDATKNZCHAR1JBRDATKNZ
SEXTGAPExternal Gap Analysis JBREXTKNZCHAR1JBREXTKNZ

Key field Non-key field



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

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

SELECT SINGLE *
FROM JBVBG0TEMP
INTO CORRESPONDING FIELDS OF WA_JBVBG0TEMP
WHERE...

How to access SAP table JBVBG0TEMP

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