C_AccrPerdFYPerdForCoCode
Fiscal Year Period for Company Code
C_AccrPerdFYPerdForCoCode is a Consumption CDS View that provides data about "Fiscal Year Period for Company Code" in SAP S/4HANA. It reads from 1 data source (I_FiscalCalYearPeriodForCoCode) and exposes 14 fields with key fields CompanyCode, FiscalYearPeriod. It is exposed through 1 OData service (FAC_ACE_DSP_PERDC_ACCR_AMT_SRV). Part of development package ODATA_GL_ACE_DSP_PER_ACCR_AMTS.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_FiscalCalYearPeriodForCoCode | I_FiscalCalYearPeriodForCoCode | from |
Annotations (7)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| EndUserText.label | Fiscal Year Period for Company Code | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| VDM.viewType | #CONSUMPTION | view |
OData Services (1)
| Service | Binding | Version | Contract | Release |
|---|---|---|---|---|
| FAC_ACE_DSP_PERDC_ACCR_AMT_SRV | FAC_ACE_DSP_PERDC_AMT_SRV | V2 | C1 | NOT_TO_BE_RELEASED_STABLE |
Fields (14)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CompanyCode | CompanyCode | ||
| KEY | FiscalYearPeriod | FiscalYearPeriod | ||
| FiscalYear | FiscalYear | |||
| FiscalPeriod | FiscalPeriod | |||
| FiscalYearVariant | FiscalYearVariant | |||
| FiscalPeriodStartDate | FiscalPeriodStartDate | |||
| FiscalPeriodEndDate | FiscalPeriodEndDate | |||
| IsSpecialPeriod | IsSpecialPeriod | |||
| FiscalYearStartDate | FiscalYearStartDate | |||
| FiscalYearEndDate | FiscalYearEndDate | |||
| _CompanyCode | _CompanyCode | |||
| _FiscalYear | _FiscalYear | |||
| _FiscalYearVariant | _FiscalYearVariant | |||
| _Text | _Text |
@AbapCatalog.viewEnhancementCategory: [#NONE]
@AccessControl.authorizationCheck: #NOT_REQUIRED
@EndUserText.label: 'Fiscal Year Period for Company Code'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #X,
sizeCategory: #S,
dataClass: #MIXED
}
@VDM.viewType:#CONSUMPTION
define view entity C_AccrPerdFYPerdForCoCode
as select from I_FiscalCalYearPeriodForCoCode
{
key CompanyCode,
key FiscalYearPeriod,
FiscalYear,
FiscalPeriod,
FiscalYearVariant,
FiscalPeriodStartDate,
FiscalPeriodEndDate,
IsSpecialPeriod,
FiscalYearStartDate,
FiscalYearEndDate,
/* Associations */
_CompanyCode,
_FiscalYear,
_FiscalYearVariant,
_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