FEBMKA SAP (Manual Bank Statement - General Fields) Structure details

Dictionary Type: Structure
Description: Manual Bank Statement - General Fields




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




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

FEBMKA 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 Bank Statement - General 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_FEBMKA TYPE FEBMKA.

The FEBMKA table consists of various fields, each holding specific information or linking keys about Manual Bank Statement - General 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 FEBMKA 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
WAERSCurrency Key WAERSCUKY5TCURCWAERSFWS
AZNUMStatement number AZNUM_EBNUMC5NUM5
AZDATStatement Date AZDAT_EBDATS8DATEXDATE_EB
SSALDBank statement beginning balance SSALD_EBCURR17(2) WERTV9
ESALDBank statement ending balance ESALD_EBCURR17(2) WERTV9
KTOBWTransaction amount on bank statement KTOBW_EBCURR17(2) WERTV9
MANBWTotal of Entered Amounts MANBW_EBCURR17(2) WERTV9
DSART_DSPlanning type DSART_EBCHAR2Assigned to domainDSART
FDTGU_DSPlanning date FDTGU_EBDATS8DATEXDATE_EB
FDTGO_DSPlanning date FDTGO_EBDATS8DATEXDATE_EB
AUSTG_DSBank statement date AUSTG_EBDATS8DATEXDATE_EB
MERKM_DSCharacteristic MERKM_EBCHAR25MERKM
BUDTMPosting date in the document BUDAT_EBDATS8DATEXDATE_EB
VTYPMTransaction type for manual bank transactions VTYPM_EBCHAR1VTYPM_EB
VGMANTransaction VGMAN_EBCHAR4T028HVGMAN_EB
VGTYP_ELTransaction type VGTYP_EBCHAR8Assigned to domainVGTYP_EB
VGEXT_ELExternal business transaction VGEXT_EBCHAR27T028GVGEXT_EB
VOZPM_EL+/- sign of the incoming amount VOZPM_EBCHAR1VOZPM_EB
VGINT_ELPosting rule VGINT_EBCHAR4T028DVGINT_EB
KFMOD_ELAccount modification KFMOD_EBCHAR10KFMOD_EB
KWBTRAmount in account currency KWBTV_EBCURR17(2) WERTV9
MEHRWOther entries exist MEHRW_EBCHAR1CHAR1
LAUNRLine Number LAUNR_EBNUMC4NUMC4
POSNRNumber of items entered POSNR_EBNUMC4NUM4
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
KRED_MIDVendor matchcode ID KRMID_EBCHAR1Assigned to domainMCID
WVAR_ARTFurther Processing Type WVARO_EBCHAR1WVARO_EB
BUCH_VALAssign value date to an acct when posting XVALUT_EBCHAR1XFELD
FDIS_SELImport advice notes in the bank statement XFDSEL_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
MSTYPSingle-Character Indicator CHAR1CHAR1CHAR1
MESSGText length: 75 characters TEXT75CHAR75TEXT75
WAERGCurrency Key WAERSCUKY5TCURCWAERSFWS
SELFD_CLField Name from the Document Index FELDN_F05ACHAR5CHAR5
SLVON_CLInput Field for Search Criterion for Selecting Open Items SEL01_F05ACHAR20CHAR20
RAHM1Keyword: bank statement items FIK_MF40KCHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table FEBMKA

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