C_SalesInsightCustomerVH

DDL: C_SALESINSIGHTCUSTOMERVH SQL: CSICUSTOMERVH Type: view CONSUMPTION

Sales Insight: Customer Value Help

C_SalesInsightCustomerVH is a Consumption CDS View that provides data about "Sales Insight: Customer Value Help" in SAP S/4HANA. It reads from 1 data source (I_Customer) and exposes 18 fields with key field Customer.

Data Sources (1)

SourceAliasJoin Type
I_Customer I_Customer from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName CSICUSTOMERVH view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Sales Insight: Customer Value Help view
VDM.viewType #CONSUMPTION view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.personalData.blocking #REQUIRED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #XL view
ObjectModel.usageType.dataClass #MASTER view

Fields (18)

KeyFieldSource TableSource FieldDescription
KEY Customer Customer
CustomerName CustomerName
CustomerAccountGroup CustomerAccountGroup
AuthorizationGroup AuthorizationGroup
AddressID AddressID
DataControllerSet DataControllerSet
DataController1 DataController1
DataController2 DataController2
DataController3 DataController3
DataController4 DataController4
DataController5 DataController5
DataController6 DataController6
DataController7 DataController7
DataController8 DataController8
DataController9 DataController9
DataController10 DataController10
_StandardAddress _StandardAddress
_AddressRepresentation _AddressRepresentation
@AbapCatalog.sqlViewName: 'CSICUSTOMERVH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Sales Insight: Customer Value Help'
@VDM.viewType: #CONSUMPTION
@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.privilegedAssociations:  [ '_StandardAddress' ]
@AccessControl.personalData.blocking: #REQUIRED
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #XL
@ObjectModel.usageType.dataClass: #MASTER

define view C_SalesInsightCustomerVH
  as select from I_Customer
{
      @ObjectModel.text.element: ['CustomerName']
  key Customer,
      @Semantics.text:true
      CustomerName,

      @UI.hidden: true
      CustomerAccountGroup,
      @UI.hidden: true
      AuthorizationGroup,

      @UI.hidden: true
      AddressID,

      /*Fields for DCL - BP Data Contoller*/
      @Consumption.hidden:true
      @UI.hidden:true
      DataControllerSet,
      @Consumption.hidden:true
      @UI.hidden:true
      DataController1,
      @Consumption.hidden:true
      @UI.hidden:true
      DataController2,
      @Consumption.hidden:true
      @UI.hidden:true
      DataController3,
      @Consumption.hidden:true
      @UI.hidden:true
      DataController4,
      @Consumption.hidden:true
      @UI.hidden:true
      DataController5,
      @Consumption.hidden:true
      @UI.hidden:true
      DataController6,
      @Consumption.hidden:true
      @UI.hidden:true
      DataController7,
      @Consumption.hidden:true
      @UI.hidden:true
      DataController8,
      @Consumption.hidden:true
      @UI.hidden:true
      DataController9,
      @Consumption.hidden:true
      @UI.hidden:true
      DataController10,

      @VDM.lifecycle.status: #DEPRECATED
      @VDM.lifecycle.successor: '_AddressRepresentation'
      _StandardAddress,

      _AddressRepresentation

}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CUSTOMER"
],
"ASSOCIATED":
[
"I_ADDRESS",
"I_ADDRESS_2"
],
"BASE":
[
"I_CUSTOMER"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/