E_CAProviderContractHeader

DDL: E_CAPROVIDERCONTRACTHEADER Type: view_entity EXTENSION

Provider Contract Header - Extension

E_CAProviderContractHeader is a Extension CDS View that provides data about "Provider Contract Header - Extension" in SAP S/4HANA. It reads from 1 data source (dfkk_vt_h) and exposes 1 field with key field CAProviderContract.

Data Sources (1)

SourceAliasJoin Type
dfkk_vt_h Persistence from

Annotations (5)

NameValueLevelField
VDM.viewType #EXTENSION view
EndUserText.label Provider Contract Header - Extension view
ObjectModel.usageType.serviceQuality #P view
Metadata.ignorePropagatedAnnotations true view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY CAProviderContract dfkk_vt_h vtkey Contract

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 E_CAProviderContractHeader.
-- 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 E_CAProviderContractHeader AS
SELECT
  Persistence.vtkey AS CAProviderContract
FROM dfkk_vt_h AS Persistence
;