I_ACCTGNOTIFTYPEREFDOCTYPE

CDS View

Accounting Notif Type Reference Doc Type

I_ACCTGNOTIFTYPEREFDOCTYPE is a CDS View in S/4HANA. Accounting Notif Type Reference Doc Type. It contains 1 fields.

Fields (1)

KeyField CDS FieldsUsed in Views
KEY ReferenceDocumentType ReferenceDocumentType 1
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Accounting Notif Type Reference Doc Type'
@Metadata.ignorePropagatedAnnotations: true
@Consumption.ranked:true

@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #MASTER
//@ObjectModel.representativeKey: 'ReferenceDocumentType'


@Analytics.technicalName:'IACCNOTTYPREFDOCTYP'
define view entity I_AcctgNotifTypeRefDocType
  as select from fane_botyp_awtyp
  association [0..*] to I_ReferenceDocumentTypeText as _ReferenceDocumentTypeText on $projection.ReferenceDocumentType = _ReferenceDocumentTypeText.ReferenceDocumentType
//  association []

{
      
//      @ObjectModel.foreignKey.association: '_ReferenceDocumentTypeText'

  key fane_botyp_awtyp.bo_type as AccountingNotificationType,
      @ObjectModel.text.association: '_ReferenceDocumentTypeText'
  key fane_botyp_awtyp.awtyp   as ReferenceDocumentType,
      _ReferenceDocumentTypeText
}