A_CertaintyLevelText
A_CertaintyLevelText
A_CertaintyLevelText is a Basic CDS View that provides data about "A_CertaintyLevelText" in SAP S/4HANA. It reads from 1 data source (I_CertaintyLevelText) and exposes 3 fields with key fields CertaintyLevel, Language.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CertaintyLevelText | I_CertaintyLevelText | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | ACRTLVLTXT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | A_CertaintyLevelText | view | |
| VDM.lifecycle.contract.type | #PUBLIC_REMOTE_API | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CertaintyLevel | CertaintyLevel | ||
| KEY | Language | Language | ||
| CertaintyLevelName | CertaintyLevelName |
@AbapCatalog.sqlViewName: 'ACRTLVLTXT'
@AbapCatalog.compiler.compareFilter: true
@VDM.viewType: #BASIC
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #B
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'A_CertaintyLevelText'
@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API
define view A_CertaintyLevelText as select from I_CertaintyLevelText{
@ObjectModel.sapObjectNodeTypeReference:'CashFlowCertaintyLevel'
key CertaintyLevel,
key Language,
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