FAC_OPP_CDS_FACTORY_CALENDAR
CDS View for Factory Calendar
FAC_OPP_CDS_FACTORY_CALENDAR is a CDS View that provides data about "CDS View for Factory Calendar" in SAP S/4HANA. It reads from 2 data sources (tfacd, tfact).
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | FACOPPV_FAC_CAL | view | |
| ClientHandling.type | #INHERITED | view | |
| ClientHandling.algorithm | #AUTOMATED | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | CDS View for Factory Calendar | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| ObjectModel.usageType.serviceQuality | #C | view |
@AbapCatalog.sqlViewName: 'FACOPPV_FAC_CAL'
@ClientHandling.type: #INHERITED
@ClientHandling.algorithm: #AUTOMATED
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'CDS View for Factory Calendar'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MIXED
@ObjectModel.usageType.serviceQuality: #C
define view FAC_OPP_CDS_FACTORY_CALENDAR
as select from tfacd
left outer join tfact on tfacd.ident = tfact.ident
and tfact.spras = $session.system_language
{
key tfacd.ident as factory_calendar_id,
tfact.ltext as factory_calendar_descr
}
where
tfacd.motag = '1'
or tfacd.ditag = '1'
or tfacd.miwch = '1'
or tfacd.dotag = '1'
or tfacd.frtag = '1'
or tfacd.satag = '1'
or tfacd.sotag = '1'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"TFACD",
"TFACT"
],
"ASSOCIATED":
[],
"BASE":
[],
"ANNO_REF":
[],
"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