I_SRVCMGMTPARTNERFUNCTION

CDS View

Partner Functions

I_SRVCMGMTPARTNERFUNCTION is a CDS View in S/4HANA. Partner Functions. It contains 1 fields. 3 CDS views read from this table.

CDS Views using this table (3)

ViewTypeJoinVDMDescription
C_SrvcMassChgPartnerFunctionVH view_entity from CONSUMPTION Partner Function for Mass Processing
P_SrvcDocAdmissiblePartner view_entity cross COMPOSITE Admissible partner functions for transaction types
P_SrvcDocItemAdmissiblePartner view_entity cross COMPOSITE Admissible partner functions per item category

Fields (1)

KeyField CDS FieldsUsed in Views
KEY CustMgmtPartnerFunction CustMgmtPartnerFunction 2
@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
      
}