I_SrvcMgmtPartnerFunctionText

DDL: I_SRVCMGMTPARTNERFUNCTIONTEXT Type: view_entity BASIC

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.

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 (7)

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
EndUserText.label Partner Function - Text 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
@EndUserText.label: 'Partner Function - Text'
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 
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"CRMC_PARTNER_FT"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_SRVCMGMTPARTNERFUNCTION"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/