TFTE_BSM_CUST SAP (Customizing: Bank Statement Monitor) Table details

Dictionary Type: Table
Description: Customizing: Bank Statement Monitor




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




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

TFTE_BSM_CUST is a standard SAP Table which is used to store Customizing: Bank Statement Monitor data and is available within R/3 SAP systems depending on the version and release level.

The TFTE_BSM_CUST table consists of various fields, each holding specific information or linking keys about Customizing: Bank Statement Monitor data available in SAP. These include BUKRS (Company Code), HBKID (Short Key for a House Bank), HKTID (ID for account details), PROCSTAT_ACT (Activate Processing Status for Bank Statement).. 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: C - Customising table, maintenance only by cust
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


SAP TFTE_BSM_CUST table 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
MANDTClient MANDTCLNT3Assigned to domainMANDT
BUKRSCompany Code BUKRSCHAR4T001BUKRSBUKC_T001
HBKIDShort Key for a House Bank HBKIDCHAR5T012HBKID
HKTIDID for account details HKTIDCHAR5T012KHKTID
PROCSTAT_ACTActivate Processing Status for Bank Statement PROCSTAT_ACTCHAR1XFELD
BALSTAT_ACTActivate Difference Status for Bank Statement BALSTAT_ACTCHAR1XFELD
SERSTAT_ACTActivate Serial Number Status for Bank Statement SERSTAT_ACTCHAR1XFELD
RECONSTAT_ACTActivate Reconciliation Status for Bank Statement RECONSTAT_ACTCHAR1XFELD
EXP_NUMBERInterval for Expected Bank Statements EXP_NUMBERNUMC2NUMC2
EXP_RHYTHFTE-BSM: Frequency Unit EXP_RHYNUMC1TFMURHY
CALENDARFactory Calendar WFCIDCHAR2TFACDWFCIDFCI
SORT_IDXFTE-BSM: Display Item in Bank Statement Monitor DISP_IDXNUMC3NUMC3
AMT_DIFFFTE_BSM: Difference Amount Permitted in Account Currency AMT_DIFFCURR13(2) WERT7
CURR_DIFFCurrency Key WAERSCUKY5TCURCWAERSFWS

Key field Non-key field



How do I retrieve data from SAP table TFTE_BSM_CUST using ABAP code

The following ABAP code Example will allow you to do a basic selection on TFTE_BSM_CUST to SELECT all data from the table
DATA: WA_TFTE_BSM_CUST TYPE TFTE_BSM_CUST.

SELECT SINGLE *
FROM TFTE_BSM_CUST
INTO CORRESPONDING FIELDS OF WA_TFTE_BSM_CUST
WHERE...

How to access SAP table TFTE_BSM_CUST

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