C_MSPWSettings
MPW: Customizing Settings
C_MSPWSettings is a Consumption CDS View that provides data about "MPW: Customizing Settings" in SAP S/4HANA. It is exposed through 1 OData service (UI_RFM_STORE_MOVEPRODWL). Part of development package RFM_STORE_MOVE_PROD_WORKLIST.
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CMSPWSETTINGS | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #PRIVILEGED_ONLY | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_RFM_STORE_MOVEPRODWL | UI_RFM_STORE_MOVEPRODWL | V2 | C1 | NOT_RELEASED |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Store | Store | ||
| InfoAutomUpdateTimeInMinutes | ||||
| UnprocessedSalesConsideration | _BasicSettings | UnprocessedSalesConsideration |
@AbapCatalog.sqlViewName: 'CMSPWSETTINGS'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #PRIVILEGED_ONLY
@AccessControl.personalData.blocking: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@VDM.viewType: #CONSUMPTION
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #S
define view C_MSPWSettings
as select distinct from I_MoveProdWlSettingsForStore
{
key Store,
coalesce( _BasicSettings.InfoAutomUpdateTimeInMinutes, 1 ) as InfoAutomUpdateTimeInMinutes,
@Semantics.booleanIndicator: true
_BasicSettings.UnprocessedSalesConsideration
}
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