FEBKO_IF SAP (FEBKO Structure for Interface) Structure details

Dictionary Type: Structure
Description: FEBKO Structure for Interface




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




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

FEBKO_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 "FEBKO Structure 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_FEBKO_IF TYPE FEBKO_IF.

The FEBKO_IF table consists of various fields, each holding specific information or linking keys about FEBKO Structure for Interface data available in SAP. These include EMKEY (Payee Keys), VFDAT (Data expiry date), WVDAT (Further processing date), WVTIM (Further processing time).. 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 (character-type or numeric)


SAP FEBKO_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
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 HKONTCHAR10Assigned to domainALPHASAKNR
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 BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
KTOPLChart of Accounts KTOPLCHAR4Assigned to domainKTOPLKPLC_KTOPL
WAERSCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
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 HBKIDCHAR5Assigned to domainHBKID
HKTIDID for account details HKTIDCHAR5Assigned to domainHKTID
BKREFReference specifications for bank details BKREFCHAR20CHAR20
DSARTPlanning type DSARTCHAR2Assigned to domainDSARTFFA
XVERDSummarize bank statement items FFDISXVERDCHAR1XFELD
XBENRReference Key AWKEYCHAR20AWKEY
XBTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
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

Key field Non-key field



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

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

How to access SAP table FEBKO_IF

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