C_InvoiceDatesVHTemp
Value Help for Invoice Dates
C_InvoiceDatesVHTemp is a Consumption CDS View that provides data about "Value Help for Invoice Dates" in SAP S/4HANA. It reads from 1 data source (I_FactoryCalendar) and exposes 2 fields with key field FactoryCalendar. It has 1 association to related views. Part of development package VDM_MD_BP.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_FactoryCalendar | I_FactoryCalendar | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1..*] | C_InvoiceDatesTextVHTemp | _Text | $projection.FactoryCalendar = _Text.FactoryCalendar |
Annotations (12)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CINVOICEDATESVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.representativeKey | FactoryCalendar | view | |
| Search.searchable | true | view | |
| EndUserText.label | Value Help for Invoice Dates | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| Consumption.ranked | true | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FactoryCalendar | I_FactoryCalendar | FactoryCalendar | Invoice Dates |
| _Text | _Text |
@AbapCatalog.sqlViewName: 'CINVOICEDATESVH'
@AbapCatalog.compiler.compareFilter: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION
@ObjectModel.representativeKey: 'FactoryCalendar'
@Search.searchable: true
@EndUserText.label: 'Value Help for Invoice Dates'
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #M
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.dataCategory: #VALUE_HELP
@Consumption.ranked: true
define view C_InvoiceDatesVHTemp
//as select from tfacd
as select from I_FactoryCalendar
association [1..*] to C_InvoiceDatesTextVHTemp as _Text on $projection.FactoryCalendar = _Text.FactoryCalendar
{
@EndUserText.label: 'Invoice Dates'
@ObjectModel.text.association: '_Text'
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
key I_FactoryCalendar.FactoryCalendar as FactoryCalendar,
_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