I_FactoryCalendarValueHelp
Factory Calendar
I_FactoryCalendarValueHelp is a Composite CDS View that provides data about "Factory Calendar" in SAP S/4HANA. It reads from 1 data source (R_FHC_FCAL_COMBINED) and exposes 5 fields with key field FactoryCalendarID. It has 1 association to related views. Part of development package S_FHC_MAINTENANCE.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| R_FHC_FCAL_COMBINED | R_FHC_FCAL_COMBINED | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_FactoryCalendarBasicText | _Text | $projection.FactoryCalendarID = _Text.FactoryCalendarID |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| EndUserText.label | Factory Calendar | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Consumption.ranked | true | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.viewType | #COMPOSITE | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | FactoryCalendarID | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FactoryCalendarID | FactoryCalendarID | ||
| FactoryCalendarLegacyID | FactoryCalendarLegacyID | |||
| FctryCalendarValidityStartDate | FctryCalendarValidityStartDate | |||
| FactoryCalendarValidityEndDate | FactoryCalendarValidityEndDate | |||
| _Text | _Text |
@EndUserText.label: 'Factory Calendar'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Consumption.ranked: true
@Metadata.ignorePropagatedAnnotations:true
@VDM.viewType: #COMPOSITE
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'FactoryCalendarID'
@ObjectModel.supportedCapabilities: [ #VALUE_HELP_PROVIDER ]
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
define view entity I_FactoryCalendarValueHelp
as select from R_FHC_FCAL_COMBINED
association [0..*] to I_FactoryCalendarBasicText as _Text
on $projection.FactoryCalendarID = _Text.FactoryCalendarID
{
@ObjectModel.text.association: '_Text'
key FactoryCalendarID,
FactoryCalendarLegacyID,
FctryCalendarValidityStartDate,
FactoryCalendarValidityEndDate,
//association to I_FactoryCalendarBasicText
_Text
}
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