SEPA_CTRL SAP (SEPA Mandate Management: System Control) Table details

Dictionary Type: Table
Description: SEPA Mandate Management: System Control




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




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

SEPA_CTRL is a standard SAP Table which is used to store SEPA Mandate Management: System Control data and is available within R/3 SAP systems depending on the version and release level.

The SEPA_CTRL table consists of various fields, each holding specific information or linking keys about SEPA Mandate Management: System Control data available in SAP. These include PROGN_DET (ABAP Program Name), DYNNR_DET (Number of the following screen), FNAME_DEF (SEPA: Module for Proposal of Data (Address, Bank Data)), PROGN_LIST (ABAP Program Name).. 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: S - System table, maint. only by SAP, change = modification
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced

Text table = SEPA_CTRLT


SAP SEPA_CTRL 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
ANWNDSEPA: Application for Which Mandate Relevant SEPA_ANWNDCHAR1SEPA_ANWND
PROGN_DETABAP Program Name PROGNAMECHAR40PROGNAME
DYNNR_DETNumber of the following screen DYNNRCHAR4DYNNR
FNAME_DEFSEPA: Module for Proposal of Data (Address, Bank Data) SEPA_FNAME_DEFCHAR30Assigned to domainFUNCNAMELIB
PROGN_LISTABAP Program Name PROGNAMECHAR40PROGNAME
DYNNR_LISTNumber of the following screen DYNNRCHAR4DYNNR
PROGN_SELABAP Program Name PROGNAMECHAR40PROGNAME
DYNNR_SELNumber of the following screen DYNNRCHAR4DYNNR
FNAME_CRDIDSEPA: Module for Proposal of Creditor ID SEPA_FNAME_CRDIDCHAR30Assigned to domainFUNCNAMELIB
FNAME_MNDIDSEPA: Module for Determination of Mandate ID SEPA_FNAME_MNDIDCHAR30Assigned to domainFUNCNAMELIB
FNAME_DBLSEPA: Module for Navigation (Double-Click) SEPA_FNAME_DBLCHAR30Assigned to domainFUNCNAME
PROGN_APPENDSEPA Mandate: Program for Subscreen (Additional Data) SEPA_PROGN_APPENDCHAR40PROGNAME
DYNNR_APPENDSEPA Mandate: Dynpro for Additional Data SEPA_DYNNR_APPENDCHAR4DYNNR
FNAME_ENHANCESEPA: Module for the Completion of Mandate Data SEPA_FNAME_ENHANCECHAR30Assigned to domainFUNCNAME
FNAME_BEF_SAVESEPA: Module for Check of Madate Data (Before Save) SEPA_FNAME_BEFORE_SAVECHAR30Assigned to domainFUNCNAME
FNAME_AFT_SAVESEPA: Module for Follow-up Actions After Saving SEPA_FNAME_AFTER_SAVECHAR30Assigned to domainFUNCNAME
FNAME_AUTHORITYSEPA: Module for Authorization Check SEPA_FNAME_AUTHORITYCHAR30Assigned to domainFUNCNAME
XINTASEPA: Internal Application SEPA_XINTACHAR1XFELD
FNAME_PARASEPA: Module for Other Parameters SEPA_FNAME_PARACHAR30Assigned to domainFUNCNAMELIB

Key field Non-key field



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

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

SELECT SINGLE *
FROM SEPA_CTRL
INTO CORRESPONDING FIELDS OF WA_SEPA_CTRL
WHERE...

How to access SAP table SEPA_CTRL

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