FTE_BSM_STATEMENT SAP (FTE-BSM: Display Structure for Bank Statement Monitor) Structure details

Dictionary Type: Structure
Description: FTE-BSM: Display Structure for Bank Statement Monitor




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




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

FTE_BSM_STATEMENT 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 "FTE-BSM: Display Structure for Bank Statement Monitor" 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_FTE_BSM_STATEMENT TYPE FTE_BSM_STATEMENT.

The FTE_BSM_STATEMENT table consists of various fields, each holding specific information or linking keys about FTE-BSM: Display Structure for Bank Statement Monitor data available in SAP. These include HOUSEBANK_ID (Short Key for a House Bank), ACCOUNT_ID (ID for account details), CM_ACCOUNT_NAME (Cash Management Account Name), CURRENCY (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: Cannot Be Enhanced


SAP FTE_BSM_STATEMENT 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
COMPANY_CODECompany Code BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
HOUSEBANK_IDShort Key for a House Bank HBKIDCHAR5Assigned to domainHBKID
ACCOUNT_IDID for account details HKTIDCHAR5Assigned to domainHKTID
CM_ACCOUNT_NAMECash Management Account Name DISKBCHAR10Assigned to domainALPHADISKB
CURRENCYCurrency Key WAERSCUKY5Assigned to domainWAERSFWS
COUNTRYBank country key BANKSCHAR3Assigned to domainLAND1BKL
BANK_KEYBank number BANKLCHAR15BANKLBLZ
EXT_ACCOUNT_NOBank account number BANKNCHAR18BANKN
ALT_ACCOUNT_NOAlternative Bank Acct Number (for Ambiguous Acct Number) BNKN2CHAR24BNKN2
GL_ACCOUNTGeneral Ledger Account HKONTCHAR10Assigned to domainALPHASAKNR
STATEMENT_DATEStatement Date AZDAT_EBDATS8DATEXDATE_EB
STATEMENT_NOStatement number AZNUM_EBNUMC5NUM5
NO_ITEMSNumber of memo records from the bank statement ANZES_EBNUMC5NUM5
IMPORT_DATEImport date into bank data puffer EDATE_EBDATS8DATUM
IMPORT_TIMEImport time into bank data buffer ETIME_EBTIMS6UZEIT
OPEN_BAL_STATEMTOpening balance amount SSBTR_EBCURR17(2) WERT9
TOTAL_DEBITSTotal Debit SUMSO_EBCURR17(2) WERT9
TOTAL_CREDITSTotal Credit SUMHA_EBCURR17(2) WERT9
CLOS_BAL_STATEMTEnding balance amount ESBTR_EBCURR17(2) WERT9
CLOS_BAL_GLFTE-BSM: Closing Balance in G/L Account ESBTR_GLCURR17(2) WERT9
DIFF_STAT_GLFTE-BSM: Difference Amount DIFF_AMTCURR17(2) WERT9
PROC_STATProcessing Status for Bank Statement PROC_STATCHAR132SYCHAR132
BAL_STATDifference Status for Bank Statement BAL_STATCHAR132SYCHAR132
SERIAL_STATSerial Number Status for Bank Statement SERIAL_STATCHAR132SYCHAR132
RECON_STATReconciliation Status for Bank Statement RECON_STATCHAR132SYCHAR132
SWIFT_CODESWIFT/BIC for International Payments SWIFTCHAR11SWIFT
CONTACT_NAMEName 1 AD_NAME1CHAR40TEXT40
CONTACT_TELFirst telephone no.: dialling code+number AD_TLNMBR1CHAR30CHAR30
BANK_NAMEName of bank BANKACHAR60TEXT60
TABIXRow Index of Internal Tables SYTABIXINT410SYST_LONG
KUKEYShort key (surrogate) KUKEY_EBNUMC8KUKEY_EB
EUSERUser name USNAMCHAR12Assigned to domainXUBNAMEUSR

Key field Non-key field



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

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

How to access SAP table FTE_BSM_STATEMENT

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