C_FactoryCalendarText
Text view for Factory calendar text
C_FactoryCalendarText is a Consumption CDS View that provides data about "Text view for Factory calendar text" in SAP S/4HANA. It reads from 1 data source (I_FactoryCalendarText) and exposes 3 fields with key fields FactoryCalendar, Language.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_FactoryCalendarText | I_FactoryCalendarText | from |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CCALENDARTXT | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | FactoryCalendar | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #ORGANIZATIONAL | view | |
| Search.searchable | true | view | |
| VDM.viewType | #CONSUMPTION | view | |
| EndUserText.label | Text view for Factory calendar text | view |
Fields (3)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FactoryCalendar | FactoryCalendar | ||
| KEY | Language | Language | ||
| FactoryCalendarName | FactoryCalendarName |
@AbapCatalog.sqlViewName: 'CCALENDARTXT'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@ObjectModel.dataCategory: #TEXT
@ObjectModel.representativeKey: 'FactoryCalendar'
@ObjectModel.usageType: {serviceQuality: #A, sizeCategory: #S, dataClass: #ORGANIZATIONAL}
@Search.searchable: true
@VDM.viewType: #CONSUMPTION
@EndUserText.label: 'Text view for Factory calendar text'
define view C_FactoryCalendarText as select from I_FactoryCalendarText
{
@ObjectModel.text.element: 'FactoryCalendarName'
key FactoryCalendar,
@Semantics.language: true
key Language,
@Search: {defaultSearchElement: true, fuzzinessThreshold: 0.5}
@Semantics.text: true
FactoryCalendarName
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_FACTORYCALENDARTEXT"
],
"ASSOCIATED":
[],
"BASE":
[],
"VERSION":0
}
}*/
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