C_MM_ProfitCenterValHelp

DDL: C_MM_PROFITCENTERVALHELP SQL: CMMPROFITCVH Type: view CONSUMPTION

Profit Center Value Help

C_MM_ProfitCenterValHelp is a Consumption CDS View that provides data about "Profit Center Value Help" in SAP S/4HANA. It reads from 1 data source (I_ProfitCenter) and exposes 4 fields with key fields ProfitCenter, ValidityEndDate, ControllingArea. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
I_ProfitCenter I_ProfitCenter from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ProfitCenterText _Text $projection.ProfitCenter = _Text.ProfitCenter

Annotations (11)

NameValueLevelField
AbapCatalog.sqlViewName CMMPROFITCVH view
VDM.viewType #CONSUMPTION view
Search.searchable true view
AbapCatalog.compiler.compareFilter true view
AccessControl.authorizationCheck #MANDATORY view
ObjectModel.representativeKey ProfitCenter view
EndUserText.label Profit Center Value Help view
ObjectModel.dataCategory #VALUE_HELP view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view

Fields (4)

KeyFieldSource TableSource FieldDescription
KEY ProfitCenter ProfitCenter
KEY ValidityEndDate ValidityEndDate
KEY ControllingArea ControllingArea
_Text _Text
@AbapCatalog.sqlViewName: 'CMMPROFITCVH'
@VDM.viewType: #CONSUMPTION
@Search.searchable: true
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #MANDATORY
@ObjectModel.representativeKey: 'ProfitCenter'
@EndUserText.label: 'Profit Center Value Help'
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory : #S
@ObjectModel.usageType.dataClass: #MASTER
//@OData.publish: true


define view C_MM_ProfitCenterValHelp
  as select from I_ProfitCenter
  association [0..*] to I_ProfitCenterText as _Text            on $projection.ProfitCenter = _Text.ProfitCenter

//Commented as it is not used

//  association [1..1] to I_ControllingArea  as _ControllingArea on $projection.ControllingArea = _ControllingArea.ControllingArea


{
      @ObjectModel.text.association: '_Text'
      @Search.defaultSearchElement: true
      @Search.fuzzinessThreshold: 0.8
  key ProfitCenter,
      
      @Semantics.businessDate.to: true
  key ValidityEndDate,
  
//  @ObjectModel.foreignKey.association: '_ControllingArea'

  key ControllingArea,
//      _ControllingArea,

      _Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_PROFITCENTER"
],
"ASSOCIATED":
[
"I_PROFITCENTERTEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/