I_AcctgNotifAddlCompanyCodeTP
Acctg Notif Additional Company Code - TP
I_AcctgNotifAddlCompanyCodeTP is a Transactional CDS View that provides data about "Acctg Notif Additional Company Code - TP" in SAP S/4HANA. It reads from 1 data source (R_AcctgNotifAddlCompanyCodeTP) and exposes 4 fields with key fields AccountingNotificationUUID, CompanyCode. Part of development package FABTI_ACCNTG_NOTIFICATION_EXT.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_AcctgNotifAddlCompanyCodeTP | R_AcctgNotifAddlCompanyCodeTP | projection |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| EndUserText.label | Acctg Notif Additional Company Code - TP | view | |
| VDM.viewType | #TRANSACTIONAL | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #XXL | view | |
| ObjectModel.usageType.dataClass | #TRANSACTIONAL | view | |
| ObjectModel.modelingPattern | #TRANSACTIONAL_INTERFACE | view | |
| ObjectModel.sapObjectNodeType.name | AcctgNotifAddlCompanyCode | view |
Fields (4)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | AccountingNotificationUUID | AccountingNotificationUUID | ||
| KEY | CompanyCode | CompanyCode | ||
| _CompanyCode | _CompanyCode | |||
| _CompanyCodeText | _CompanyCodeText |
@AccessControl.authorizationCheck:#MANDATORY
@EndUserText.label: 'Acctg Notif Additional Company Code - TP'
@VDM.viewType: #TRANSACTIONAL
@Metadata.ignorePropagatedAnnotations: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@ObjectModel: {usageType: { serviceQuality: #A,
sizeCategory: #XXL,
dataClass: #TRANSACTIONAL },
modelingPattern: #TRANSACTIONAL_INTERFACE,
supportedCapabilities: [#TRANSACTIONAL_PROVIDER] }
@ObjectModel.sapObjectNodeType.name:'AcctgNotifAddlCompanyCode'
define view entity I_AcctgNotifAddlCompanyCodeTP
as projection on R_AcctgNotifAddlCompanyCodeTP
{
key AccountingNotificationUUID,
key CompanyCode,
/* Associations */
_AcctgNotif : redirected to parent I_AccountingNotificationTP,
_CompanyCode,
_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