I_MaintPlanCallHorizonCalcType

DDL: I_MAINTPLANCALLHORIZONCALCTYPE SQL: IMPLNCALLHRZN Type: view BASIC

Call Horizon Qualifier

I_MaintPlanCallHorizonCalcType is a Basic CDS View that provides data about "Call Horizon Qualifier" in SAP S/4HANA. It reads from 1 data source (dd07l) and exposes 1 field. It has 1 association to related views.

Data Sources (1)

SourceAliasJoin Type
dd07l dd07l from

Associations (1)

CardinalityTargetAliasCondition
[1..*] I_MaintPlanCallHrznCalcTypeTxt _Text $projection.MaintenanceCallHorizonCalcType = _Text.MaintenanceCallHorizonCalcType

Annotations (13)

NameValueLevelField
AbapCatalog.sqlViewName IMPLNCALLHRZN view
AbapCatalog.compiler.compareFilter true view
AbapCatalog.preserveKey true view
AccessControl.authorizationCheck #NOT_REQUIRED view
EndUserText.label Call Horizon Qualifier view
ClientHandling.algorithm #SESSION_VARIABLE view
ObjectModel.resultSet.sizeCategory #XS view
VDM.viewType #BASIC view
Metadata.ignorePropagatedAnnotations true view
ObjectModel.usageType.serviceQuality #C view
ObjectModel.usageType.sizeCategory #M view
ObjectModel.usageType.dataClass #ORGANIZATIONAL view
ObjectModel.dataCategory #VALUE_HELP view

Fields (1)

KeyFieldSource TableSource FieldDescription
_Text _Text
@AbapCatalog.sqlViewName: 'IMPLNCALLHRZN'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Call Horizon Qualifier'
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.resultSet.sizeCategory:#XS
@VDM.viewType: #BASIC
@Metadata.ignorePropagatedAnnotations:true
@ObjectModel: {
   usageType.serviceQuality: #C,
   usageType.sizeCategory: #M,
   usageType.dataClass: #ORGANIZATIONAL
}
@ObjectModel.dataCategory:#VALUE_HELP
@ObjectModel.supportedCapabilities:[ #CDS_MODELING_ASSOCIATION_TARGET, #CDS_MODELING_DATA_SOURCE, #VALUE_HELP_PROVIDER]

/*+[hideWarning] { "IDS" : [ "KEY_CHECK" ]  } */
define view I_MaintPlanCallHorizonCalcType as select from dd07l
association [1..*] to I_MaintPlanCallHrznCalcTypeTxt as _Text on $projection.MaintenanceCallHorizonCalcType = _Text.MaintenanceCallHorizonCalcType
{
  @ObjectModel.text.association: '_Text'
  key cast(case when domvalue_l = '' then '%'
                when domvalue_l = ' ' then '%'
                when domvalue_l is null then '%'
                else domvalue_l end as eam_cc_callhorizon_calc_type  )  as MaintenanceCallHorizonCalcType,
  
  // Associations

  _Text 
}
where domname = 'EAM_CC_CALLHORIZON_QUALIFIER' and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07L"
],
"ASSOCIATED":
[
"I_MAINTPLANCALLHRZNCALCTYPETXT"
],
"BASE":
[],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/