FEBS_SAVE_BNKSTMT_RESULT SAP (Result of Bank Statement Upload) Structure details

Dictionary Type: Structure
Description: Result of Bank Statement Upload




ABAP Code to SELECT data from FEBS_SAVE_BNKSTMT_RESULT
Related tables to FEBS_SAVE_BNKSTMT_RESULT
Access table FEBS_SAVE_BNKSTMT_RESULT




Structure field list including key, data, relationships and ABAP select examples

FEBS_SAVE_BNKSTMT_RESULT is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "Result of Bank Statement Upload" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_FEBS_SAVE_BNKSTMT_RESULT TYPE FEBS_SAVE_BNKSTMT_RESULT.

The FEBS_SAVE_BNKSTMT_RESULT table consists of various fields, each holding specific information or linking keys about Result of Bank Statement Upload data available in SAP. These include BUKRS (Company Code), HBKID (Short Key for a House Bank), HKTID (ID for account details), BANKN (Bank account number).. See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can Be Enhanced (Deep)


SAP FEBS_SAVE_BNKSTMT_RESULT structure fields - Full list of fields found in SAP data dictionary

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
S_ACCOUNT 0
BUKRSCompany Code BUKRSCHAR4BUKRSBUKC_T001
HBKIDShort Key for a House Bank HBKIDCHAR5HBKID
HKTIDID for account details HKTIDCHAR5HKTID
BANKNBank account number BANKNCHAR18BANKN
BNKN2Alternative Bank Acct Number (for Ambiguous Acct Number) BNKN2CHAR24BNKN2
IBANIBAN (International Bank Account Number) IBANCHAR34IBAN
SWIFTSWIFT/BIC for International Payments SWIFTCHAR11SWIFT
BLZBank Keys BANKKCHAR15BANKKBNK
BANKSBank country key BANKSCHAR3LAND1BKL
BANKLBank Keys BANKKCHAR15BANKKBNK
BANKYBank Keys BANKKCHAR15BANKKBNK
BNKACCOUNT_EXTExternal Bank Account Numberor IBAN FEB_BNKACC_EXTCHAR35CHAR35
KUKEYShort key (surrogate) KUKEY_EBNUMC8KUKEY_EB
S_ACCT_STATEMENT 0
FEBKO 0
AZIDTBank statement identification AZIDT_EBCHAR20CHAR20
EMKEYPayee Keys EMKEY_EBCHAR20CHAR20
VFDATData expiry date VFDAT_EBDATS8DATUM
WVDATFurther processing date WVDAT_EBDATS8DATUM
WVTIMFurther processing time WVTIM_EBTIMS6TIMES
WVARTFurther processing type WVART_EBCHAR1CHAR1
HKONTGeneral Ledger Account HKONTCHAR10ALPHASAKNR
KTONRBank account number BANKNCHAR18BANKN
KTOIHBank account holder KTOIH_EBCHAR35CHAR35
KTOSBSpecial account name KTOSB_EBCHAR35CHAR35
AZNUMStatement number AZNUM_EBNUMC5NUM5
AZSNRStatement page number AZSNR_EBNUMC3NUM3
AZDATStatement Date AZDAT_EBDATS8DATEXDATE_EB
BUKRSCompany Code BUKRSCHAR4BUKRSBUKC_T001
KTOPLChart of Accounts KTOPLCHAR4KTOPLKPLC_KTOPL
WAERSCurrency Key WAERSCUKY5WAERSFWS
SSTYPBeginning balance type (F=begin balance, M=interim balance) SSTYP_EBCHAR1CHAR1
SSVOZStarting balance +/- sign SSVOZ_EBCHAR1CHAR1
SSBTROpening balance amount SSBTR_EBCURR17(2) WERT9
SUMSOTotal Debit SUMSO_EBCURR17(2) WERT9
SUMHATotal Credit SUMHA_EBCURR17(2) WERT9
ESTYPEnding balance type (F=ending balance, M=interim balance) ESTYP_EBCHAR1CHAR1
ESVOZClosing balance +/- sign ESVOZ_EBCHAR1CHAR1
ESBTREnding balance amount ESBTR_EBCURR17(2) WERT9
ESDMBEnding balance equivalent in local currency ESDMB_EBCURR17(2) WERT9
BLAUFLife start BLAUF_EBDATS8DATUM
ELAUFLife end ELAUF_EBDATS8DATUM
HZINSCredit interest HZINS_EBDEC9(3) HZINS_EB
TEILNCustomer/vendor EB number TEILN_EBCHAR20CHAR20
BKTOABank account type BKTOA_EBCHAR23CHAR23
ANZESNumber of memo records from the bank statement ANZES_EBNUMC5NUM5
HBKIDShort Key for a House Bank HBKIDCHAR5HBKID
HKTIDID for account details HKTIDCHAR5HKTID
BKREFReference specifications for bank details BKREFCHAR20CHAR20
DSARTPlanning type DSARTCHAR2DSARTFFA
XVERDSummarize bank statement items FFDISXVERDCHAR1XFELD
XBENRReference Key AWKEYCHAR20AWKEY
XBTYPReference Transaction AWTYPCHAR5AWTYP
SEQ_NUMBERBank statement sequential number SEQ_NUMBERNUMC4SEQ_NUMBER
SEQ_STATUSSequence status SEQ_STATUSCHAR1SEQ_STATUS
INPUT_FORMATInput format INPUT_FORMATCHAR2INPUT_FORMAT
SIBANSender Bank Account: IBAN SIBAN_EBCHAR34IBAN
BANKKEYGeneric Bank Key BANKKEY_EBCHAR50
BANKACCAccount Number at the Bank BANKACC_EBCHAR50
FEBEP 0
FEBRE 0
FEBCL 0

Key field Non-key field



How do I retrieve data from SAP structure FEBS_SAVE_BNKSTMT_RESULT using ABAP code?

As FEBS_SAVE_BNKSTMT_RESULT is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on FEBS_SAVE_BNKSTMT_RESULT as there is no data to select.

How to access SAP table FEBS_SAVE_BNKSTMT_RESULT

Within an ECC or HANA version of SAP you can also view further information about FEBS_SAVE_BNKSTMT_RESULT and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!