I_JVACarriedInterest

DDL: I_JVACARRIEDINTEREST SQL: IJVACARRINTRST Type: view BASIC Package: GJVA_UI_BACKEND

Carried Interest

I_JVACarriedInterest (Basic)

Package: Explore, extend and adapt the SAP S/4HANA Cloud Public Edition with built-in and side-by-side extension capabilities.

Cross Applications

I_JVACarriedInterest is a Basic CDS View that provides data about "Carried Interest" in SAP S/4HANA. It reads from 1 data source (t8j2c) and exposes 13 fields with key fields CompanyCode, JointVenture, JointVentureEquityGroup, JointVentureCarriedPartner, JointVentureCarryingPartner. It has 7 associations to related views. Part of development package GJVA_UI_BACKEND.

SAP Help Documentation

CategoryCDS Views for Joint Venture Accounting
StatusReleased
Purpose
This CDS view retrieves carried interest data of joint ventures (table: T8J2C). This CDS view provides the data to answer the following business question: How to get carried interest data for joint ventures? To help you decide which CDS view to use for your purposes, SAP has introduced the annotation ObjectModel.supportedCapabilities that indicates the most appropriate use cases for each CDS view. To find out what use cases are best supported by this CDS view, access the entry of the CDS view in the View Browser app and find the values for this annotation under the Annotation tab. For more information, see Supported Capabilities for CDS Views .

Prerequisites
Carried interest share table T8J2C details must be maintained in the configuration. Authorizations Users who want to use this CDS view must have the following authorization objects assigned: J_JVA_VNT (Joint Venture Accounting)

View on SAP Help Portal →

SAP API Hub

CategoryBasic
StateC1
Line of BusinessCross Applications
Application ComponentCA-JVA
CapabilitiesData Source in SQL Select,Association Target for Defining CDS Entities,Data Source for Defining CDS Entities,Enabled for UI Consumption
Extensible (Key User)No
Extensible (Developer)No
Release State (Key User)Released
Release State (Developer)Released
PackageCross Applications for SAP S/4HANA Cloud Public Edition
Description <p>This CDS view retrieves carried interest data of joint ventures (table: T8J2C).</p> <p>This CDS view provides the data to answer the following business question:</p> <p>How to get carried interest data for joint ventures? </p> <p>To help you decide which CDS view to use for your purposes, SAP has introduced the annotation ObjectModel.supportedCapabilities that indicates the most appropriate use cases for each CDS view. To find out what use cases are best supported by this CDS view, access the entry of the CDS view in the View Browser app and find the values for this annotation under the Annotation tab. For more information, see Supported Capabilities for CDS Views.</p>

Documentation

Data Sources (1)

SourceAliasJoin Type
t8j2c t8j2c from

Associations (7)

CardinalityTargetAliasCondition
[1..1] I_CompanyCode _CompanyCode $projection.CompanyCode = _CompanyCode.CompanyCode
[1..1] I_JointVentureMasterFld _JointVentureMasterFld $projection.CompanyCode = _JointVentureMasterFld.CompanyCode and $projection.JointVenture = _JointVentureMasterFld.JointVenture
[1..1] I_JointVentureDesc _JointVentureDesc $projection.JointVenture = _JointVentureDesc.JointVenture and $projection.CompanyCode = _JointVentureDesc.CompanyCode and _JointVentureDesc.Language = $session.system_language
[1..1] I_JntVntrEquityGrp _JntVntrEquityGrp $projection.CompanyCode = _JntVntrEquityGrp.CompanyCode and $projection.JointVenture = _JntVntrEquityGrp.JointVenture and $projection.JointVentureEquityGroup = _JntVntrEquityGrp.JntOpgAgrmtEquityGrp
[1..1] I_JntVntrEquityGrpText _JntVntrEquityGrpText $projection.CompanyCode = _JntVntrEquityGrpText.CompanyCode and $projection.JointVenture = _JntVntrEquityGrpText.JointVenture and $projection.JointVentureEquityGroup = _JntVntrEquityGrpText.JntOpgAgrmtEquityGrp and _JntVntrEquityGrpText.Language = $session.system_language
[1..1] I_JntVntrBusinessPartner _JVACarriedPartner $projection.CompanyCode = _JVACarriedPartner.CompanyCode and $projection.JointVentureCarriedPartner = _JVACarriedPartner.JointVenturePartner
[1..1] I_JntVntrBusinessPartner _JVACarryOwner $projection.CompanyCode = _JVACarryOwner.CompanyCode and $projection.JointVentureCarryingPartner = _JVACarryOwner.JointVenturePartner

Annotations (12)

NameValueLevelField
AbapCatalog.sqlViewName IJVACARRINTRST view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #MANDATORY view
EndUserText.label Carried Interest view
VDM.viewType #BASIC view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.dataClass #MASTER view
ClientHandling.algorithm #SESSION_VARIABLE view
AbapCatalog.buffering.status #NOT_ALLOWED view
Metadata.ignorePropagatedAnnotations true view

Fields (13)

KeyFieldSource TableSource FieldDescription
KEY CompanyCode bukrs Company Code
KEY JointVenture vname Volatility Name
KEY JointVentureEquityGroup egrup Equity group
KEY JointVentureCarriedPartner carrowner JV Carried Partner
KEY JointVentureCarryingPartner carryowner JV Carrying Partner
JVACarriedSharePercent carrshare Carried Share
_CompanyCode _CompanyCode
_JointVentureMasterFld _JointVentureMasterFld
_JntVntrEquityGrp _JntVntrEquityGrp
_JVACarriedPartner _JVACarriedPartner
_JVACarryOwner _JVACarryOwner
_JointVentureDesc _JointVentureDesc
_JntVntrEquityGrpText _JntVntrEquityGrpText

Derived SQL interpretation, reconstructed from the parsed view metadata (data sources, associations, and field mappings). SAP annotations are omitted and the structure is reformulated as SQL — this is a functional approximation, not the verbatim SAP source.

-- Derived SQL interpretation of CDS view I_JVACarriedInterest.
-- Reconstructed from parsed metadata (data sources, associations, fields).
-- SAP annotations are omitted and the structure is reformulated as SQL;
-- this is a functional approximation, not the verbatim SAP source. Some join
-- conditions may be unavailable and a few CDS constructs are kept as-is.
-- SQL view name: IJVACARRINTRST

CREATE VIEW I_JVACarriedInterest AS
SELECT
  bukrs AS CompanyCode,
  vname AS JointVenture,
  egrup AS JointVentureEquityGroup,
  carrowner AS JointVentureCarriedPartner,
  carryowner AS JointVentureCarryingPartner,
  carrshare AS JVACarriedSharePercent
FROM t8j2c
LEFT OUTER JOIN I_CompanyCode AS _CompanyCode ON CompanyCode = _CompanyCode.CompanyCode  -- association [1..1]
LEFT OUTER JOIN I_JointVentureMasterFld AS _JointVentureMasterFld ON CompanyCode = _JointVentureMasterFld.CompanyCode AND JointVenture = _JointVentureMasterFld.JointVenture  -- association [1..1]
LEFT OUTER JOIN I_JointVentureDesc AS _JointVentureDesc ON JointVenture = _JointVentureDesc.JointVenture AND CompanyCode = _JointVentureDesc.CompanyCode AND _JointVentureDesc.Language = $session.system_language  -- association [1..1]
LEFT OUTER JOIN I_JntVntrEquityGrp AS _JntVntrEquityGrp ON CompanyCode = _JntVntrEquityGrp.CompanyCode AND JointVenture = _JntVntrEquityGrp.JointVenture AND JointVentureEquityGroup = _JntVntrEquityGrp.JntOpgAgrmtEquityGrp  -- association [1..1]
LEFT OUTER JOIN I_JntVntrEquityGrpText AS _JntVntrEquityGrpText ON CompanyCode = _JntVntrEquityGrpText.CompanyCode AND JointVenture = _JntVntrEquityGrpText.JointVenture AND JointVentureEquityGroup = _JntVntrEquityGrpText.JntOpgAgrmtEquityGrp AND _JntVntrEquityGrpText.Language = $session.system_language  -- association [1..1]
LEFT OUTER JOIN I_JntVntrBusinessPartner AS _JVACarriedPartner ON CompanyCode = _JVACarriedPartner.CompanyCode AND JointVentureCarriedPartner = _JVACarriedPartner.JointVenturePartner  -- association [1..1]
LEFT OUTER JOIN I_JntVntrBusinessPartner AS _JVACarryOwner ON CompanyCode = _JVACarryOwner.CompanyCode AND JointVentureCarryingPartner = _JVACarryOwner.JointVenturePartner  -- association [1..1]
;