I_CHGRECDIMPMGMTNAVY_2

CDS View

Impact Management Navigation

I_CHGRECDIMPMGMTNAVY_2 is a CDS View in S/4HANA. Impact Management Navigation. It contains 4 fields. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_ChgRecdImpMgmtNavigation view_entity union_all COMPOSITE Impact Management Navigation

Fields (4)

KeyField CDS FieldsUsed in Views
KEY ChangeRecordItemType ChangeRecordItemType 1
KEY ChangeRecordReferenceType ChangeRecordReferenceType 1
ImpctMgmtScenarioName ImpctMgmtScenarioName 1
ImpctMgmtTriggerObjectName ImpctMgmtTriggerObjectName 1
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType:{serviceQuality:#B,
                        sizeCategory:#M,
                        dataClass: #CUSTOMIZING}
@EndUserText.label: 'Impact Management Navigation'

define view entity I_ChgRecdImpMgmtNavy_2
  as select from /plmi/critmsot
{
  key  /plmi/critmsot.cr_type                                        as ChangeRecordType,
  key  cast( /plmi/critmsot.chg_itm_typ as /iam/type)                as ChangeRecordReferenceType,
  key  /plmi/critmsot.chg_itm_typ                                    as ChangeRecordItemType,
       /plmi/critmsot.default_scenario                               as ImpctMgmtScenarioName,
       cast(/plmi/critmsot.trigger_object as impmgmt_trigger_object) as ImpctMgmtTriggerObjectName
}