A_BankAccountText

DDL: A_BANKACCOUNTTEXT Type: view_entity BASIC Package: FINS_FIS_API

API for Bank Account Text

A_BankAccountText is a Basic CDS View that provides data about "API for Bank Account Text" in SAP S/4HANA. It reads from 1 data source (I_BankAccountText) and exposes 3 fields with key fields BankAccountInternalID, Language. Part of development package FINS_FIS_API.

Data Sources (1)

SourceAliasJoin Type
I_BankAccountText I_BankAccountText from

Annotations (8)

NameValueLevelField
EndUserText.label API for Bank Account Text view
VDM.viewType #BASIC view
AccessControl.authorizationCheck #NOT_REQUIRED view
ObjectModel.usageType.sizeCategory #S view
ObjectModel.usageType.dataClass #MASTER view
ObjectModel.usageType.serviceQuality #B view
Metadata.ignorePropagatedAnnotations true view
VDM.lifecycle.contract.type #PUBLIC_REMOTE_API view

Fields (3)

KeyFieldSource TableSource FieldDescription
KEY BankAccountInternalID BankAccountInternalID
KEY Language Language
BankAccountDescription BankAccountDescription
@EndUserText.label: 'API for Bank Account Text'
@VDM.viewType: #BASIC
@AccessControl.authorizationCheck:#NOT_REQUIRED 
@ObjectModel.usageType.sizeCategory: #S
@ObjectModel.usageType.dataClass:  #MASTER
@ObjectModel.usageType.serviceQuality: #B
@Metadata.ignorePropagatedAnnotations: true

//A-view annotations

@VDM.lifecycle.contract.type: #PUBLIC_REMOTE_API

define view entity A_BankAccountText as select from I_BankAccountText {
   key BankAccountInternalID,
   key Language,
   BankAccountDescription
}