C_FactoryCalendarValueHelp
Factory Calendar Value help
C_FactoryCalendarValueHelp is a Consumption CDS View that provides data about "Factory Calendar Value help" 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. It is exposed through 1 OData service (FAC_MANAGE_POSTING_PERIOD). It is used in 1 Fiori application: Manage Posting Periods - Cost Accounting.
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 | CFACTORYCALVH | view | |
| VDM.viewType | #CONSUMPTION | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Factory Calendar Value help | view | |
| ObjectModel.representativeKey | FactoryCalendar | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #ORGANIZATIONAL | view | |
| ObjectModel.semanticKey | FactoryCalendar | view | |
| Search.searchable | true | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| Consumption.ranked | true | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| FAC_MANAGE_POSTING_PERIOD | FAC_MANAGE_POSTING_PERIOD | V2 | C1 | NOT_RELEASED |
Fiori Apps (1)
| App ID | App Name | Type | Description |
|---|---|---|---|
| F4684 | Manage Posting Periods - Cost Accounting | Transactional | This application can be used to maintain (open/close) posting periods on the level of company codes, ledgers and business transaction types. |
Manage Posting Periods - Cost Accounting
Business Role: General Ledger Accountant
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FactoryCalendar | FactoryCalendar | ||
| FactoryCalendarName | ||||
| _Text | _Text |
@AbapCatalog.sqlViewName: 'CFACTORYCALVH'
@VDM.viewType: #CONSUMPTION
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Factory Calendar Value help'
@ObjectModel.representativeKey: 'FactoryCalendar'
@ObjectModel.usageType: {serviceQuality: #A, sizeCategory: #S, dataClass: #ORGANIZATIONAL}
@ObjectModel.semanticKey: 'FactoryCalendar'
@Search.searchable: true
@ObjectModel.dataCategory: #VALUE_HELP
@Consumption.ranked: true
define view C_FactoryCalendarValueHelp 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
}
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