I_SrvcMgmtPartnerFunctionText

DDL: I_SRVCMGMTPARTNERFUNCTIONTEXT Type: view_entity BASIC Package: COM_PARTNER

Partner Function - Text

I_SrvcMgmtPartnerFunctionText is a Basic CDS View that provides data about "Partner Function - Text" in SAP S/4HANA. It reads from 1 data source (crmc_partner_ft) and exposes 5 fields with key fields CustMgmtPartnerFunction, Language. It has 2 associations to related views. Part of development package COM_PARTNER.

Data Sources (1)

SourceAliasJoin Type
crmc_partner_ft crmc_partner_ft from

Associations (2)

CardinalityTargetAliasCondition
[1..1] I_SrvcMgmtPartnerFunction _PartnerFunction $projection.CustMgmtPartnerFunction = _PartnerFunction.CustMgmtPartnerFunction
[0..1] I_Language _Language $projection.Language = _Language.Language

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
VDM.viewType #BASIC view
ObjectModel.dataCategory #TEXT view
ObjectModel.usageType.dataClass #CUSTOMIZING view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.representativeKey CustMgmtPartnerFunction view
EndUserText.label Partner Function - Text view
Metadata.ignorePropagatedAnnotations true view

Fields (5)

KeyFieldSource TableSource FieldDescription
KEY CustMgmtPartnerFunction partner_fct
KEY Language spras
SrvcMgmtPartnerFunctionText description
_PartnerFunction _PartnerFunction
_Language _Language
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM:{
  viewType: #BASIC
}
@ObjectModel.dataCategory: #TEXT
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.supportedCapabilities: [#CDS_MODELING_ASSOCIATION_TARGET, 
                                     #CDS_MODELING_DATA_SOURCE,
                                     #LANGUAGE_DEPENDENT_TEXT,
//                                     #SEARCHABLE_ENTITY,

                                     #SQL_DATA_SOURCE]
@ObjectModel.representativeKey: 'CustMgmtPartnerFunction'
@EndUserText.label: 'Partner Function - Text'
@Metadata.ignorePropagatedAnnotations: true
define view entity I_SrvcMgmtPartnerFunctionText as select from crmc_partner_ft 
  association [1..1] to I_SrvcMgmtPartnerFunction as _PartnerFunction on $projection.CustMgmtPartnerFunction = _PartnerFunction.CustMgmtPartnerFunction
  association [0..1] to I_Language                as _Language        on $projection.Language = _Language.Language
{
      @ObjectModel.foreignKey.association: '_PartnerFunction'
  key partner_fct      as CustMgmtPartnerFunction,

      @Semantics.language: true
      @ObjectModel.foreignKey.association: '_Language'
  key spras            as Language,

      @Semantics.text: true
      description      as SrvcMgmtPartnerFunctionText, 
      
  _PartnerFunction,
  _Language 
}