TDSEPA_CUST SAP (SEPA Activation per Company Code) Table details

Dictionary Type: Table
Description: SEPA Activation per Company Code




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




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

TDSEPA_CUST is a standard SAP Table which is used to store SEPA Activation per Company Code data and is available within R/3 SAP systems depending on the version and release level.

The TDSEPA_CUST table consists of various fields, each holding specific information or linking keys about SEPA Activation per Company Code data available in SAP. These include BUKRS (Company Code), SEPA_ACTV (Activate SEPA Functions), SEPA_DD_ACTV (Use SEPA DD enhancements for posting of planned records), SEPA_LEAD_CHECK (Check if leadtime can be kept with current payment date).. 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 TDSEPA_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 BUKRSCHAR4Assigned to domainBUKRSBUKC_T001
SEPA_ACTVActivate SEPA Functions TB_SEPA_ACTVCHAR1T_SEPA_ACTV
SEPA_DD_ACTVUse SEPA DD enhancements for posting of planned records TB_SEPA_DD_ACTVCHAR1XFELD
SEPA_LEAD_CHECKCheck if leadtime can be kept with current payment date TB_SEPA_DD_LEADTIME_CHECKCHAR1XFELD
SEPA_PRE_CHECKCheck if prenotification time can be kept TB_SEPA_DD_PRENOT_CHECKCHAR1XFELD
SEPA_PRE_DAYSDays for calculcation of prenotification time TB_SEPA_DD_PRENOT_DAYSNUMC2
SEPA_PRE_CALCalendar for calculcation of prenotification time TB_SEPA_DD_PRENOT_CALCHAR2TFACDWFCID
SEPA_NAD_CHECKUse new auto debit (SEPA direct debit) TB_SEPA_DD_NAD_CHECKCHAR1XFELD
SEPA_CUT_TIMESEPA Cut-off-time TB_SEPA_CUT_OFF_TIMETIMS6SYTIME
SEPA_DAY_SHIFTSEPA day shift TB_SEPA_DAY_SHIFTNUMC2
SEPA_AUTH_CHECKUse modified authorization check (SEPA mandates) TB_SEPA_DD_AUTH_CHECKCHAR1XFELD
SEPA_USE_CMLUse CML data for SEPA leadtime calculation TB_SEPA_DD_USE_CMLCHAR1TB_SEPA_DD_USE_CML_DOM
SEPA_CHK_MND_CHANGECheck usage of payer IBAN (mandate change) TB_SEPA_CHK_MND_CHANGECHAR1FLAG

Key field Non-key field



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

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

SELECT SINGLE *
FROM TDSEPA_CUST
INTO CORRESPONDING FIELDS OF WA_TDSEPA_CUST
WHERE...

How to access SAP table TDSEPA_CUST

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