C_AcctgNotifAddlCompanyCode
Accounting Notification Additional Company Code
C_AcctgNotifAddlCompanyCode is a Consumption CDS View that provides data about "Accounting Notification Additional Company Code" in SAP S/4HANA. It reads from 1 data source (R_AcctgNotifAddlCompanyCodeTP) and exposes 4 fields with key fields AccountingNotificationUUID, CompanyCode. It is exposed through 1 OData service (UI_FIN_MNGACCNOTIF). Part of development package FABTI_ACCNTG_NOTIFICATION_EXT.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_AcctgNotifAddlCompanyCodeTP | R_AcctgNotifAddlCompanyCodeTP | projection |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Accounting Notification Additional Company Code | view | |
| AccessControl.authorizationCheck | #MANDATORY | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| OData.entityType.name | AcctgNotifAddlCompanyCode_Type | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_FIN_MNGACCNOTIF | UI_FIN_MNGACCNOTIF | V4 | C1 | NOT_RELEASED |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | AccountingNotificationUUID | AccountingNotificationUUID | ||
| KEY | CompanyCode | CompanyCode | ||
| _CompanyCode | _CompanyCode | |||
| _CompanyCodeText | _CompanyCodeText |
@EndUserText.label: 'Accounting Notification Additional Company Code'
@AccessControl.authorizationCheck:#MANDATORY
@VDM.viewType: #CONSUMPTION
@ObjectModel: {
usageType.serviceQuality: #B,
usageType.sizeCategory: #XXL,
usageType.dataClass: #TRANSACTIONAL }
@OData.entityType.name:'AcctgNotifAddlCompanyCode_Type'
define view entity C_AcctgNotifAddlCompanyCode
as projection on R_AcctgNotifAddlCompanyCodeTP
{
key AccountingNotificationUUID,
key CompanyCode,
_AcctgNotif : redirected to parent C_AccountingNotificationTP,
_CompanyCode,
@Consumption.hidden: true
_CompanyCodeText
}
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