E_IBCContactFacetData

DDL: E_IBCCONTACTFACETDATA Type: view_entity EXTENSION

Contact Facet Data - Extension

E_IBCContactFacetData is a Extension CDS View that provides data about "Contact Facet Data - Extension" in SAP S/4HANA. It reads from 1 data source (cuand_ce_ic_ft_d) and exposes 1 field with key field InteractionCntctFacetDataUUID.

Data Sources (1)

SourceAliasJoin Type
cuand_ce_ic_ft_d Persistence from

Annotations (6)

NameValueLevelField
VDM.viewType #EXTENSION view
EndUserText.label Contact Facet Data - Extension view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MASTER view
AccessControl.authorizationCheck #PRIVILEGED_ONLY view

Fields (1)

KeyFieldSource TableSource FieldDescription
KEY InteractionCntctFacetDataUUID cuand_ce_ic_ft_d db_key UUID

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_IBCContactFacetData.
-- 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_IBCContactFacetData AS
SELECT
  Persistence.db_key AS InteractionCntctFacetDataUUID
FROM cuand_ce_ic_ft_d AS Persistence
;