E_ContractAccountHeader

DDL: E_CONTRACTACCOUNTHEADER SQL: ECTRACCHEADER Type: view EXTENSION

Vertragskonto Kopf Erweiterung

E_ContractAccountHeader is a Extension CDS View that provides data about "Vertragskonto Kopf Erweiterung" in SAP S/4HANA. It reads from 1 data source (fkkvk) and exposes 1 field with key field ContractAccount.

Data Sources (1)

SourceAliasJoin Type
fkkvk Persistence from

Annotations (5)

NameValueLevelField
EndUserText.label Vertragskonto Kopf Erweiterung view
VDM.viewType #EXTENSION view
ObjectModel.usageType.serviceQuality #P view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view
AbapCatalog.sqlViewName ECTRACCHEADER view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY ContractAccount fkkvk vkont Tech. CtrAcct

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_ContractAccountHeader.
-- 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: ECTRACCHEADER

CREATE VIEW E_ContractAccountHeader AS
SELECT
  Persistence.vkont AS ContractAccount
FROM fkkvk AS Persistence
;