I_PubSecBudgetScenarioText
Budget Scenario for Public Sector - Text
I_PubSecBudgetScenarioText is a Basic CDS View that provides data about "Budget Scenario for Public Sector - Text" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 6 fields with key fields Language, BudgetScenario. It has 1 association to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
Annotations (16)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IPSMS4CBDSCENT | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #BASIC | view | |
| Analytics.dataExtraction.enabled | true | view | |
| VDM.lifecycle.contract.type | #PUBLIC_LOCAL_API | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.representativeKey | BudgetScenario | view | |
| ObjectModel.usageType.dataClass | #META | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| Search.searchable | true | view | |
| EndUserText.label | Budget Scenario for Public Sector - Text | view |
Fields (6)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | |||
| KEY | BudgetScenario | |||
| DomainValue | dd07t | domvalue_l | ||
| BudgetScenarioText | ||||
| _PubSecBudgetScenario | _PubSecBudgetScenario | |||
| _Language | _Language |
@AbapCatalog.sqlViewName: 'IPSMS4CBDSCENT'
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey: true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@Analytics.dataExtraction.enabled: true
@VDM.lifecycle.contract.type: #PUBLIC_LOCAL_API
@ObjectModel: {
dataCategory: #TEXT,
representativeKey: 'BudgetScenario',
usageType: {
dataClass: #META,
serviceQuality: #A,
sizeCategory: #S
},
supportedCapabilities: [ #LANGUAGE_DEPENDENT_TEXT ]
}
@Metadata.ignorePropagatedAnnotations: true
@Search.searchable: true
@EndUserText.label: 'Budget Scenario for Public Sector - Text'
define view I_PubSecBudgetScenarioText
as select from dd07t
association to parent I_PubSecBudgetScenario as _PubSecBudgetScenario on $projection.BudgetScenario = _PubSecBudgetScenario.BudgetScenario
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
{
@Semantics.language: true
@ObjectModel.foreignKey.association: '_Language'
key cast( dd07t.ddlanguage as spras preserving type ) as Language,
@ObjectModel.foreignKey.association: '_PubSecBudgetScenario'
@ObjectModel.text.element: ['BudgetScenarioText']
key cast( dd07t.domvalue_l as psm_s4c_budget_scenario ) as BudgetScenario,
@Consumption.hidden: true
dd07t.domvalue_l as DomainValue,
@Semantics.text: true
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #HIGH
cast ( dd07t.ddtext as psm_s4c_budget_scenario_text preserving type ) as BudgetScenarioText,
_PubSecBudgetScenario,
_Language
}
where
domname = 'PSM_S4C_BUDGET_SCENARIO'
and as4local = 'A'
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_PUBSECBUDGETSCENARIO"
],
"BASE":
[],
"ANNO_REF":
[],
"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