FEBSCSB SAP (Interface for external check entry: memo record) Structure details

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




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




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

FEBSCSB 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: memo 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_FEBSCSB TYPE FEBSCSB.

The FEBSCSB table consists of various fields, each holding specific information or linking keys about Interface for external check entry: memo record data available in SAP. These include TABNAME (Table Name), GRPNR (Bundle number for grouping line items), KWBTR_M (Check amount (interface for external check entry)), PARTN (Check issuer).. 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)


SAP FEBSCSB 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
GRPNRBundle number for grouping line items GRPNR_EBCHAR2CHAR2
KWBTR_MCheck amount (interface for external check entry) KWBTR_EBSCHAR16CHAR16
PARTNCheck issuer AUSST_EBCHAR14TEXT14
CHECTCheck number CHECTCHAR13CHCKNCHK
PAKTOAccount number at the partner bank PAKTO_EBCHAR18BANKN
PABLZBank number of partner bank PABLZ_EBCHAR15BANKK
XBLNRReference document number used for account asignment XBLNR_EBS1CHAR16XBLNR1
AGBUKAlternative company code for the selection of open items BUKRS_EBCHAR4Assigned to domainBUKRS
GSBERBusiness area to which an account is assigned GSBEI_EBCHAR4Assigned to domainGSBER

Key field Non-key field



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

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

How to access SAP table FEBSCSB

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