I_AcctgNotifAddlCompanyCodeTP

DDL: I_ACCTGNOTIFADDLCOMPANYCODETP Type: view_entity TRANSACTIONAL Package: FABTI_ACCNTG_NOTIFICATION_EXT

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)

SourceAliasJoin Type
R_AcctgNotifAddlCompanyCodeTP R_AcctgNotifAddlCompanyCodeTP projection

Annotations (10)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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
}