I_CtrlgOvhdOverallStatusText

DDL: I_CTRLGOVHDOVERALLSTATUSTEXT SQL: IOVERALSTATTXT Type: view BASIC Package: ODATA_OVERHEAD_CALC_SINGLE

Basic interface view for overall status text

I_CtrlgOvhdOverallStatusText is a Basic CDS View that provides data about "Basic interface view for overall status text" in SAP S/4HANA. It reads from 1 data source (dd07v) and exposes 2 fields with key field CtrlgOverheadOverallStatus. Part of development package ODATA_OVERHEAD_CALC_SINGLE.

Data Sources (1)

SourceAliasJoin Type
dd07v dd07v from

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName IOVERALSTATTXT view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #CHECK view
EndUserText.label Basic interface view for overall status text view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.dataCategory #TEXT view
VDM.viewType #BASIC view
ClientHandling.type #INHERITED view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #TRANSACTIONAL view
ObjectModel.representativeKey CtrlgOverheadOverallStatus view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CtrlgOverheadOverallStatus
CtrlgOverheadOverallStatusText ddtext
@AbapCatalog.sqlViewName: 'IOVERALSTATTXT'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Basic interface view for overall status text'


@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.dataCategory: #TEXT
@VDM.viewType: #BASIC
@ClientHandling.type: #INHERITED
@ObjectModel.usageType.serviceQuality: #C
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #TRANSACTIONAL
@ObjectModel.representativeKey: 'CtrlgOverheadOverallStatus'

define view I_CtrlgOvhdOverallStatusText
  as select from dd07v
{
  key cast( domvalue_l as fco_ovhd_ovrl_status ) as CtrlgOverheadOverallStatus,
      @Semantics.text:true
      ddtext                                     as CtrlgOverheadOverallStatusText
}
where
      ddlanguage = $session.system_language
  and domname    = 'FCO_OVHD_OVRL_STATUS'