C_AcctgNotifAddlCompanyCode

DDL: C_ACCTGNOTIFADDLCOMPANYCODE Type: view_entity CONSUMPTION Package: FABTI_ACCNTG_NOTIFICATION_EXT

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)

SourceAliasJoin Type
R_AcctgNotifAddlCompanyCodeTP R_AcctgNotifAddlCompanyCodeTP projection

Annotations (7)

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

ServiceBindingVersionContractRelease
UI_FIN_MNGACCNOTIF UI_FIN_MNGACCNOTIF V4 C1 NOT_RELEASED

Fields (4)

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