FEB_IF SAP (FEB* for Interface) Structure details

Dictionary Type: Structure
Description: FEB* for Interface




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




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

FEB_IF 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 "FEB* for Interface" 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_FEB_IF TYPE FEB_IF.

The FEB_IF table consists of various fields, each holding specific information or linking keys about FEB* for Interface data available in SAP. These include AZIDT (Bank statement identification), EMKEY (Payee Keys), VFDAT (Data expiry date), WVDAT (Further processing date).. 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 FEB_IF 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
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 FEB_IF using ABAP code?

As FEB_IF 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 FEB_IF as there is no data to select.

How to access SAP table FEB_IF

Within an ECC or HANA version of SAP you can also view further information about FEB_IF 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!