TBKK_SDD_DAYS SAP (Date Determination for SEPA Direct Debit Orders) Table details

Dictionary Type: Table
Description: Date Determination for SEPA Direct Debit Orders




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




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

TBKK_SDD_DAYS is a standard SAP Table which is used to store Date Determination for SEPA Direct Debit Orders data and is available within R/3 SAP systems depending on the version and release level.

The TBKK_SDD_DAYS table consists of various fields, each holding specific information or linking keys about Date Determination for SEPA Direct Debit Orders data available in SAP. These include PAYMETHOD (Payment Method), CAL_DAYSMAX (Maximum No. of Calendar Days Before Due Date), IBB_DAYSMIN_FIRS (Minimum Interbank Working Days Before Due Date for First Run), IBB_DAYSMIN_PART (Minimum Interbank Working Days before Due Date for Part 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)


SAP TBKK_SDD_DAYS 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 MANDTCLNT3T000MANDT
PAYMETHODPayment Method BKK_PAYMETCHAR4TBKKG1BKK_MEDIUMBCA_SH_PAYMETHOD
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 TBKK_SDD_DAYS using ABAP code

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

SELECT SINGLE *
FROM TBKK_SDD_DAYS
INTO CORRESPONDING FIELDS OF WA_TBKK_SDD_DAYS
WHERE...

How to access SAP table TBKK_SDD_DAYS

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