FI_F4_BVTYP_LFBK is a CDS View that provides data about "Only for usage in function module FI_F4_BVTYP" in SAP S/4HANA. It reads from 1 data source (I_SupplierBankDetails) and exposes 21 fields with key fields lifnr, banks, bankl, bankn.
//
// The view must not be reused. The view belongs exclusively to function module FI_F4_BVTYP
//
//GENERATED:006:79Zi5wn57jYqxV0F3eOKVG
@EndUserText.label: 'Only for usage in function module FI_F4_BVTYP'
@AbapCatalog.sqlViewName: 'FIF4BVTYPK'
@AbapCatalog.compiler.compareFilter: true@AccessControl.authorizationCheck: #MANDATORY@AccessControl.personalData.blocking: #BLOCKED_DATA_EXCLUDED@ClientHandling.algorithm: #SESSION_VARIABLE@Metadata.ignorePropagatedAnnotations: true@ObjectModel.dataCategory:#VALUE_HELP@ObjectModel.usageType.serviceQuality: #C@ObjectModel.usageType.sizeCategory: #XL@ObjectModel.usageType.dataClass: #MASTER//The view must not be reused. The view belongs exclusively to function module FI_F4_BVTYP
defineview FI_F4_BVTYP_LFBK
asselectfrom I_SupplierBankDetails
{
keycast ( Supplier as lifnr preserving type ) as lifnr,
keycast ( BankCountry as banks preserving type ) as banks,
keycast ( Bank as bankk preserving type ) as bankl,
keycast ( BankAccount as bankn preserving type ) as bankn,
cast ( BPBankAccountInternalID as bvtyp preserving type ) as bvtyp,
cast ( BankControlKey as bkont preserving type ) as bkont,
cast ( BankDetailReference as bkref preserving type ) as bkref,
@Consumption.hidden: true
Supplier,
@Consumption.hidden: true
AuthorizationGroup,
@Consumption.hidden: true
BankCountry,
@Consumption.hidden: true
BusinessPartner,
@Consumption.hidden: true
I_SupplierBankDetails.Bank,
@Consumption.hidden: true
I_SupplierBankDetails.BankAccount,
//Start: add for partner bank type F4 payment alias
@Consumption.hidden: true
_BusinessPartnerBankAlias.PaymentSystem,
@Consumption.hidden: true
_BusinessPartnerBankAlias.AliasType,
@Consumption.hidden: true
_BusinessPartnerBankAlias.BPBankAccountAliasName,
@Consumption.hidden: true
I_SupplierBankDetails.BPBankUUID,
@Consumption.hidden:true
I_SupplierBankDetails.IBAN,
//End: add for partner bank type F4 payment alias
@Consumption.hidden: true
_Supplier,
@Consumption.hidden: true
_BusinessPartnerBank,
//Start: add for partner bank type F4 payment alias
@Consumption.hidden: true
_BusinessPartnerBankAlias
//End: add for partner bank type F4 payment alias
}
/*+[internal] {
"BASEINFO":
{
"FROM":
[
"I_BUSINESSPARTNERBANKALIAS",
"I_SUPPLIERBANKDETAILS"
],
"ASSOCIATED":
[
"I_BUSINESSPARTNERBANK",
"I_BUSINESSPARTNERBANKALIAS",
"I_SUPPLIER"
],
"BASE":
[
"I_SUPPLIERBANKDETAILS"
],
"ANNO_REF":
[],
"SCALAR_FUNCTION":
[],
"VERSION":0,
"ANNOREF_EVALUATION_ERROR":""
}
}*/