I_ACCTGNOTIFREFDOCUMENTTYPE

CDS View

Accounting Notif Reference Document Type

I_ACCTGNOTIFREFDOCUMENTTYPE is a CDS View in S/4HANA. Accounting Notif Reference Document Type. 1 CDS views read from this table.

CDS Views using this table (1)

ViewTypeJoinVDMDescription
I_AcctgNotifRefDocumentTypeVH view_entity from COMPOSITE Acctg Notif Ref Document Type
@VDM.viewType: #COMPOSITE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Accounting Notif Reference Document Type'
@Metadata.ignorePropagatedAnnotations: true
@Consumption.ranked:true

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

@Analytics.technicalName:'IACCNOTREFDOCTYPE'
define view entity I_AcctgNotifRefDocumentType
  as select distinct from I_AcctgNotifTypeRefDocType //distinct as actually superfluous because each AWTYP should occur only for one BOType.

//  association [0..*] to I_ReferenceDocumentTypeText as _ReferenceDocumentTypeText on $projection.ReferenceDocumentType = _ReferenceDocumentTypeText.ReferenceDocumentType

{
      @ObjectModel.text.association: '_ReferenceDocumentTypeText'
  key I_AcctgNotifTypeRefDocType.ReferenceDocumentType as ReferenceDocumentType,
      _ReferenceDocumentTypeText
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_ACCTGNOTIFTYPEREFDOCTYPE"
],
"ASSOCIATED":
[
"I_REFERENCEDOCUMENTTYPETEXT"
],
"BASE":
[
"I_ACCTGNOTIFTYPEREFDOCTYPE"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/