@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":""
}
}*/
Depth:
1
2
3
4
5
All
Reload
I_CshConcnStatusText view