C_Cust360PartnerFunctionVH

DDL: C_CUST360PARTNERFUNCTIONVH Type: view_entity CONSUMPTION

Customer 360 Partner Function Name

C_Cust360PartnerFunctionVH is a Consumption CDS View that provides data about "Customer 360 Partner Function Name" in SAP S/4HANA. It reads from 1 data source (I_PartnerFunctionText) and exposes 2 fields with key field PartnerFunction.

Data Sources (1)

SourceAliasJoin Type
I_PartnerFunctionText I_PartnerFunctionText from

Annotations (10)

NameValueLevelField
VDM.viewType #CONSUMPTION view
ObjectModel.dataCategory #VALUE_HELP view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #B view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.representativeKey PartnerFunction view
Metadata.ignorePropagatedAnnotations true view
EndUserText.label Customer 360 Partner Function Name view
Search.searchable true view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY PartnerFunction PartnerFunction Partner Functn
PartnerFunctionName PartnerFunctionName Name

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_Cust360PartnerFunctionVH.
-- 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_Cust360PartnerFunctionVH AS
SELECT
  PartnerFunction,
  PartnerFunctionName
FROM I_PartnerFunctionText
;