FEBSCSA SAP (Interface for external check entry: header record) Structure details

Dictionary Type: Structure
Description: Interface for external check entry: header record




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




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

FEBSCSA 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 "Interface for external check entry: header record" 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_FEBSCSA TYPE FEBSCSA.

The FEBSCSA table consists of various fields, each holding specific information or linking keys about Interface for external check entry: header record data available in SAP. These include TABNAME (Table Name), BANKL (Bank Keys), BANKN (Bank account number), BWAER (Currency Key).. 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: Not classified


SAP FEBSCSA 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
SATZTYPRecord type for external check entry interface STYPE_EBCHAR1CHAR1
TABNAMETable Name TABNAMECHAR30Assigned to domainAS4TABDTB
BANKLBank Keys BANKKCHAR15BANKKBNK
BANKNBank account number BANKNCHAR18BANKN
BWAERCurrency Key WAERSCUKY5TCURCWAERSFWS
GRUPPEGroup SERID_EBCHAR6CHAR6
VGMAN_ETransaction VGMAN_EBCHAR4T028HVGMAN_EB
BUDAT_EPosting Date in the Document BUDATDATS8DATUM
VALUT_EValue date VALUTDATS8DATUM
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
ESBTR_MTotal of all checks (external check entry interface) ESBTR_EBSCHAR16CHAR16
ANZESNumber of checks (external check entry interface) ANZES_EBSNUMC5NUM5
GRP01Session name for bank postings GRP01_EBCHAR12CHAR12
GRP02Session name for subledger accounting GRP02_EBCHAR12CHAR12
KURSFExchange rate (external check entry interface) KURSF_EBSCHAR10CHAR10

Key field Non-key field



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

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

How to access SAP table FEBSCSA

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