RFKKDDAD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Deletion of Debit Memo Notifications The report deletes the data in table DFKKDDA created by the transaction
If you would like to execute this report or see the full code listing simply enter RFKKDDAD into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
Selection Text: SELD_CRE = D .
Selection Text: SELFAEDN = D .
Selection Text: SELGPART = D .
Selection Text: SELI_CRE = D .
Selection Text: XDETA = D .
Selection Text: XTEST = D .
Title: Delete Debit Memo Notifications
Text Symbol: 001 = Update Run
Text Symbol: 002 = Test Run
Text Symbol: 003 = Business Partner
Text Symbol: 004 = Notifications
Text Symbol: 005 = Correspondence
Text Symbol: B01 = Debit Memo Notifications to Be Deleted
Text Symbol: B02 = Process Flow Control
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FKK_PAYMENT_RUN_AUTHORITY CALL FUNCTION 'FKK_PAYMENT_RUN_AUTHORITY' EXPORTING i_fbtch = '24'.
FKK_DDAX_DELETE_CORRESPONDENCE * CALL FUNCTION 'FKK_DDAX_DELETE_CORRESPONDENCE' does not really fit CLEAR: rngcokey, rngcokey[].
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFKKDDAD - Delete Debit Memo Notifications RFKKDDAD - Delete Debit Memo Notifications RFKKCVSPAYTOP - Include RFKK_CVSPAY_CONFIRM_TOP RFKKCVSCONFIRMDB - Creation of Test File for Transfer of CVS Payments RFKKCVSCONFIRMDB - Creation of Test File for Transfer of CVS Payments RFKKCR_OLD_DELETE - Reorganization of Check Management: Delete Data No Longer Required