I_EAMOVERALLSTATUSALTVSEQUENCE
Alternative Sequence of Overall Status
I_EAMOVERALLSTATUSALTVSEQUENCE is a CDS View in S/4HANA. Alternative Sequence of Overall Status. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_EAMOverallStatusSequence | view_entity | union | COMPOSITE | Sequence of Overall Status |
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Alternative Sequence of Overall Status'
@VDM.viewType: #BASIC
@ObjectModel: {
usageType.serviceQuality: #A,
usageType.sizeCategory: #S,
usageType.dataClass: #CUSTOMIZING
}
define view entity I_EAMOverallStatusAltvSequence
as select from eam_ostataltseq
{
key overall_status_profile as EAMOverallStatusProfile,
key overall_status as EAMOverallStatus,
key to_overall_status as EAMNextOverallStatus
}