I_FinInstrActivityCategoryText
Fin Instrument Activity Category - Text
I_FinInstrActivityCategoryText is a Basic CDS View that provides data about "Fin Instrument Activity Category - Text" in SAP S/4HANA. It reads from 1 data source (at02t) and exposes 9 fields with key fields Language, FinancialInstrProductCategory, FinInstrTransactionCategory, FinancialInstrActivityCategory. It has 4 associations to related views. Part of development package FTTR_CORE.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| at02t | at02t | from |
Associations (4)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [0..1] | I_Language | _Language | $projection.Language = _Language.Language |
| [0..1] | I_FinancialInstrProdCat | _ProductCategory | $projection.FinancialInstrProductCategory = _ProductCategory.FinancialInstrProductCategory |
| [0..1] | I_FinInstrTransCat | _TransactionCategory | $projection.FinancialInstrProductCategory = _TransactionCategory.FinancialInstrProductCategory and $projection.FinInstrTransactionCategory = _TransactionCategory.FinInstrTransactionCategory |
| [0..1] | I_FinInstrActivityCategory | _ActivityCategory | $projection.FinancialInstrProductCategory = _ActivityCategory.FinancialInstrProductCategory and $projection.FinInstrTransactionCategory = _ActivityCategory.FinInstrTransactionCategory and $projection.FinancialInstrActivityCategory = _ActivityCategory.FinancialInstrActivityCategory |
Annotations (19)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.buffering.status | #NOT_ALLOWED | view | |
| AbapCatalog.compiler.compareFilter | true | view | |
| AbapCatalog.sqlViewName | IFININSTRACTCATT | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| EndUserText.label | Fin Instrument Activity Category - Text | view | |
| ObjectModel.dataCategory | #TEXT | view | |
| ObjectModel.modelingPattern | #LANGUAGE_DEPENDENT_TEXT | view | |
| ObjectModel.representativeKey | FinancialInstrActivityCategory | view | |
| ObjectModel.usageType.dataClass | #MASTER | view | |
| ObjectModel.usageType.serviceQuality | #B | view | |
| ObjectModel.usageType.sizeCategory | #M | view | |
| Analytics.dataExtraction.enabled | true | view | |
| Analytics.dataExtraction.delta.changeDataCapture.automatic | true | view | |
| ObjectModel.sapObjectNodeType.name | FinInstrActivityCategoryText | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| VDM.viewType | #BASIC | view | |
| Search.searchable | true | view | |
| Consumption.ranked | true | view |
Fields (9)
| Key | Field | Source Table | Source Field | Description |
|---|---|---|---|---|
| KEY | Language | spras | ||
| KEY | FinancialInstrProductCategory | sanlfor | ||
| KEY | FinInstrTransactionCategory | sfgtyp | ||
| KEY | FinancialInstrActivityCategory | sfgzustt | ||
| FinInstrActivityCategoryName | xtext | |||
| _Language | _Language | |||
| _ProductCategory | _ProductCategory | |||
| _TransactionCategory | _TransactionCategory | |||
| _ActivityCategory | _ActivityCategory |
@AbapCatalog.buffering.status: #NOT_ALLOWED
@AbapCatalog.compiler.compareFilter: true
@AbapCatalog.sqlViewName: 'IFININSTRACTCATT'
@AccessControl.authorizationCheck: #NOT_REQUIRED
@ClientHandling.algorithm: #SESSION_VARIABLE
@EndUserText.label: 'Fin Instrument Activity Category - Text'
@ObjectModel.dataCategory: #TEXT
@ObjectModel.supportedCapabilities: [ #LANGUAGE_DEPENDENT_TEXT, #SQL_DATA_SOURCE, #CDS_MODELING_DATA_SOURCE, #CDS_MODELING_ASSOCIATION_TARGET, #EXTRACTION_DATA_SOURCE ]
@ObjectModel.modelingPattern: #LANGUAGE_DEPENDENT_TEXT
@ObjectModel.representativeKey: 'FinancialInstrActivityCategory'
@ObjectModel.usageType.dataClass: #MASTER
@ObjectModel.usageType.serviceQuality: #B
@ObjectModel.usageType.sizeCategory: #M
@Analytics.dataExtraction.enabled: true
@Analytics.dataExtraction.delta.changeDataCapture.automatic: true
@ObjectModel.sapObjectNodeType.name: 'FinInstrActivityCategoryText'
@Metadata.ignorePropagatedAnnotations: true
@VDM.viewType: #BASIC
@Search.searchable: true
@Consumption.ranked: true
define view I_FinInstrActivityCategoryText
as select from at02t
association [0..1] to I_Language as _Language on $projection.Language = _Language.Language
association [0..1] to I_FinancialInstrProdCat as _ProductCategory on $projection.FinancialInstrProductCategory = _ProductCategory.FinancialInstrProductCategory
association [0..1] to I_FinInstrTransCat as _TransactionCategory on $projection.FinancialInstrProductCategory = _TransactionCategory.FinancialInstrProductCategory
and $projection.FinInstrTransactionCategory = _TransactionCategory.FinInstrTransactionCategory
association [0..1] to I_FinInstrActivityCategory as _ActivityCategory on $projection.FinancialInstrProductCategory = _ActivityCategory.FinancialInstrProductCategory
and $projection.FinInstrTransactionCategory = _ActivityCategory.FinInstrTransactionCategory
and $projection.FinancialInstrActivityCategory = _ActivityCategory.FinancialInstrActivityCategory
{
@Semantics.language: true
@ObjectModel.foreignKey.association: '_Language'
key spras as Language,
@ObjectModel.foreignKey.association: '_ProductCategory'
key sanlfor as FinancialInstrProductCategory,
@ObjectModel.foreignKey.association: '_TransactionCategory'
key sfgtyp as FinInstrTransactionCategory,
@ObjectModel.foreignKey.association: '_ActivityCategory'
key sfgzustt as FinancialInstrActivityCategory,
@Semantics.text: true
@Search.defaultSearchElement: true
@Search.fuzzinessThreshold: 0.8
@Search.ranking: #LOW
xtext as FinInstrActivityCategoryName,
_Language,
_ProductCategory,
_TransactionCategory,
_ActivityCategory
}
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