C_SlsAcctgFsclPerdForCoCodeVH
Fiscal Year Period for Company Code Value Help
C_SlsAcctgFsclPerdForCoCodeVH is a Consumption CDS View that provides data about "Fiscal Year Period for Company Code Value Help" in SAP S/4HANA. It reads from 1 data source (I_FiscalYearPeriodForCmpnyCode) and exposes 6 fields with key fields CompanyCode, FiscalYearPeriod.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_FiscalYearPeriodForCmpnyCode | I_FiscalYearPeriodForCmpnyCode | from |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CSAOFYPFCCVH | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| EndUserText.label | Fiscal Year Period for Company Code Value Help | view | |
| ObjectModel.dataCategory | #VALUE_HELP | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #L | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| UI.textArrangement | #TEXT_LAST | view | |
| VDM.viewType | #CONSUMPTION | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | CompanyCode | CompanyCode | ||
| KEY | FiscalYearPeriod | FiscalYearPeriod | ||
| FiscalYear | FiscalYear | |||
| FiscalPeriod | FiscalPeriod | |||
| FiscalPeriodStartDate | FiscalPeriodStartDate | |||
| FiscalPeriodEndDate | FiscalPeriodEndDate |
@AbapCatalog.sqlViewName: 'CSAOFYPFCCVH'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true
@AccessControl.authorizationCheck: #CHECK
@EndUserText.label: 'Fiscal Year Period for Company Code Value Help'
@ObjectModel: {
dataCategory: #VALUE_HELP,
usageType: {
serviceQuality: #B,
sizeCategory: #L,
dataClass: #CUSTOMIZING
}
}
@UI.textArrangement: #TEXT_LAST
@VDM.viewType: #CONSUMPTION
define view C_SlsAcctgFsclPerdForCoCodeVH
as select from I_FiscalYearPeriodForCmpnyCode
{
@UI: {
lineItem.position: 60,
selectionField.position: 60
}
key CompanyCode,
@UI: {
lineItem.position: 30,
selectionField.position: 30
}
@Semantics.fiscal.yearPeriod: true
key FiscalYearPeriod,
@Consumption.hidden: true
@UI: {
lineItem.position: 10,
selectionField.position: 10
}
FiscalYear,
@Consumption.hidden: true
@UI: {
lineItem.position: 20,
selectionField.position: 20
}
FiscalPeriod,
@UI: {
lineItem.position: 40,
selectionField.position: 40
}
FiscalPeriodStartDate,
@UI: {
lineItem.position: 50,
selectionField.position: 50
}
FiscalPeriodEndDate
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_FISCALYEARPERIODFORCMPNYCODE"
],
"ASSOCIATED":
[],
"BASE":
[],
"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