I_AcctgNotifRefDocumentType

DDL: I_ACCTGNOTIFREFDOCUMENTTYPE Type: view_entity COMPOSITE

Accounting Notif Reference Document Type

I_AcctgNotifRefDocumentType is a Composite CDS View that provides data about "Accounting Notif Reference Document Type" in SAP S/4HANA.

Annotations (10)

NameValueLevelField
VDM.viewType #COMPOSITE view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Accounting Notif Reference Document Type view
Metadata.ignorePropagatedAnnotations true view
Consumption.ranked true view
ObjectModel.usageType.serviceQuality #A view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.representativeKey ReferenceDocumentType view
Analytics.technicalName IACCNOTREFDOCTYPE view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY ReferenceDocumentType I_AcctgNotifTypeRefDocType ReferenceDocumentType
_ReferenceDocumentTypeText _ReferenceDocumentTypeText
@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":""
}
}*/