FEBEP_IF SAP (FEBEP Structure for Interface) Structure details

Dictionary Type: Structure
Description: FEBEP Structure for Interface




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




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

FEBEP_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 "FEBEP 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_FEBEP_IF TYPE FEBEP_IF.

The FEBEP_IF table consists of various fields, each holding specific information or linking keys about FEBEP Structure for Interface data available in SAP. These include BVDAT (Posting date at the bank), BUDAT (Posting date in the document), VALUT (Value date of the item to be cleared), BUTIM (Value date 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 FEBEP_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
ESNUMMemo record number (line item number in bank statement) ESNUM_EBNUMC5NUM5
BVDATPosting date at the bank BVDAT_EBDATS8DATEXDATE_EB
BUDATPosting date in the document BUDAT_EBDATS8DATEXDATE_EB
VALUTValue date of the item to be cleared VALUT_EBDATS8DATE_EB
BUTIMValue date time BUTIM_EBCHAR6TIME6
VOZEIdo not use-> now EPVOZ_EP signs (C,RC,D,RD) VOZEI_EBCHAR2CHAR2
KWAERAccount Currency Key KWAER_EBCUKY5Assigned to domainWAERS
KWBTRAmount in account currency KWBTR_EBCURR13(2) WRTV7
SPESKFees in account currency SPESK_EBCURR13(2) WERT7
FWAERForeign currency key (unequal to account currency) FWAER_EBCUKY5Assigned to domainWAERS
FWBTRForeign currency amount (different from account cuurency) FWBTR_EBCURR13(2) WRTV7
SPESFFees in foreign currency (not same as account currency) SPESF_EBCURR13(2) WERT7
VGEXTExternal business transaction VGEXT_EBCHAR27Assigned to domainVGEXT_EB
VGMANTransaction VGMAN_EBCHAR4Assigned to domainVGMAN_EB
BUTXTBank posting text BUTXT_EBCHAR50CHAR50
ANZSPNumber of collective items ANZSP_EBNUMC5NUM5
XBLNRReference Document Number XBLNR1CHAR16XBLNR1
ZUONRAssignment Number DZUONRCHAR18ZUONR
PABKSCountry key of partner bank PABKS_EBCHAR3Assigned to domainLAND1
PABLZBank number of partner bank PABLZ_EBCHAR15BANKK
PASWISWIFT code of partner bank PASWI_EBCHAR11SWIFT
PAKTOAccount number at the partner bank PAKTO_EBCHAR18BANKN
PARTNBusiness Partner PARTN_EBCHAR55CHAR55
BUSABAccounting Clerk BUSAB_EBCHAR2CHAR2
KOSTLCost center KOSTL_EBCHAR10CHAR10
GSBERBusiness area GSBER_EBCHAR4CHAR4
PRCTRProfit Center PRCTRCHAR10Assigned to domainALPHAPRCTRPRCPRCTR_EMPTY
VERTNContract Number RANLCHAR13ALPHARANLRAN
VERTTContract Type RANTYPCHAR1RANTYP
PNOTADaybook number PNOTA_EBCHAR10CHAR10
CHECTCheck number CHECTCHAR13CHCKNCHK
EPVOZDebit/credit key for line items (for bank purposes) EPVOZ_EBCHAR1CHAR1
INFO1Additional information 1 INFO1_EBCHAR30CHAR30
INFO2Additional information 2 INFO2_EBCHAR30CHAR30
AVSIDPayment Advice Number AVSIDCHAR16AVSIDAVN
AVKOAPayment Advice Account Type KOART_AVCHAR1KOART_AV
AVKONAccount Number KTONR_AVCHAR10ALPHAKTONR
BATCHBatch number (bundle number) BATCH_EBCHAR3CHAR3
ITMNRBatch Item Number for Lockbox ITMNR_FLBNUMC3NUM3
KURSFExchange rate (different from local currency) KURSF_EBDEC9(5) KURSF
SGTXTItem Text SGTXTCHAR50TEXT50
JPDATDate of failed bills of exchange in Japan JPDAT_EBDATS8DATEXDATE_EB
POSAGPosting algorithm (lockbox only) POSAG_EBCHAR3CHAR3
VGREFBank Reference Number REFBKCHAR35CHAR35
XBENRReference Key AWKEYCHAR20AWKEY
XBTYPReference Transaction AWTYPCHAR5Assigned to domainAWTYP
ARRSKOverdue charges from/to partners in account currency ARRSK_EBCURR13(2) WERT7
PFORMProcessing Type PFORM_EBNUMC2PFORM
KIDNOPayment Reference KIDNOCHAR30CHAR30
KKREFCustomer-to-customer reference REFNR_EBCHAR35CHAR35
KKRF2Customer-to-customer reference REFNR_EBCHAR35CHAR35
FNAM1BDC field name BDC_FNAMCHAR132DYNFNAM
FVAL1BDC field value BDC_FVALCHAR132F4CHAR132
FKOA1Payment Advice Account Type KOART_AVCHAR1KOART_AV
FNAM2BDC field name BDC_FNAMCHAR132DYNFNAM
FVAL2BDC field value BDC_FVALCHAR132F4CHAR132
FKOA2Payment Advice Account Type KOART_AVCHAR1KOART_AV
FNAM3BDC field name BDC_FNAMCHAR132DYNFNAM
FVAL3BDC field value BDC_FVALCHAR132F4CHAR132
FKOA3Payment Advice Account Type KOART_AVCHAR1KOART_AV
IDENRID number for cash management and forecast IDENRNUMC10IDENRFFI
PIBANPartner Bank Account: IBAN PIBAN_EBCHAR34IBAN
TRNIDTransaction ID EB_TRANSIDCHAR35

Key field Non-key field



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

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

How to access SAP table FEBEP_IF

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