P_Consfiscalmap
Fiscal Calendar Mapping for FI Consolidation
P_Consfiscalmap is a Basic CDS View that provides data about "Fiscal Calendar Mapping for FI Consolidation" in SAP S/4HANA. It reads from 1 data source (finsc_fisc_date) and exposes 2 fields. Part of development package FINS_RTC_MODEL.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| finsc_fisc_date | finsc_fisc_date | from |
Annotations (4)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | PCONSFISCALMAP | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #BASIC | view | |
| VDM.private | true | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| client | client | |||
| fiscal_year | fiscal_year |
@AbapCatalog.sqlViewName: 'PCONSFISCALMAP'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@VDM.private:true
define view P_Consfiscalmap as select from finsc_fisc_date {
client,
fiscal_year_variant,
calendar_date,
fiscal_year,
//fiscal_year_start_date,
//fiscal_year_end_date,
fiscal_period,
fiscal_period_start_date,
fiscal_period_end_date,
fiscal_quarter,
//fiscal_quarter_start_date,
//fiscal_quarter_end_date,
//fiscal_week,
//fiscal_week_start_date,
//fiscal_week_end_date,
cast(fiscal_year_period as fiscalyearperiod) as fiscal_year_period
//fiscal_year_quarter,
//fiscal_year_week
}
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