I_ChangeMasterAltDateTP

DDL: I_CHANGEMASTERALTDATETP Type: view_entity TRANSACTIONAL

Change Number Alternative Data (Transactional Processing)

I_ChangeMasterAltDateTP is a Transactional CDS View that provides data about "Change Number Alternative Data (Transactional Processing)" in SAP S/4HANA. It reads from 1 data source (I_ChangeMasterAltDate) and exposes 8 fields with key fields ChangeNumber, ChgNmbrAlternativeDateID.

Data Sources (1)

SourceAliasJoin Type
I_ChangeMasterAltDate I_ChangeMasterAltDate from

Annotations (7)

NameValueLevelField
AccessControl.authorizationCheck #CHECK view
ObjectModel.usageType.sizeCategory #L view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #MASTER view
VDM.viewType #TRANSACTIONAL view
VDM.lifecycle.contract.type #SAP_INTERNAL_API view
EndUserText.label Change Number Alternative Data (Transactional Processing) view

Fields (8)

KeyFieldSource TableSource FieldDescription
KEY ChangeNumber ChangeNumber
KEY ChgNmbrAlternativeDateID ChgNmbrAlternativeDateID
ChgNmbrAlternativeDateCounter ChgNmbrAlternativeDateCounter
ChgNmbrAlternativeDate ChgNmbrAlternativeDate
ChgNmbrAlternativeDateText ChgNmbrAlternativeDateText
ChgNmbrAltvDateIsAssignedToObj ChgNmbrAltvDateIsAssignedToObj
ChangeNumberLastChgdDateTime _ChangeMaster ChangeNumberLastChgdDateTime
_ChangeMaster _ChangeMaster
@AccessControl.authorizationCheck: #CHECK

@ObjectModel.usageType.sizeCategory: #L
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #MASTER

@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type:#SAP_INTERNAL_API

@EndUserText.label: 'Change Number Alternative Data (Transactional Processing)'
define view entity I_ChangeMasterAltDateTP
  as select from I_ChangeMasterAltDate
  association to parent I_ChangeMasterTP as _ChangeMaster on $projection.ChangeNumber = _ChangeMaster.ChangeNumber
{
  key ChangeNumber,
  key ChgNmbrAlternativeDateID,

      @Consumption.hidden: true
      ChgNmbrAlternativeDateCounter,

      ChgNmbrAlternativeDate,
      ChgNmbrAlternativeDateText,

      ChgNmbrAltvDateIsAssignedToObj,

      // for ETag handling

      _ChangeMaster.ChangeNumberLastChgdDateTime,

      _ChangeMaster
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_CHANGEMASTERALTDATE",
"I_CHANGEMASTERTP"
],
"ASSOCIATED":
[
"I_CHANGEMASTERTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/