I_BankStatementItemBasic

DDL: I_BANKSTATEMENTITEMBASIC Type: view_entity BASIC Package: ODATA_BANKSTATEMENT_MONITOR

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)

SourceAliasJoin Type
febep febep from

Associations (1)

CardinalityTargetAliasCondition
[1] febko header $projection.BankStatementShortID = header.kukey

Annotations (8)

NameValueLevelField
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

Fields (7)

KeyFieldSource TableSource FieldDescription
KEY BankStatementShortID kukey
KEY BankStatementItem esnum
BankStatementDate header azdat
BankStatement header aznum
BankStatementPageNumber header azpgno
BankStatementInputFormat header input_format
CompanyCode header bukrs
@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
}