C_CndnContrType_F5413

DDL: C_CNDNCONTRTYPE_F5413 Type: view_entity CONSUMPTION Package: WCB_UI_CC_F5413

Contract Types for Customer Creation

C_CndnContrType_F5413 is a Consumption CDS View that provides data about "Contract Types for Customer Creation" in SAP S/4HANA. It reads from 1 data source (R_CndnContrTypeCustomerVH) and exposes 2 fields with key field CndnContrType. It is exposed through 2 OData services (ASQL_F5413, UI_LO_SETMAN_CUSTCC_MAN). Part of development package WCB_UI_CC_F5413.

Data Sources (1)

SourceAliasJoin Type
R_CndnContrTypeCustomerVH R_CndnContrTypeCustomerVH from

Annotations (11)

NameValueLevelField
EndUserText.label Contract Types for Customer Creation view
AccessControl.authorizationCheck #MANDATORY view
AccessControl.personalData.blocking #NOT_REQUIRED view
Metadata.allowExtensions false view
Metadata.ignorePropagatedAnnotations true view
Search.searchable true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #CUSTOMIZING view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.contract.type #NONE view

OData Services (2)

ServiceBindingVersionContractRelease
ASQL_F5413 ASQL_F5413 C2 NOT_RELEASED
UI_LO_SETMAN_CUSTCC_MAN UI_LO_SETMAN_CUSTCC_MAN V4 C1 NOT_RELEASED

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CndnContrType CndnContrType Contract Type
CndnContrTypeDesc CndnContrTypeDesc

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_CndnContrType_F5413.
-- 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_CndnContrType_F5413 AS
SELECT
  CndnContrType,
  CndnContrTypeDesc
FROM R_CndnContrTypeCustomerVH
;