C_ChangeMasterAltDate
Change Number Alternative Date
C_ChangeMasterAltDate is a Consumption CDS View that provides data about "Change Number Alternative Date" in SAP S/4HANA. It reads from 1 data source (I_ChangeMasterAltDate) and exposes 6 fields with key fields ChangeNumber, ChgNmbrAlternativeDateCounter.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_ChangeMasterAltDate | _ChangeMasterAltDate | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CECNALTDATE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| Search.searchable | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| VDM.lifecycle.contract.type | #NONE | view | |
| EndUserText.label | Change Number Alternative Date | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ChangeNumber | ChangeNumber | ||
| KEY | ChgNmbrAlternativeDateCounter | ChgNmbrAlternativeDateCounter | ||
| ChgNmbrAlternativeDate | ChgNmbrAlternativeDate | |||
| ChgNmbrAlternativeDateText | ChgNmbrAlternativeDateText | |||
| ChgNmbrAltvDateIsAssignedToObj | ChgNmbrAltvDateIsAssignedToObj | |||
| _ChangeMaster | _ChangeMaster |
@AbapCatalog.sqlViewName: 'CECNALTDATE'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.semanticKey: ['ChangeNumber']
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #MASTER
@Search.searchable: true
@VDM.viewType: #CONSUMPTION
@VDM.lifecycle.contract.type: #NONE
@EndUserText.label: 'Change Number Alternative Date'
define view C_ChangeMasterAltDate
as select from I_ChangeMasterAltDate as _ChangeMasterAltDate
{
@UI.hidden: true
@Search.defaultSearchElement: true
key ChangeNumber,
@UI.hidden: true
key ChgNmbrAlternativeDateCounter,
@UI: { lineItem: [{position: 20, importance: #HIGH}]}
ChgNmbrAlternativeDate,
@Search: { defaultSearchElement: true, ranking: #HIGH, fuzzinessThreshold: 0.8 }
@UI: { lineItem: [{position: 10, importance: #HIGH}]}
ChgNmbrAlternativeDateText,
@UI: { lineItem: [{position: 30, importance: #HIGH}]}
ChgNmbrAltvDateIsAssignedToObj,
@UI.hidden: true
@Consumption.hidden: true
_ChangeMaster
}
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