C_CAProviderContractTechRsceTP

DDL: C_CAPROVIDERCONTRACTTECHRSCETP Type: view_entity CONSUMPTION

Technical Resource of Provider Contract

C_CAProviderContractTechRsceTP is a Consumption CDS View that provides data about "Technical Resource of Provider Contract" in SAP S/4HANA. It reads from 1 data source (R_CAProviderContractTechRsceTP) and exposes 5 fields with key fields CAProviderContract, CATechnicalResourceGroup, CATechnicalResourceIDType, CATechnicalResourceID, CATechRsceValidFromDateTime.

Data Sources (1)

SourceAliasJoin Type
R_CAProviderContractTechRsceTP R_CAProviderContractTechRsceTP projection

Annotations (6)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
EndUserText.label Technical Resource of Provider Contract view
VDM.viewType #CONSUMPTION view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY CAProviderContract CAProviderContract
KEY CATechnicalResourceGroup CATechnicalResourceGroup
KEY CATechnicalResourceIDType CATechnicalResourceIDType Type of ID
KEY CATechnicalResourceID CATechnicalResourceID Technical Resource ID
KEY CATechRsceValidFromDateTime CATechRsceValidFromDateTime

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 C_CAProviderContractTechRsceTP.
-- 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 C_CAProviderContractTechRsceTP AS
SELECT
  CAProviderContract,
  CATechnicalResourceGroup,
  CATechnicalResourceIDType,
  CATechnicalResourceID,
  CATechRsceValidFromDateTime
FROM R_CAProviderContractTechRsceTP
;