FEBEP_TY SAP (FEBEP for XML Bank Statement) Structure details

Dictionary Type: Structure
Description: FEBEP for XML Bank Statement




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




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

FEBEP_TY 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 for XML Bank Statement" 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_TY TYPE FEBEP_TY.

The FEBEP_TY table consists of various fields, each holding specific information or linking keys about FEBEP for XML Bank Statement 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: Cannot Be Enhanced


SAP FEBEP_TY 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
ESNUM Memo Record Number (Line Item Number in Bank Statement)0
BVDAT Posting date at the bank0
BUDAT Posting Date in the Document0
VALUT Value date of the item to be cleared0
BUTIM Value date time0
VOZEI do not use-> now EPVOZ_EP signs (C,RC,D,RD)0
KWAER Account Currency Key0
KWBTR Amount in Account Currency0
SPESK Fees in account currency0
FWAER Foreign currency key (unequal to account currency)0
FWBTR Foreign currency amount (different from account currency)0
SPESF Fees in foreign currency (not same as account currency)0
VGEXT External business transaction0
VGMAN Transaction0
BUTXT Bank posting text0
ANZSP Number of collective items0
XBLNR Reference Document Number0
ZUONR Assignment Number0
PABKS Country key of partner bank0
PABLZ Bank number of partner bank0
PASWI SWIFT code of partner bank0
PAKTO Account number at the partner bank0
PARTN Business Partner0
BUSAB Accounting Clerk0
KOSTL Cost Center0
GSBER Business Area0
PRCTR Profit Centers0
VERTN Contract Number0
VERTT Contract Type0
PNOTA Daybook number0
CHECT Check Number0
EPVOZ Debit/credit key for line items (for bank purposes)0
INFO1 Additional information 10
INFO2 Additional information 20
AVSID Payment Advice Number0
AVKOA Account type payment advices0
AVKON Account Number0
BATCH Batch number (bundle number)0
ITMNR Batch Item Number for Lockbox0
KURSF Exchange rate (different from local currency)0
SGTXT Item Text0
JPDAT Date of failed bills of exchange in Japan0
POSAG Posting algorithm (lockbox only)0
VGREF Bank Reference Number0
XBENR Reference Key0
XBTYP Reference Transaction0
ARRSK Overdue charges from/to partners in account currency0
PFORM Processing Type0
KIDNO Payment Reference0
KKREF Customer-to-customer reference0
KKRF2 Customer-to-customer reference0
FNAM1 BDC Field Name0
FVAL1 BDC Field Value0
FKOA1 Account type payment advices0
FNAM2 BDC Field Name0
FVAL2 BDC Field Value0
FKOA2 Account type payment advices0
FNAM3 BDC Field Name0
FVAL3 BDC Field Value0
FKOA3 Account type payment advices0
IDENR ID Number for Cash Management and Forecast0
PIBAN Partner Bank Account: IBAN0
TRNID Transaction ID0

Key field Non-key field



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

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

How to access SAP table FEBEP_TY

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