C_FactoryCalWeekendPostingVH
Factory Calendar VH Excl Spcl Rules
C_FactoryCalWeekendPostingVH is a Consumption CDS View that provides data about "Factory Calendar VH Excl Spcl Rules" in SAP S/4HANA. It reads from 1 data source (I_FactoryCalendar) and exposes 3 fields with key field FactoryCalendar. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_FactoryCalendar | I_FactoryCalendar | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..*] | I_FactoryCalendarText | _Text | $projection.FactoryCalendar = _Text.FactoryCalendar |
Annotations (13)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CFCALWKNDPSTGVH | view | |
| VDM.viewType | #CONSUMPTION | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Factory Calendar VH Excl Spcl Rules | view | |
| ObjectModel.representativeKey | FactoryCalendar | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #ORGANIZATIONAL | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Search.searchable | true | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FactoryCalendar | FactoryCalendar | ||
| FactoryCalendarName | ||||
| _Text | _Text |
@AbapCatalog.sqlViewName: 'CFCALWKNDPSTGVH'
@VDM.viewType: #CONSUMPTION
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Factory Calendar VH Excl Spcl Rules'
@ObjectModel.representativeKey: 'FactoryCalendar'
@ObjectModel.usageType: {serviceQuality: #A, sizeCategory: #S, dataClass: #ORGANIZATIONAL}
@ObjectModel.semanticKey: ['FactoryCalendar']
@ClientHandling.algorithm: #SESSION_VARIABLE
@Search.searchable: true
@ObjectModel.dataCategory: #VALUE_HELP
define view C_FactoryCalWeekendPostingVH as select from I_FactoryCalendar
association [0..*] to I_FactoryCalendarText as _Text on $projection.FactoryCalendar = _Text.FactoryCalendar
{
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@ObjectModel.text.element: ['FactoryCalendarName']
@Search.ranking: #HIGH
key FactoryCalendar,
@Semantics.text: true
_Text[1:Language = $session.system_language].FactoryCalendarName,
_Text
}
where I_FactoryCalendar.FactoryCalSpclRulesAreExisting = ' '
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