I_BankStatementItemBasic
Bk Stmnt Item
I_BankStatementItemBasic is a Basic CDS View that provides data about "Bk Stmnt Item" in SAP S/4HANA. It reads from 1 data source (febep) and exposes 7 fields with key fields BankStatementShortID, BankStatementItem. It has 1 association to related views. Part of development package ODATA_BANKSTATEMENT_MONITOR.
Data Sources (1)
| Source | Alias | Join Type |
|---|---|---|
| febep | febep | from |
Associations (1)
| Cardinality | Target | Alias | Condition |
|---|---|---|---|
| [1] | febko | header | $projection.BankStatementShortID = header.kukey |
Annotations (8)
| Name | Value | Level | Field |
|---|---|---|---|
| AccessControl.authorizationCheck | #MANDATORY | view | |
| AccessControl.personalData.blocking | #BLOCKED_DATA_INCLUDED | view | |
| EndUserText.label | Bk Stmnt Item | view | |
| Metadata.ignorePropagatedAnnotations | true | view | |
| ObjectModel.usageType.serviceQuality | #D | view | |
| ObjectModel.usageType.sizeCategory | #XL | view | |
| ObjectModel.usageType.dataClass | #MIXED | view | |
| VDM.viewType | #BASIC | view |
@AccessControl.authorizationCheck: #MANDATORY
@AccessControl.personalData.blocking: #BLOCKED_DATA_INCLUDED
@EndUserText.label: 'Bk Stmnt Item'
@Metadata.ignorePropagatedAnnotations: true
@ObjectModel.usageType:{
serviceQuality: #D,
sizeCategory: #XL,
dataClass: #MIXED
}
@VDM.viewType: #BASIC
define view entity I_BankStatementItemBasic
as select from febep
association [1] to febko as header on $projection.BankStatementShortID = header.kukey
{
key kukey as BankStatementShortID,
key esnum as BankStatementItem,
header.azdat as BankStatementDate,
header.aznum as BankStatement,
header.azpgno as BankStatementPageNumber,
header.input_format as BankStatementInputFormat,
header.bukrs as CompanyCode
}
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