A_CertaintyLevel
API for Certainty Level
A_CertaintyLevel is a Basic CDS View that provides data about "API for Certainty Level" in SAP S/4HANA. It reads from 1 data source (I_CertaintyLevel_2) and exposes 2 fields with key field CertaintyLevel. Part of development package FINS_FIS_API.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CertaintyLevel_2 | I_CertaintyLevel_2 | from |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | API for Certainty Level | view | |
| VDM.viewType | #BASIC | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CertaintyLevel | CertaintyLevel | ||
| CertaintyLevelName |
@EndUserText.label: 'API for Certainty Level'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck:#NOT_REQUIRED
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #B
@Metadata.ignorePropagatedAnnotations: true
//A-view annotations
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
define view entity A_CertaintyLevel as select from I_CertaintyLevel_2 {
@ObjectModel.sapObjectNodeTypeReference:'CashFlowCertaintyLevel'
key CertaintyLevel,
_Text[1:Language = $session.system_language].CertaintyLevelName as CertaintyLevelName
}
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