I_CHANGEMASTERALTDATE
Change Number Alternative Date
I_CHANGEMASTERALTDATE is a CDS View in S/4HANA. Change Number Alternative Date. 4 CDS views read from this table.
CDS Views using this table (4)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| A_ChangeMasterAltDate | view | from | BASIC | Change Number Alternative Dates |
| C_ChangeMasterAltDate | view | from | CONSUMPTION | Change Number Alternative Date |
| D_ChangeMasterAltDateID | view_entity | from | CONSUMPTION | Change Master Alternative Date Identifier |
| I_ChangeMasterAltDateTP | view_entity | from | TRANSACTIONAL | Change Number Alternative Data (Transactional Processing) |
@AbapCatalog.sqlViewName: 'IECNALTDATE'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.semanticKey: ['ChangeNumber', 'ChgNmbrAlternativeDateCounter']
@ObjectModel.supportedCapabilities: [ #SQL_DATA_SOURCE,
#CDS_MODELING_DATA_SOURCE,
#CDS_MODELING_ASSOCIATION_TARGET ]
@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #MASTER
@VDM.viewType: #BASIC
@VDM.lifecycle.contract.type:#PUBLIC_LOCAL_API
@EndUserText.label: 'Change Number Alternative Date'
define view I_ChangeMasterAltDate
as select from aedt
association [0..1] to I_ChangeMaster as _ChangeMaster on $projection.ChangeNumber = _ChangeMaster.ChangeNumber
{
@ObjectModel.foreignKey.association: '_ChangeMaster'
key aennr as ChangeNumber,
key aedtz as ChgNmbrAlternativeDateCounter,
aedtn as ChgNmbrAlternativeDateID,
datuv as ChgNmbrAlternativeDate,
aedtn as ChgNmbrAlternativeDateText,
cast ( aedto as /plmb/aedto preserving type ) as ChgNmbrAltvDateIsAssignedToObj,
_ChangeMaster
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"AEDT"
],
"ASSOCIATED":
[
"I_CHANGEMASTER"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/