I_SalesPerformanceDataSource

DDL: I_SALESPERFORMANCEDATASOURCE Type: view_entity BASIC

Sales Performance Data Source

I_SalesPerformanceDataSource is a Basic CDS View that provides data about "Sales Performance Data Source" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 2 fields with key field SalesPerformanceDataSource. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_SlsPerformanceDataSourceText _Text $projection.SalesPerformanceDataSource = _Text.SalesPerformanceDataSource

Annotations (9)

NameValueLevelField
EndUserText.label Sales Performance Data Source view
ObjectModel.representativeKey SalesPerformanceDataSource view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.modelingPattern #ANALYTICAL_DIMENSION view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY SalesPerformanceDataSource
_Text _Text
@EndUserText.label: 'Sales Performance Data Source' 
@ObjectModel.representativeKey: 'SalesPerformanceDataSource'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #MASTER
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.modelingPattern:#ANALYTICAL_DIMENSION
@ObjectModel.supportedCapabilities: [ #SQL_DATA_SOURCE,
                                      #CDS_MODELING_DATA_SOURCE,
                                      #CDS_MODELING_ASSOCIATION_TARGET,
                                      #ANALYTICAL_DIMENSION,
                                      #VALUE_HELP_PROVIDER,
                                      #SEARCHABLE_ENTITY]
define view entity I_SalesPerformanceDataSource
   as select from dd07l
   association [0..*] to I_SlsPerformanceDataSourceText as _Text  on $projection.SalesPerformanceDataSource = _Text.SalesPerformanceDataSource
{
    @ObjectModel.text.association: '_Text'
    key cast ( substring( domvalue_l, 1, 1 ) as sd_sp_data_source ) as SalesPerformanceDataSource,

    _Text
}
where domname  = 'SD_SP_DATA_SOURCE'
  and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_SLSPERFORMANCEDATASOURCETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/