FEBSCA SAP (Manual check depost transaction: general screen fields) Structure details

Dictionary Type: Structure
Description: Manual check depost transaction: general screen fields




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




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

FEBSCA 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 "Manual check depost transaction: general screen fields" 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_FEBSCA TYPE FEBSCA.

The FEBSCA table consists of various fields, each holding specific information or linking keys about Manual check depost transaction: general screen fields data available in SAP. These include HBKID (Short Key for a House Bank), HKTID (ID for account details), BANKL (Bank Keys), BANKN (Bank account 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 FEBSCA 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
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
HBKIDShort Key for a House Bank HBKIDCHAR5T012HBKID
HKTIDID for account details HKTIDCHAR5T012KHKTID
BANKLBank Keys BANKKCHAR15BANKKBNK
BANKNBank account number BANKNCHAR18BANKN
BWAERCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
UNAMEUser name UNAMM_EBCHAR12UNAME
SYDATEntry date SYDAT_EBDATS8DATEXDATE_EB
SERIDGroup SERID_EBCHAR6CHAR6
VTYPMTransaction type for manual bank transactions VTYPM_EBCHAR1VTYPM_EB
VGMANTransaction VGMAN_EBCHAR4T028HVGMAN_EB
VGINTPosting rule VGINT_EBCHAR4Assigned to domainVGINT_EB
KFMODAccount modification KFMOD_EBCHAR10KFMOD_EB
VGSAPSAP bank transaction VGSAP_EBCHAR4CHAR4
VALUTValue date of the item to be cleared VALUT_EBDATS8DATE_EB
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
KURSFExchange rate (different from local currency) KURSF_EBDEC9(5) KURSF
BUDTMPosting date in the document BUDAT_EBDATS8DATEXDATE_EB
SCHNR13-digit check number SCKNR_EBNUMC13NUMC13
AUSSTCheck issuer AUSST_EBCHAR14TEXT14
BNKLZ15-digit bank key BNKLZ_EBCHAR15BANKK
KWAERCurrency Key WAERSCUKY5TCURCWAERSFWS
KWBTRCheck amount SCBTR_EBCURR13(2) WERT7
MEHRWOther entries exist MEHRW_EBCHAR1CHAR1
LAUNRLine Number LAUNR_EBNUMC4NUMC4
POSNRNumber of items entered POSNR_EBNUMC4NUM4
MANBWTotal of Entered Amounts MANBW_EBCURR17(2) WERTV9
VARI_STARTStart variant DKEYS_EBCHAR5VARNR_021F
VARI_NAMFast Entry: Variant Description LTEXT_021FCHAR30TXT30
KONT_INTSearch for bank accounts via internal name KOINT_EBCHAR1FLAG
DEBI_MIDCustomer matchcode ID DEMID_EBCHAR1Assigned to domainMCID
WVAR_ARTFurther Processing Type WVARO_EBCHAR1WVARO_EB
SUMKZSummation level of the posting SUMKZ_EBCHAR1SUMKZ
EVENTIdentification for a Form or a Form Set EVENT_001FCHAR2T001FEVENT_001F
BUCH_VALAssign value date to an acct when posting XVALUT_EBCHAR1XFELD
NM1VBPost in G/L accounting only NM1VB_EBCHAR1FLAG
MNAM1Session name for bank postings GRP01_EBCHAR12CHAR12
MNAM2Session name for subledger accounting GRP02_EBCHAR12CHAR12
JNAMEBackground job name BTCJOBCHAR32CHAR32
JMODEDisplay Mode for 'Call Transaction .. Using ..' ALLGAZMDCHAR1ALLGAZMD
SYDAT_DREntry date SYDAD_EBDATS8DATEXDATE_EB
UNAME_DRUser name UNAME_EBCHAR12UNAME
SEIDV_DRGroup SERID_EBCHAR6CHAR6
SEIDB_DRGroup SERID_EBCHAR6CHAR6
WAERS_DRCurrency Key WAERSCUKY5TCURCWAERSFWS
VALUT_DRValue date of the item to be cleared VALUT_EBDATS8DATE_EB
MSTYPSingle-Character Indicator CHAR1CHAR1CHAR1
MESSGText length: 75 characters TEXT75CHAR75TEXT75
RAHM1Key word: Check deposit list items FIK_MF40SCHAR1CHAR1
XPDFForm in PDF Format XPDF_EBCHAR1XFELD

Key field Non-key field



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

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

How to access SAP table FEBSCA

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