TFK000SEPA SAP (Central Settings for SEPA) Table details

Dictionary Type: Table
Description: Central Settings for SEPA




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




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

TFK000SEPA is a standard SAP Table which is used to store Central Settings for SEPA data and is available within R/3 SAP systems depending on the version and release level.

The TFK000SEPA table consists of various fields, each holding specific information or linking keys about Central Settings for SEPA data available in SAP. These include XPNOT (SEPA: Direct Debit Pre-Notification Is Active), SYNC_ADDRESS (SEPA Mandate: Synchronize Address Data), SYNC_BANKDATA (SEPA Mandate: Synchronize Bank Data), PNLAT (Number of Days That Collection Can Be Later Than Notified).. 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 TFK000SEPA 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
XPNOTSEPA: Direct Debit Pre-Notification Is Active XPNOT_KKCHAR1XFELD
SYNC_ADDRESSSEPA Mandate: Synchronize Address Data SYNC_ADDRESS_KKCHAR1SYNC_ADDRESS_KK
SYNC_BANKDATASEPA Mandate: Synchronize Bank Data SYNC_BANKDATA_KKCHAR1SYNC_BANKDATA_KK
PNLATNumber of Days That Collection Can Be Later Than Notified PNLAT_KKNUMC2NUM02
AMCHKAmount Check for Direct Debit Pre-Notification AMCHK_KKCHAR1AMCHK_KK
BKCHKBank Check for Direct Debit Pre-Notification BKCHK_KKCHAR1BKCHK_KK
NEW_BANKDATASEPA Mandate: Behavior with New Bank Details ID NEW_BANKDATA_KKCHAR1NEW_BANKDATA_KK
PRINT_NEW_MNDPrint New Mandate PRINT_NEW_MND_KKCHAR1PRINT_NEW_MND_KK
PRINT_CHANGED_MND Obsolete. Replaced by PRINT_CHNGD_MND0
PRINT_CHNGD_MNDPrint Changed Mandate PRINT_CHANGED_MND_KKCHAR1PRINT_NEW_MND_KK
DEL_BANKDATAReverse SEPA Mandates If Bank Details Deleted DEL_BANKDATA_KKCHAR1DEL_BANKDATA_KK
CHECK_PRENOTCheck Direct Debit Pre-Notifications When Bank Changed CHECK_PRENOT_KKCHAR1XFELD

Key field Non-key field



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

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

SELECT SINGLE *
FROM TFK000SEPA
INTO CORRESPONDING FIELDS OF WA_TFK000SEPA
WHERE...

How to access SAP table TFK000SEPA

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