D_ChangeMasterActShiftValidity

DDL: D_CHANGEMASTERACTSHIFTVALIDITY Type: view_entity CONSUMPTION Package: VDM_PLMB_ECN

Change Master Action Change Validity Date

D_ChangeMasterActShiftValidity is a Consumption CDS View that provides data about "Change Master Action Change Validity Date" in SAP S/4HANA. It reads from 1 data source (I_ChangeMaster) and exposes 1 field. Part of development package VDM_PLMB_ECN.

Data Sources (1)

SourceAliasJoin Type
I_ChangeMaster I_ChangeMaster from

Annotations (9)

NameValueLevelField
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.dataClass #META view
VDM.lifecycle.contract.type #PUBLIC_LOCAL_API view
VDM.viewType #CONSUMPTION view
VDM.lifecycle.status #DEPRECATED view
VDM.lifecycle.successor D_ChangeMasterAdjustValidityP view
EndUserText.label Change Master Action Change Validity Date view

Fields (1)

KeyFieldSource TableSource FieldDescription
ValidityStartDate ChangeNumberValidFromDate
// Dummy view to be used as reference in Change Master action parameter definition

// view never retrieves any data


@AccessControl.authorizationCheck: #NOT_REQUIRED

@ObjectModel.supportedCapabilities: [ #DATA_STRUCTURE ]

@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.dataClass: #META

@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@VDM.viewType: #CONSUMPTION

// View has been deprecated as abstact entites are now supported

// with adjusted naming guideline

@VDM.lifecycle.status: #DEPRECATED
@VDM.lifecycle.successor: 'D_ChangeMasterAdjustValidityP'

@EndUserText.label: 'Change Master Action Change Validity Date'
define view entity D_ChangeMasterActShiftValidity
  as select from I_ChangeMaster
{
  ChangeNumberValidFromDate as ValidityStartDate
}
where
  ChangeNumber is null