C_JVAFinanceGlobalFilterOvw
JVA Finance Overview Page Filter Bar
C_JVAFinanceGlobalFilterOvw is a Consumption CDS View that provides data about "JVA Finance Overview Page Filter Bar" in SAP S/4HANA. It reads from 1 data source (I_CompanyCode) and exposes 2 fields.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| I_CompanyCode | I_CompanyCode | from |
Parameters (4)
| Name | Type | Default |
|---|---|---|
| P_DisplayCurrency | vdm_v_display_currency | |
| P_Date | datefunctionid | |
| P_FiscalYear | fis_gjahr | |
| P_FiscalPeriod | fins_fiscalperiod |
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | CJVAGLBFLTROVW | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #CHECK | view | |
| ObjectModel.usageType.serviceQuality | #X | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| AccessControl.personalData.blocking | #NOT_REQUIRED | view | |
| VDM.viewType | #CONSUMPTION | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | JVA Finance Overview Page Filter Bar | view |
Fields (2)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| excludefalse | ||||
| multipleSelectionstrue |
@AbapCatalog.sqlViewName: 'CJVAGLBFLTROVW'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #CHECK
@ObjectModel.usageType.serviceQuality: #X
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #MIXED
@AccessControl.personalData.blocking: #NOT_REQUIRED
@VDM.viewType: #CONSUMPTION
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'JVA Finance Overview Page Filter Bar'
define view C_JVAFinanceGlobalFilterOvw
with parameters
@Consumption.valueHelpDefinition: [{ entity:{ name: 'I_CurrencyStdVH', element: 'Currency' } }]
@Consumption.defaultValue: 'EUR'
P_DisplayCurrency : vdm_v_display_currency,
@Consumption.hidden: true
P_Date : datefunctionid,
P_FiscalYear : fis_gjahr,
@EndUserText.label: 'Fiscal Period'
P_FiscalPeriod : fins_fiscalperiod
as select from I_CompanyCode
{
@UI.selectionField: {position: 10, exclude: false }
@ObjectModel.text.element: 'CompanyCodeName'
@UI.textArrangement: #TEXT_LAST
@Consumption.filter: {
selectionType: #SINGLE,
multipleSelections: true,
mandatory: true }
@Consumption.valueHelpDefinition: [{ entity:{ name: 'C_JointVentureCompanyCodeVH', element: 'CompanyCode' } }]
@Consumption.defaultValue: 'JVU1'
key CompanyCode,
@Consumption.filter.hidden: true
CompanyCodeName
}
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