I_SrvcMgmtPartnerFunction
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)
| Source | Alias | Join Type |
|---|---|---|
| crmc_partner_fct | crmc_partner_fct | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..*] | I_SrvcMgmtPartnerFunctionText | _PartnerFunctionText | $projection.CustMgmtPartnerFunction = _PartnerFunctionText.CustMgmtPartnerFunction |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
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