C_VehSchedgUserContactCard

DDL: C_VEHSCHEDGUSERCONTACTCARD Type: view_entity CONSUMPTION

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)

SourceAliasJoin Type
I_UserContactCard I_UserContactCard from

Annotations (9)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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":""
}
}*/