I_SrvcMgmtPartnerFunction

DDL: I_SRVCMGMTPARTNERFUNCTION Type: view_entity BASIC Package: COM_PARTNER

Partner Functions

I_SrvcMgmtPartnerFunction is a Basic CDS View that provides data about "Partner Functions" in SAP S/4HANA. It reads from 1 data source (crmc_partner_fct) and exposes 3 fields with key field CustMgmtPartnerFunction. It has 1 association to related views. Part of development package COM_PARTNER.

Data Sources (1)

SourceAliasJoin Type
crmc_partner_fct crmc_partner_fct from

Associations (1)

CardinalityTargetAliasCondition
[1..*] I_SrvcMgmtPartnerFunctionText _PartnerFunctionText $projection.CustMgmtPartnerFunction = _PartnerFunctionText.CustMgmtPartnerFunction

Annotations (11)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Partner Functions view
VDM.viewType #BASIC view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.representativeKey CustMgmtPartnerFunction view
ObjectModel.dataCategory #VALUE_HELP view
Search.searchable true view
Consumption.ranked true view
Metadata.ignorePropagatedAnnotations true view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY CustMgmtPartnerFunction partner_fct
SrvcMgmtPrtnFuncApplication pft_subtype
_PartnerFunctionText _PartnerFunctionText
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Partner Functions'
@VDM: {
  viewType: #BASIC
}
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.representativeKey: 'CustMgmtPartnerFunction'
@ObjectModel.supportedCapabilities: [ #VALUE_HELP_PROVIDER ]
@ObjectModel.dataCategory: #VALUE_HELP
@Search.searchable: true

@Consumption.ranked: true
@Metadata.ignorePropagatedAnnotations: true

define view entity I_SrvcMgmtPartnerFunction as select from crmc_partner_fct
  association [1..*] to I_SrvcMgmtPartnerFunctionText as _PartnerFunctionText on $projection.CustMgmtPartnerFunction = _PartnerFunctionText.CustMgmtPartnerFunction
{
   @Search.defaultSearchElement: true
  @Search.ranking: #HIGH
  @Search.fuzzinessThreshold: 0.8
  @ObjectModel.text.association: '_PartnerFunctionText'
  key partner_fct as CustMgmtPartnerFunction,
      pft_subtype as SrvcMgmtPrtnFuncApplication,
      
  _PartnerFunctionText
      
}