C_SrvcMassChgPartnerFunctionVH
Partner Function for Mass Processing
C_SrvcMassChgPartnerFunctionVH is a Consumption CDS View that provides data about "Partner Function for Mass Processing" in SAP S/4HANA. It reads from 1 data source (I_SrvcMgmtPartnerFunction) and exposes 2 fields with key field CustMgmtPartnerFunction. It is exposed through 2 OData services (UI_SRVCCONTRITMMASSPROCESS, UI_SRVCCONTRMASSPROCESS). Part of development package CRMS4_MASS_CHANGE_SC_ODATA.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_SrvcMgmtPartnerFunction | PartnerFunction | from |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | CustMgmtPartnerFunction | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| EndUserText.label | Partner Function for Mass Processing | view |
OData Services (2)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_SRVCCONTRITMMASSPROCESS | UI_SRVCCONTRITMMASSPROCESS | V4 | C1 | NOT_RELEASED |
| UI_SRVCCONTRMASSPROCESS | UI_SRVCCONTRMASSPROCESS | V4 | C1 | NOT_RELEASED |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CustMgmtPartnerFunction | CustMgmtPartnerFunction | ||
| _PartnerFunctionText | _PartnerFunctionText |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION
@ObjectModel: {
dataCategory: #VALUE_HELP,
representativeKey: 'CustMgmtPartnerFunction',
usageType: {
dataClass: #META,
serviceQuality: #A,
sizeCategory: #S
},
resultSet: {
sizeCategory: #XS
},
supportedCapabilities: [ #VALUE_HELP_PROVIDER ]
}
@EndUserText.label: 'Partner Function for Mass Processing'
define view entity C_SrvcMassChgPartnerFunctionVH
as select from I_SrvcMgmtPartnerFunction as PartnerFunction
{
@ObjectModel.text.association: '_PartnerFunctionText'
key CustMgmtPartnerFunction,
_PartnerFunctionText
}
where
CustMgmtPartnerFunction = '00000003'
or CustMgmtPartnerFunction = '00000004'
or CustMgmtPartnerFunction = '00000014'
or CustMgmtPartnerFunction = '00000015'
or CustMgmtPartnerFunction = '00000055'
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