R_ACCTGNOTIFJOURNALENTRYTP
Accounting Notification Journal Entry
R_ACCTGNOTIFJOURNALENTRYTP is a CDS View in S/4HANA. Accounting Notification Journal Entry. 1 CDS views read from this table.
CDS Views using this table (1)
| View | Type | Join | VDM | Description |
|---|---|---|---|---|
| C_AcctgNotifJournalEntry | view_entity | projection | CONSUMPTION | Accounting Notification Journal Entry |
@AccessControl.authorizationCheck: #MANDATORY
@EndUserText.label: 'Accounting Notification Journal Entry'
@VDM.viewType: #TRANSACTIONAL
@VDM.lifecycle.contract.type: #SAP_INTERNAL_API
@ObjectModel.usageType.serviceQuality: #D
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.sizeCategory: #XXL
define view entity R_AcctgNotifJournalEntryTP
// with parameters
// P_AccountingNotificationUUID : fis_hdr_technical_id
as select from I_AcctgNotifJournalEntry //(P_AccountingNotificationUUID:$parameters.P_AccountingNotificationUUID)
association to parent R_PyrlAccountingNotificationTP as _PyrlAcctgNotif on $projection.AccountingNotificationUUID = _PyrlAcctgNotif.PyrlAccountingNotificationUUID
{
key AccountingNotificationUUID,
key AccountingDocument,
key CompanyCode,
key FiscalYear,
_PyrlAcctgNotif
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACCTGNOTIFJOURNALENTRY"
],
"ASSOCIATED":
[
"R_PYRLACCOUNTINGNOTIFICATIONTP"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/