JBRCFEV SAP (Cash Flow Evaluation - Assignment) Table details

Dictionary Type: Table
Description: Cash Flow Evaluation - Assignment




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




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

JBRCFEV is a standard SAP Table which is used to store Cash Flow Evaluation - Assignment data and is available within R/3 SAP systems depending on the version and release level.

The JBRCFEV table consists of various fields, each holding specific information or linking keys about Cash Flow Evaluation - Assignment data available in SAP. These include AUSWERTUNG (ID of Risk Management Evaluation), CFART (Cash Flow Type), SZKARTG (Bid valuation curve type for mark-to-market), SZKARTB (Ask Valuation Curve: Mark-to-Market).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Not classified


SAP JBRCFEV 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 MANDTCLNT3T000MANDT
AUSWERTUNGID of Risk Management Evaluation JBREVAL_DCHAR4JBREVALJBREVAL
CFARTCash Flow Type JBRCFART_DCHAR3JBRCFARTJBRCFARTS_JBRCFART
SZKARTGBid valuation curve type for mark-to-market TB_BCURVENUMC4Assigned to domainJBSZKART
SZKARTBAsk Valuation Curve: Mark-to-Market TB_BCURVEBNUMC4Assigned to domainJBSZKART
SZKARTMMiddle valuation curve: Mark-to-market TB_BCURVEMNUMC4Assigned to domainJBSZKART
KURSTGExchange rate type bid TB_KURSTGCHAR4Assigned to domainKURST
KURSTBExchange rate type ask TB_KURSTBCHAR4Assigned to domainKURST

Key field Non-key field



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

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

SELECT SINGLE *
FROM JBRCFEV
INTO CORRESPONDING FIELDS OF WA_JBRCFEV
WHERE...

How to access SAP table JBRCFEV

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