I_CshConcnStatusText

DDL: I_CSHCONCNSTATUSTEXT SQL: ICSHCONCNSTATTXT Type: view BASIC

Cash Concentration Status Text

I_CshConcnStatusText is a Basic CDS View that provides data about "Cash Concentration Status Text" in SAP S/4HANA. It reads from 1 data source (I_DomainFixedValueText) and exposes 2 fields with key field CashConcentrationStatus.

Data Sources (1)

SourceAliasJoin Type
I_DomainFixedValueText _Text from

Annotations (10)

NameValueLevelField
AbapCatalog.sqlViewName ICSHCONCNSTATTXT view
VDM.viewType #BASIC view
EndUserText.label Cash Concentration Status Text view
ClientHandling.algorithm #SESSION_VARIABLE view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.serviceQuality #X view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.dataCategory #TEXT view
ObjectModel.representativeKey CashConcentrationStatus view

Fields (2)

KeyFieldSource TableSource FieldDescription
KEY CashConcentrationStatus DomainValue
CshConcnStatusText DomainText
@AbapCatalog.sqlViewName: 'ICSHCONCNSTATTXT'
//@ClientDependent: true

@VDM.viewType: #BASIC
//@VDM.private: true

//@AbapCatalog.compiler.compareFilter: true

//@AccessControl.authorizationCheck: #CHECK

@EndUserText.label: 'Cash Concentration Status Text'

@ClientHandling.algorithm: #SESSION_VARIABLE
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ObjectModel.usageType.serviceQuality: #X
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
//@Metadata.ignorePropagatedAnnotations: true

@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'CashConcentrationStatus'

define view I_CshConcnStatusText
  as select from I_DomainFixedValueText as _Text
{
      @ObjectModel.text.element: 'CshConcnStatusText'
  key DomainValue as CashConcentrationStatus,
      @UI.hidden: true
      @Semantics.text
      DomainText  as CshConcnStatusText
}
where
      SAPDataDictionaryDomain = 'FCLM_CPL_STATE'
  and _Text.Language          = $session.system_language
  and DomainValue <> '2';



//define view I_CshConcnStatusText

//as select from dd07t as flowtype

//association [0..1] to I_Language as _Language on $projection.Language = _Language.Language

//{   

//    @Consumption.filter.hidden: true

//    @UI.hidden: true

//    key cast( flowtype.domvalue_l as fclm_cpl_state ) as CashConcentrationStatus, 

//    @Semantics.language: true

//    @ObjectModel.foreignKey.association: '_Language'

//    @Consumption.filter.hidden: true

//    @UI.hidden: true

//    flowtype.ddlanguage as Language,

//    

//    @EndUserText: {

//         label:     'Concentration Status',

//         quickInfo: 'Concentration Status'

//    } 

//    @Semantics.text

//    flowtype.ddtext as CshConcnStatusText,      

//    

//    @ObjectModel.text.element: 'CshConcnStatusText'

//    @Consumption.filter.hidden: true

//    @UI.hidden: true

//    flowtype.domname as SAPDataDictionaryDomain,

//    //key flowtype.domvalue_l as CashConcentrationStatus,

//    

////    @Semantics.language: true

////    @ObjectModel.foreignKey.association: '_Language'

////    @Consumption.filter.hidden: true

////    @UI.hidden: true

////    key flowtype.ddlanguage as Language,

//    

////    @Consumption.filter.hidden: true

////    @UI.hidden: true

////    key cast( flowtype.domvalue_l as fclm_cpl_state ) as CashConcentrationStatus, 

//    

//    _Language 

//} where flowtype.domname = 'FCLM_CPL_STATE' 

//    and _Language.Language = $session.system_language;  

  
  
  
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_DOMAINFIXEDVALUETEXT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/