I_CHGRECDIMPMGMTNAVY
Impact Management Navigation
I_CHGRECDIMPMGMTNAVY is a CDS View in S/4HANA. Impact Management Navigation. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_ChgRecdImpMgmtNavy | view | from | CONSUMPTION | Impact Management Navigation |
@AbapCatalog.sqlViewName: 'ICHGRECIMPNAV'
@VDM.viewType: #BASIC
@AbapCatalog.compiler.compareFilter: true
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType:{serviceQuality:#C,
sizeCategory:#M,
dataClass: #CUSTOMIZING}
@EndUserText.label: 'Impact Management Navigation'
define view I_ChgRecdImpMgmtNavy
as select from impmgt_def_scen
{
key issue_type as ChangeRecordType,
key scenario_name as ImpctMgmtScenarioName,
key ref_obj_type as ChangeRecordReferenceType,
trigger_object as ImpctMgmtTriggerObjectName
}
where
application = 'CR'
and default_scenario = 'X'