I_AcctgNotifTypeRefDocType
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)
| Source | Alias | Join Type |
|---|---|---|
| fane_botyp_awtyp | fane_botyp_awtyp | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_ReferenceDocumentTypeText | _ReferenceDocumentTypeText | $projection.ReferenceDocumentType = _ReferenceDocumentTypeText.ReferenceDocumentType |
Annotations (9)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| 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
}
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA