I_ACCTGNOTIFPROCESSINGSTATUS
Accounting Notif Processing Status
I_ACCTGNOTIFPROCESSINGSTATUS is a CDS View in S/4HANA. Accounting Notif Processing Status. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| I_AcctgNotifProcessingStatusVH | view_entity | from | COMPOSITE | Notif Processing Status |
@VDM.viewType: #BASIC
@Analytics.technicalName:'IACCNOPS'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Accounting Notif Processing Status'
@Metadata.ignorePropagatedAnnotations: true
@Consumption.ranked:true
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.representativeKey: 'AcctgNotifProcessingStatus'
define view entity I_AcctgNotifProcessingStatus
as select from dd07l
association [0..*] to I_AcctgNotifProcessingStatusT as _Text on $projection.AcctgNotifProcessingStatus = _Text.AcctgNotifProcessingStatus
{
@ObjectModel.text.association: '_Text'
key cast( left( domvalue_l, 2 ) as fan_hdr_procg_status preserving type ) as AcctgNotifProcessingStatus,
_Text
}
where
dd07l.domname = 'FAN_HDR_PROCG_STATUS'
and dd07l.as4local = 'A'
and dd07l.as4vers = '0000'