I_USFedYearOfBdgtAuthText
US Federal Year of Budget Authority - Txt
I_USFedYearOfBdgtAuthText is a Basic CDS View that provides data about "US Federal Year of Budget Authority - Txt" in SAP S/4HANA. It reads from 1 data source (dd07t) and exposes 5 fields with key fields USFedYearOfBdgtAuthorityCode, Language. It has 2 associations to related views.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| dd07t | dd07t | from |
Associations (2)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
| [0..1] | I_USFedYearOfBdgtAuthority | _USFedYearOfBdgtAuthority | $projection.USFedYearOfBdgtAuthorityCode = _USFedYearOfBdgtAuthority.USFedYearOfBdgtAuthorityCode |
Annotations (14)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | IFMFG_YR_BDGT_TT | view | |
| EndUserText.label | US Federal Year of Budget Authority - Txt | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.preserveKey | true | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| VDM.viewType | #BASIC | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.supportedCapabilities | #LANGUAGE_DEPENDENT_TEXT | view | |
| ObjectModel.representativeKey | USFedYearOfBdgtAuthorityCode | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #A | view | |
| ObjectModel.usageType.sizeCategory | #S | view |
Fields (5)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | USFedYearOfBdgtAuthorityCode | |||
| KEY | Language | ddlanguage | ||
| USFedYearOfBdgtAuthorityText | ||||
| _USFedYearOfBdgtAuthority | _USFedYearOfBdgtAuthority | |||
| _Language | _Language |
@AbapCatalog.sqlViewName: 'IFMFG_YR_BDGT_TT'
@EndUserText.label: 'US Federal Year of Budget Authority - Txt'
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.preserveKey:true
@AccessControl.authorizationCheck: #NOT_REQUIRED
@VDM.viewType: #BASIC
@ClientHandling.algorithm: #SESSION_VARIABLE
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.supportedCapabilities: #LANGUAGE_DEPENDENT_TEXT
@ObjectModel:{
representativeKey: 'USFedYearOfBdgtAuthorityCode',
dataCategory: #TEXT,
usageType: {
dataClass: #CUSTOMIZING,
serviceQuality: #A,
sizeCategory: #S }
}
define view I_USFedYearOfBdgtAuthText
as select from dd07t
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
association [0..1] to I_USFedYearOfBdgtAuthority as _USFedYearOfBdgtAuthority on $projection.USFedYearOfBdgtAuthorityCode = _USFedYearOfBdgtAuthority.USFedYearOfBdgtAuthorityCode
{
@ObjectModel.foreignKey.association: '_USFedYearOfBdgtAuthority'
key cast(domvalue_l as fmfg_yr_bud_auth) as USFedYearOfBdgtAuthorityCode,
@ObjectModel.foreignKey.association: '_Language'
@Semantics.language: true
key ddlanguage as Language,
@Semantics.text: true
cast(ddtext as fmfg_yr_bud_auth_text) as USFedYearOfBdgtAuthorityText,
_USFedYearOfBdgtAuthority,
_Language
}
where
domname = 'FMFG_YR_BUD_AUTH'
and as4local = 'A';
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"DD07T"
],
"ASSOCIATED":
[
"I_LANGUAGE",
"I_USFEDYEAROFBDGTAUTHORITY"
],
"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