DFKKDDA SAP (Debit Memo Notification) Table details

Dictionary Type: Table
Description: Debit Memo Notification




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




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

DFKKDDA is a standard SAP Table which is used to store Debit Memo Notification data and is available within R/3 SAP systems depending on the version and release level.

The DFKKDDA table consists of various fields, each holding specific information or linking keys about Debit Memo Notification data available in SAP. These include GPART (Business Partner Number), PYGRP (Number of Debit Memo Notification), FAEDN (Collection Date), WAERS (Currency Key).. 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: A - Application table (master and transaction data)
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP DFKKDDA 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
GPARTBusiness Partner Number GPART_KKCHAR10BUT000ALPHABU_PARTNERBPA
PYGRPNumber of Debit Memo Notification DDGRP_KKCHAR10CHAR10FKK_DDA
FAEDNCollection Date DDDUE_KKDATS8DATUM
WAERSCurrency Key WAERS_KKCUKY5TCURCWAERSFWS
BETRWAmount in Transaction Currency with +/- Sign BETRW_KKCURR13(2) WRTV7
ERNAMName of Person who Created the Object ERNAMCHAR12USNAM
CPUDTDay On Which Accounting Document Was Entered CPUDTDATS8DATUM
CPUTMTime of Entry CPUTMTIMS6UZEIT
STDDAStatus of Debit Memo Notification STDDA_KKCHAR1STDDA_KK
DOC1RReference to Payment Document DOC1R_PAYCHAR24CHAR24
DOC1TPayment document category DOC1T_PAYCHAR2DOCTP_PAY
PYMETPayment Method PYMET_KKCHAR1Assigned to domainPYMET_KK
COTYPCorrespondence Type for Debit Memo Notification DOCOT_KKCHAR5DOCOT_KK
COKEYCorrespondence key COKEY_KKCHAR36COKEY_KK
LAUFDDate ID LAUFD_KKDATS8DATUM
LAUFIAdditional Identification Characteristic LAUFI_KKCHAR6LAUFI_KK
AENAMName of Person Who Changed Object AENAMCHAR12USNAM
AEDATChanged On AEDATDATS8DATUM
AETIMTime changed CDUZEITTIMS6UZEIT
APPLKApplication area APPLK_KKCHAR1APPLK_KK
VKONTContract Account Number VKONT_KKCHAR12FKKVKALPHAVKONT_KKKTOFKKVKP_F4
VTREFReference Specifications from Contract VTREF_KKCHAR20ALPHAVTREF_KKVTZ
OPBUKCompany Code for Automatic Payment Transactions PYBUK_KKCHAR4TFK042BBUKRS
EIGBVOwn Bank Details EIGBV_KKCHAR25TFK042HEIGBV_KK
ZBNKSBank country key BANKSCHAR3Assigned to domainLAND1BKL
ZBNKLBank number of the payee's bank DZBNKLCHAR15BANKL
ZBNKNBank account number of the payee DZBNKNCHAR18BANKN
ZBKONBank Control Key of the Payee's Bank DZBKONCHAR2BKONT
ZBKRFReference specifications for bank details BKREFCHAR20CHAR20
ZBKINName of Holder of Bank Account/Check Issuer/Cardholder KOINH_KKCHAR60KOINH
XFORCAccept Notification without Date Checks XFORC_KKCHAR1XFELD
DDTXTExplanatory Text for Debit Memo Notification DDTXT_KKCHAR50TEXT50
MASTTMaster record type for payment items MASTT_KKCHAR2MASTT_KK
MASTRMaster Record Reference for Payment Item MASTR_KKCHAR20MASTR_KK
AKTYPMass activity type AKTYP_KKCHAR4Assigned to domainAKTYP_KKFKKMAT
MNDIDUnique Referene to Mandate per Payment Recipient SEPA_MNDIDCHAR35ID035
LAUFD_CREDate ID LAUFD_KKDATS8DATUM
LAUFI_CREAdditional Identification Characteristic LAUFI_KKCHAR6LAUFI_KK

Key field Non-key field



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

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

SELECT SINGLE *
FROM DFKKDDA
INTO CORRESPONDING FIELDS OF WA_DFKKDDA
WHERE...

How to access SAP table DFKKDDA

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