C_VehSchedgUserContactCard
Vehicle Scheduling User Contact Card
C_VehSchedgUserContactCard is a Consumption CDS View that provides data about "Vehicle Scheduling User Contact Card" in SAP S/4HANA. It reads from 1 data source (I_UserContactCard) and exposes 7 fields with key field ContactCardID.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_UserContactCard | I_UserContactCard | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Vehicle Scheduling User Contact Card | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | ContactCardID | view |
Fields (7)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ContactCardID | ContactCardID | ||
| FullName | FullName | |||
| UserDescription | UserDescription | |||
| PhoneNumber | PhoneNumber | |||
| MobilePhoneNumber | MobilePhoneNumber | |||
| EmailAddress | EmailAddress | |||
| Department | Department |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Vehicle Scheduling User Contact Card'
@Metadata.ignorePropagatedAnnotations: true
@VDM.viewType: #CONSUMPTION
@ObjectModel.usageType:{
serviceQuality: #C,
sizeCategory: #L,
dataClass: #MIXED
}
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'ContactCardID'
define view entity C_VehSchedgUserContactCard
as select from I_UserContactCard
{
@UI.facet: [{
purpose: #QUICK_VIEW,
type: #FIELDGROUP_REFERENCE,
targetQualifier: 'UserQuickView',
label: 'User'
}]
@UI.lineItem: [{ position:10, importance:#HIGH }]
key ContactCardID,
@UI.lineItem: [{ position:20, importance:#HIGH }]
FullName,
@UI.lineItem: [{ position:30, importance:#HIGH }]
UserDescription,
@UI.lineItem: [{ position:40, importance:#LOW }]
PhoneNumber,
@UI.lineItem: [{ position:50, importance:#LOW }]
MobilePhoneNumber,
@UI.lineItem: [{ position:60, importance:#LOW }]
EmailAddress,
@UI.lineItem: [{ position:70, importance:#LOW }]
Department
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_USERCONTACTCARD"
],
"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