I_FiscalTimeUnitValueHelp
Fiscal Time Unit
I_FiscalTimeUnitValueHelp is a Composite CDS View that provides data about "Fiscal Time Unit" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 2 fields with key field FiscalTimeUnit. Part of development package FINS_PERIOD_VDM.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IFIFTUVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| VDM.viewType | #COMPOSITE | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.representativeKey | FiscalTimeUnit | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.modelingPattern | #VALUE_HELP_PROVIDER | view | |
| EndUserText.label | Fiscal Time Unit | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | FiscalTimeUnit | |||
| FiscalTimeUnitName | ddtext |
@AbapCatalog.sqlViewName: 'IFIFTUVH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true
@VDM.viewType: #COMPOSITE
@ObjectModel.dataCategory: #VALUE_HELP
@ObjectModel.representativeKey: 'FiscalTimeUnit'
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #A
@ObjectModel.usageType.sizeCategory: #S
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.supportedCapabilities:[#CDS_MODELING_DATA_SOURCE, #VALUE_HELP_PROVIDER]
@ObjectModel.modelingPattern: #VALUE_HELP_PROVIDER
@EndUserText.label: 'Fiscal Time Unit'
define view I_FiscalTimeUnitValueHelp
as select from dd07t
{
@ObjectModel.text.element: ['FiscalTimeUnitName']
key cast( domvalue_l as fins_fscl_tperiod_offset_unit ) as FiscalTimeUnit,
@Semantics.text: true
ddtext as FiscalTimeUnitName
}
where
domname = 'FINS_FSCL_TPERIOD_OFFSET_UNIT'
and as4local = 'A'
and ddlanguage = $session.system_language
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