I_MaintPlanCallHorizonCalcType
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)
| Source | Alias | Join Type |
|---|---|---|
| dd07l | dd07l | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..*] | I_MaintPlanCallHrznCalcTypeTxt | _Text | $projection.MaintenanceCallHorizonCalcType = _Text.MaintenanceCallHorizonCalcType |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| 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)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| _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":""
}
}*/
Learn More
- What Is a CDS View in SAP S/4HANA?
- Types of CDS Views: Basic, Composite, Consumption, and Transactional
- SAP Tables vs CDS Views — Key Differences
- Understanding Data Lineage in SAP S/4HANA
- VDM (Virtual Data Model) in SAP S/4HANA Explained
- CDS View Annotations — A Complete Guide
- CDS View Field Mapping and Associations
- Understanding the SAP S/4HANA Data Model
- CDS View Extensions and Custom Fields in SAP S/4HANA
- Released APIs and Stability Contracts in SAP S/4HANA