I_RO_SAFTAnalysisTypeText
Analysis Type - Text
I_RO_SAFTAnalysisTypeText is a Basic CDS View that provides data about "Analysis Type - Text" in SAP S/4HANA. It reads from 1 data source (/ceecv/rocanalit) and exposes 3 fields with key fields Language, RO_SAFTAnalysisType.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| /ceecv/rocanalit | AnalysisTypeText | from |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IROSAFTANLSTPT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AbapCatalog.buffering.type | #FULL | view | |
| VDM.viewType | #BASIC | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Analysis Type - Text | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | /ceecv/rocanalit | spras | |
| KEY | RO_SAFTAnalysisType | /ceecv/rocanalit | anals_type | |
| RO_SAFTAnalysisTypeDescription | /ceecv/rocanalit | description |
@AbapCatalog.sqlViewName: 'IROSAFTANLSTPT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AbapCatalog.buffering.type: #FULL
@VDM.viewType: #BASIC
@ObjectModel.usageType.serviceQuality: #X
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.dataCategory: #TEXT
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@AccessControl.personalData.blocking: #NOT_REQUIRED
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Analysis Type - Text'
define view I_RO_SAFTAnalysisTypeText
as select from /ceecv/rocanalit as AnalysisTypeText
{
@Semantics.language: true
key AnalysisTypeText.spras as Language,
key AnalysisTypeText.anals_type as RO_SAFTAnalysisType,
@Semantics.text: true
AnalysisTypeText.description as RO_SAFTAnalysisTypeDescription
}
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