C_FiscalYearPeriodForCoCodeVH
Fiscal Year Period For Company Code
C_FiscalYearPeriodForCoCodeVH 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_FiscalYearPeriodForCmpnyCode) and exposes 11 fields with key fields CompanyCode, FiscalYear, FiscalPeriod.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_FiscalYearPeriodForCmpnyCode | I_FiscalYearPeriodForCmpnyCode | from |
Annotations (10)
| Name | Value | Level | Field |
|---|---|---|---|
| Metadata.ignorePropagatedAnnotations | true | view | |
| EndUserText.label | Fiscal Year Period For Company Code | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| Consumption.ranked | true | view | |
| Search.searchable | true | view |
Fields (11)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CompanyCode | CompanyCode | ||
| KEY | FiscalYear | FiscalYear | ||
| KEY | FiscalPeriod | FiscalPeriod | ||
| FiscalYearVariant | FiscalYearVariant | |||
| FiscalPeriodStartDate | FiscalPeriodStartDate | |||
| FiscalPeriodEndDate | FiscalPeriodEndDate | |||
| _CompanyCode | _CompanyCode | |||
| _FiscalYearVariant | _FiscalYearVariant | |||
| _FiscalPeriodStartDate | _FiscalPeriodStartDate | |||
| _FiscalYear | _FiscalYear | |||
| _Text | _Text |
@Metadata.ignorePropagatedAnnotations: true
@EndUserText.label: 'Fiscal Year Period For Company Code'
@VDM.viewType: #CONSUMPTION
@ObjectModel: {
dataCategory: #VALUE_HELP,
usageType: {serviceQuality: #B, sizeCategory: #L, dataClass: #CUSTOMIZING}
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@Consumption.ranked: true
@Search.searchable: true
define view entity C_FiscalYearPeriodForCoCodeVH
as select from I_FiscalYearPeriodForCmpnyCode
{
@Consumption.valueHelpDefinition: [
{ entity: { name: 'I_CompanyCodeStdVH',
element: 'CompanyCode' }
}]
@ObjectModel.foreignKey.association: '_CompanyCode'
key CompanyCode,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
@ObjectModel.foreignKey.association: '_FiscalYear'
key FiscalYear,
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
@ObjectModel.text.association: '_Text'
key FiscalPeriod,
@ObjectModel.foreignKey.association: '_FiscalYearVariant'
FiscalYearVariant,
@ObjectModel.foreignKey.association: '_FiscalPeriodStartDate'
FiscalPeriodStartDate,
FiscalPeriodEndDate,
_CompanyCode,
_FiscalYearVariant,
_FiscalPeriodStartDate,
_FiscalYear,
_Text
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_FISCALYEARPERIODFORCMPNYCODE"
],
"ASSOCIATED":
[
"I_CALENDARDATE",
"I_COMPANYCODE",
"I_FISCALPERIODFORCOCODETEXT",
"I_FISCALYEARFORCOMPANYCODE",
"I_FISCALYEARVARIANT"
],
"BASE":
[
"I_FISCALYEARPERIODFORCMPNYCODE"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/
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