C_PyrlAccountingNotification
Payroll accounting notification header
C_PyrlAccountingNotification is a Consumption CDS View that provides data about "Payroll accounting notification header" in SAP S/4HANA. It reads from 1 data source (R_PyrlAccountingNotificationTP) and exposes 11 fields with key field PyrlAccountingNotificationUUID. It is exposed through 3 OData services (UI_FIN_MNGACCNOTIF, UI_PYRLACCOUNTINGNOTIFICATION, X_PYRL_UI_FINANCENOTIFICATION). Part of development package FABTI_PAYROLL_EXT.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_PyrlAccountingNotificationTP | R_PyrlAccountingNotificationTP | projection |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Payroll accounting notification header | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| OData.entityType.name | PyrlAcctgNotif_Type | view | |
| Metadata.allowExtensions | true | view | |
| Search.searchable | true | view |
OData Services (3)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_FIN_MNGACCNOTIF | UI_FIN_MNGACCNOTIF | V4 | C1 | NOT_RELEASED |
| UI_PYRLACCOUNTINGNOTIFICATION | UI_PYRLACCTGNOTIF_V2 | V2 | C1 | NOT_RELEASED |
| X_PYRL_UI_FINANCENOTIFICATION |
Fields (11)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | PyrlAccountingNotificationUUID | PyrlAccountingNotificationUUID | ||
| PayrollPostingRunOID | PayrollPostingRunOID | |||
| PayrollPostingRunDisplayID | PayrollPostingRunDisplayID | |||
| PayrollPostingRunLogicalSystem | PayrollPostingRunLogicalSystem | |||
| CompanyCode | CompanyCode | |||
| PayrollCurrency | PayrollCurrency | |||
| PayrollPeriodEndDate | PayrollPeriodEndDate | |||
| _CompanyCode | _CompanyCode | |||
| _PayrollCurrency | _PayrollCurrency | |||
| _AcctgNotif | _AcctgNotif | |||
| _AcctgNotifFin | _AcctgNotifFin |
@AccessControl.authorizationCheck: #MANDATORY
@AccessControl.privilegedAssociations: [ '_Item' ]
@EndUserText.label: 'Payroll accounting notification header'
@VDM.viewType: #CONSUMPTION
@VDM.usage.type: [ #TRANSACTIONAL_PROCESSING_SERVICE ]
@ObjectModel.usageType:{
serviceQuality: #C,
sizeCategory: #XXL,
dataClass: #TRANSACTIONAL
}
@OData.entityType.name:'PyrlAcctgNotif_Type'
@Metadata.allowExtensions: true
@Search.searchable: true
define root view entity C_PyrlAccountingNotification
provider contract transactional_query
as projection on R_PyrlAccountingNotificationTP
{
key PyrlAccountingNotificationUUID,
@Search: { defaultSearchElement: true, fuzzinessThreshold: 0.8 }
PayrollPostingRunOID,
PayrollPostingRunDisplayID,
PayrollPostingRunLogicalSystem,
@ObjectModel.foreignKey.association: '_CompanyCode'
CompanyCode,
PayrollCurrency,
PayrollPeriodEndDate,
/* Associations */
_Item : redirected to composition child C_PyrlAcctgNotifItem,
_CompanyCode,
_PayrollCurrency,
_AcctgNotif,
_AcctgNotifFin
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA