I_AcctgNotifTypeRefDocType

DDL: I_ACCTGNOTIFTYPEREFDOCTYPE Type: view_entity BASIC

Accounting Notif Type Reference Doc Type

I_AcctgNotifTypeRefDocType is a Basic CDS View that provides data about "Accounting Notif Type Reference Doc Type" in SAP S/4HANA. It reads from 1 data source (fane_botyp_awtyp) and exposes 3 fields with key fields AccountingNotificationType, ReferenceDocumentType. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
fane_botyp_awtyp fane_botyp_awtyp from

Associations (1)

CardinalityTargetAliasCondition
[0..*] I_ReferenceDocumentTypeText _ReferenceDocumentTypeText $projection.ReferenceDocumentType = _ReferenceDocumentTypeText.ReferenceDocumentType

Annotations (9)

NameValueLevelField
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Accounting Notif Type Reference Doc 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
Analytics.technicalName IACCNOTTYPREFDOCTYP view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY AccountingNotificationType fane_botyp_awtyp bo_type
KEY ReferenceDocumentType fane_botyp_awtyp awtyp
_ReferenceDocumentTypeText _ReferenceDocumentTypeText
@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
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"FANE_BOTYP_AWTYP"
],
"ASSOCIATED":
[
"I_REFERENCEDOCUMENTTYPETEXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/