I_RO_SAFTAnalysisTypeText

DDL: I_RO_SAFTANALYSISTYPETEXT SQL: IROSAFTANLSTPT Type: view BASIC

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)

SourceAliasJoin Type
/ceecv/rocanalit AnalysisTypeText from

Annotations (13)

NameValueLevelField
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)

KeyFieldSource TableSource FieldDescription
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
}