I_AcctgNotifRefDocumentTypeVH
Acctg Notif Ref Document Type
I_AcctgNotifRefDocumentTypeVH is a Composite CDS View that provides data about "Acctg Notif Ref Document Type" in SAP S/4HANA. It reads from 1 data source (I_AcctgNotifRefDocumentType) and exposes 2 fields with key field ReferenceDocumentType. It is exposed through 1 OData service (UI_FIN_MNGACCNOTIF). Part of development package FABTI_ACCNTG_NOTIFICATION_EXT.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_AcctgNotifRefDocumentType | I_AcctgNotifRefDocumentType | from |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| VDM.viewType | #COMPOSITE | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | ReferenceDocumentType | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.resultSet.sizeCategory | #XS | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Acctg Notif Ref Document Type | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view | |
| Analytics.technicalName | IAcctgNotifTypRefDocTypVH | view | |
| UI.textArrangement | #TEXT_LAST | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| UI_FIN_MNGACCNOTIF | UI_FIN_MNGACCNOTIF | V4 | C1 | NOT_RELEASED |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | ReferenceDocumentType | |||
| ReferenceDocumentTypeName |
@VDM.viewType: #COMPOSITE
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'ReferenceDocumentType'
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.resultSet.sizeCategory: #XS
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Acctg Notif Ref Document Type'
@Metadata.ignorePropagatedAnnotations: true
@Search.searchable: true
@Consumption.ranked: true
@Analytics.technicalName: 'IAcctgNotifTypRefDocTypVH'
@UI.textArrangement: #TEXT_LAST
define view entity I_AcctgNotifRefDocumentTypeVH
as select from I_AcctgNotifRefDocumentType
{
@ObjectModel.text.element: ['ReferenceDocumentTypeName']
key cast ( ReferenceDocumentType as fan_awtyp preserving type ) as ReferenceDocumentType,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
@Semantics.text: true
_ReferenceDocumentTypeText[1:Language = $session.system_language].ReferenceDocumentTypeName
}
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