FISCDS_BLART_VH
Journal Entry Type/Text
FISCDS_BLART_VH is a CDS View that provides data about "Journal Entry Type/Text" in SAP S/4HANA. It reads from 2 data sources (t003, t003t) and exposes 3 fields with key fields blart, spras.
Annotations (11)
| Name | Value | Level | Field |
|---|---|---|---|
| AbapCatalog.sqlViewName | FISV_BLART_VH | view | |
| EndUserText.label | Journal Entry Type/Text | view | |
| ObjectModel.usageType.sizeCategory | #S | view | |
| ObjectModel.usageType.dataClass | #CUSTOMIZING | view | |
| ObjectModel.usageType.serviceQuality | #C | view | |
| ClientHandling.algorithm | #SESSION_VARIABLE | view | |
| AbapCatalog.buffering.status | #ACTIVE | view | |
| AbapCatalog.buffering.type | #GENERIC | view | |
| AbapCatalog.buffering.numberOfKeyFields | 2 | view | |
| AccessControl.authorizationCheck | #NOT_REQUIRED | view | |
| AbapCatalog.preserveKey | true | view |
@AbapCatalog.sqlViewName: 'FISV_BLART_VH'
@EndUserText.label: 'Journal Entry Type/Text'
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass: #CUSTOMIZING
@ObjectModel.usageType.serviceQuality: #C
@ClientHandling.algorithm: #SESSION_VARIABLE
@AbapCatalog.buffering:{
status: #ACTIVE,
type: #GENERIC,
numberOfKeyFields: 2
}
@AccessControl.authorizationCheck: #NOT_REQUIRED
@AbapCatalog.preserveKey: true
define view FISCDS_BLART_VH as select from t003
left outer join t003t
on t003.blart = t003t.blart {
key t003t.blart,
key t003t.spras as spras,
t003t.ltext as ltext
}
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