TBKKSEPA_RCV SAP (Recipient party oriented Customizing for SEPA) Table details

Dictionary Type: Table
Description: Recipient party oriented Customizing for SEPA




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




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

TBKKSEPA_RCV is a standard SAP Table which is used to store Recipient party oriented Customizing for SEPA data and is available within R/3 SAP systems depending on the version and release level.

The TBKKSEPA_RCV table consists of various fields, each holding specific information or linking keys about Recipient party oriented Customizing for SEPA data available in SAP. These include TRNSTYPE (Transaction Type), MANDATE_TYPE (Mandate Type), CAL_DAYSMAX (Maximum No. of Calendar Days Before Due Date), IBB_DAYSMIN_FIRS (Minimum Interbank Working Days Before Due Date for First Run).. 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: Can be enhanced (character-type or numeric)


SAP TBKKSEPA_RCV 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
TRNSTYPETransaction Type BKK_TTYPECHAR4TBKKG3BKK_TTYPE
MANDATE_TYPEMandate Type BKK_MAND_TYPECHAR1BKK_MAND_TYPE
CAL_DAYSMAXMaximum No. of Calendar Days Before Due Date BKK_DTE_CAL_DAYS_MAXNUMC3BKK_DAYS3
IBB_DAYSMIN_FIRSMinimum Interbank Working Days Before Due Date for First Run BKK_DTE_IBB_DAYS_MIN_FIRSTNUMC3BKK_DAYS3
IBB_DAYSMIN_PARTMinimum Interbank Working Days before Due Date for Part Run BKK_DTE_IBB_DAYS_MIN_PARTNUMC3BKK_DAYS3
CAL_IDCalendar ID BKK_DTE_SEPA_CAL_IDCHAR2TFACDWFCID
IBB_TIMELAG_SUBSMinimum Time Lag from First to Subsequent Usage BKK_DTE_IBB_TIMELAG_SUBSNUMC3BKK_DAYS3

Key field Non-key field



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

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

SELECT SINGLE *
FROM TBKKSEPA_RCV
INTO CORRESPONDING FIELDS OF WA_TBKKSEPA_RCV
WHERE...

How to access SAP table TBKKSEPA_RCV

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