R_JntOpgAgrmtProdgStatThldTP

DDL: R_JNTOPGAGRMTPRODGSTATTHLDTP Type: view_entity TRANSACTIONAL

JVA Producing Ratio Threshold - TP

R_JntOpgAgrmtProdgStatThldTP is a Transactional CDS View that provides data about "JVA Producing Ratio Threshold - TP" in SAP S/4HANA. It reads from 1 data source (I_JVAAssgdProdgStstclRatioThld) and exposes 10 fields with key fields CompanyCode, JntOpgAgrmt, JntVntrProducingStstclRatioID, JointVentureSequenceNumber.

Data Sources (1)

SourceAliasJoin Type
I_JVAAssgdProdgStstclRatioThld I_JVAAssgdProdgStstclRatioThld from

Annotations (8)

NameValueLevelField
EndUserText.label JVA Producing Ratio Threshold - TP view
AccessControl.authorizationCheck #MANDATORY view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #XL view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
Metadata.ignorePropagatedAnnotations true view

Fields (10)

KeyFieldSource TableSource FieldDescription
KEY CompanyCode CompanyCode Receiver Company Code
KEY JntOpgAgrmt JntOpgAgrmt Joint Oper.Agr
KEY JntVntrProducingStstclRatioID JntVntrProducingStstclRatioID Prod.Stat.Rat.
KEY JointVentureSequenceNumber JointVentureSequenceNumber Sequential Number
JntVntrThresholdNumberOfWells JntVntrThresholdNumberOfWells Upper Threshold (%)
JointVentureRatePerProdgWell JointVentureRatePerProdgWell Tax Rate
Currency Currency Valuation Crcy
_CompanyCode _CompanyCode
_Currency _Currency
_JntOpgAgrmt _JntOpgAgrmt

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 R_JntOpgAgrmtProdgStatThldTP.
-- 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.

CREATE VIEW R_JntOpgAgrmtProdgStatThldTP AS
SELECT
  CompanyCode,
  JntOpgAgrmt,
  JntVntrProducingStstclRatioID,
  JointVentureSequenceNumber,
  JntVntrThresholdNumberOfWells,
  JointVentureRatePerProdgWell,
  Currency
FROM I_JVAAssgdProdgStstclRatioThld
;