C_EntProjCustomerContactCard
Enterprise Project Customer Details
C_EntProjCustomerContactCard is a Consumption CDS View that provides data about "Enterprise Project Customer Details" in SAP S/4HANA. It reads from 1 data source (I_Customer) and exposes 9 fields with key field Customer.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_Customer | I_Customer | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| AccessControl.personalData.blocking | #REQUIRED | view | |
| Metadata.allowExtensions | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.representativeKey | Customer | view | |
| VDM.viewType | #CONSUMPTION | view | |
| EndUserText.label | Enterprise Project Customer Details | view |
Fields (9)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Customer | Customer | ||
| CustomerName | CustomerName | |||
| StreetName | StreetName | |||
| CityName | CityName | |||
| PostalCode | PostalCode | |||
| Country | Country | |||
| CustomerAccountGroup | CustomerAccountGroup | |||
| AuthorizationGroup | AuthorizationGroup | |||
| IsBusinessPurposeCompleted | IsBusinessPurposeCompleted |
@AccessControl: {
authorizationCheck: #MANDATORY,
personalData.blocking: #REQUIRED
}
@Metadata:{
allowExtensions: true,
ignorePropagatedAnnotations: true
}
@ObjectModel: {
usageType: {
serviceQuality: #B,
dataClass: #MASTER,
sizeCategory: #XL
},
representativeKey: 'Customer'
}
@VDM.viewType: #CONSUMPTION
@EndUserText.label: 'Enterprise Project Customer Details'
define view entity C_EntProjCustomerContactCard
as select from I_Customer
{
@ObjectModel.text.element: ['CustomerName']
@Semantics.contact.type: #ORGANIZATION
key Customer,
@Semantics.name: { givenName: true }
@Semantics.text:true
CustomerName,
StreetName,
CityName,
PostalCode,
Country,
CustomerAccountGroup,
AuthorizationGroup,
@Semantics.booleanIndicator:true
IsBusinessPurposeCompleted
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CUSTOMER"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA