I_SrvcMgmtPartnerFunctionText
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)
| Source | Alias | Join Type |
|---|---|---|
| crmc_partner_ft | crmc_partner_ft | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..1] | I_SrvcMgmtPartnerFunction | _PartnerFunction | $projection.CustMgmtPartnerFunction = _PartnerFunction.CustMgmtPartnerFunction |
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA