FEBEBA SAP (Screen Fields: Postprocessing Elect. Bank Statements) Structure details

Dictionary Type: Structure
Description: Screen Fields: Postprocessing Elect. Bank Statements




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




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

FEBEBA 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 "Screen Fields: Postprocessing Elect. Bank Statements" 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_FEBEBA TYPE FEBEBA.

The FEBEBA table consists of various fields, each holding specific information or linking keys about Screen Fields: Postprocessing Elect. Bank Statements data available in SAP. These include BUKRS (Company Code), HBKID (Short Key for a House Bank), HKTID (ID for account details), AZNUM (Statement 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 (character-type or numeric)


SAP FEBEBA 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
ANWNDApplication using bank data storage ANWND_EBKOCHAR4ANWND_EBKO
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
HBKIDShort Key for a House Bank HBKIDCHAR5T012HBKID
HKTIDID for account details HKTID_EBCHAR5T012KHKTID
AZNUMStatement number AZNUM_EBNUMC5NUM5
AZDATStatement Date AZDAT_EBDATS8DATEXDATE_EB
EPSTAStatement status EPSTA_EBCHAR1EPSTA_EB
GRPNRBundle number for grouping line items GRPNR_EBCHAR2CHAR2
TEXT1Character field of length 40 CHAR40CHAR40CHAR40
TEXT2Character field of length 40 CHAR40CHAR40CHAR40
TEXT3Character field of length 40 CHAR40CHAR40CHAR40
TEXT4Character field of length 40 CHAR40CHAR40CHAR40
BUBERPosting area BUBER_EBCHAR1BUBER_EB
MODEPosting method MODE_EBCHAR1MODE
SFELDSelection field for clearing open items SFELD_EBCHAR5SFELD_EB
VALUTValue date of the item to be cleared VALUT_EBDATS8DATE_EB
KWBTRAmount in account currency KWBTR_EBCURR13(2) WRTV7
KWAERAccount Currency Key KWAER_EBCUKY5TCURCWAERS

Key field Non-key field



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

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

How to access SAP table FEBEBA

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