RFKKPRNR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Mass reversal of direct debit pre-notifications The report reverses a number of direct debit pre-notifications in one run...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RFKKPRNR into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FPPRN8M - Mass Reversal of Pre-Notifications
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: XDETA = Detailed Log
Selection Text: CPUTM = D .
Selection Text: GPART = D .
Selection Text: LAUFD = D .
Selection Text: LAUFI = D .
Selection Text: PNNUM = D .
Selection Text: PYBUK = D .
Selection Text: XECHT = D .
Title: Reverse Direct Debit Pre-Notifications
Text Symbol: 001 = Update Run
Text Symbol: 002 = Test Run
Text Symbol: 003 = Business Partner
Text Symbol: 004 = Pre-Notifications
Text Symbol: 005 = Correspondence
Text Symbol: B01 = Pre-Notification Run
Text Symbol: B02 = Additional Selections
Text Symbol: B03 = Proc.Flow Cntrl
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FKK_PAYMENT_RUN_F4 CALL FUNCTION 'FKK_PAYMENT_RUN_F4' EXPORTING I_F1TYP = 'D' I_F2NME = 'LAUFI' I_NAME_LAUFD = 'LAUFD' I_NAME_LAUFI = 'LAUFI' I_AKTYP = 'PPRN' IMPORTING E_LAUFD = LAUFD E_LAUFI = H_LAUFI.
FKK_PAYMENT_RUN_F4 CALL FUNCTION 'FKK_PAYMENT_RUN_F4' EXPORTING I_F1TYP = 'I' I_F2NME = 'LAUFD' I_NAME_LAUFD = 'LAUFD' I_NAME_LAUFI = 'LAUFI' I_AKTYP = 'PPRN' IMPORTING E_LAUFD = LAUFD E_LAUFI = H_LAUFI.
FKK_PAYMENT_RUN_AUTHORITY CALL FUNCTION 'FKK_PAYMENT_RUN_AUTHORITY' EXPORTING I_FBTCH = '24'.
FKK_SEPA_PRENOT_REVERSE CALL FUNCTION 'FKK_SEPA_PRENOT_REVERSE' EXPORTING I_PNNUM = T_DFKKPRNH-PNNUM I_PNHKF = T_DFKKPRNH-PNHKF * IMPORTING * E_OKCODE = EXCEPTIONS GENERAL_FAULT = 1 OTHERS = 2.
FI_MESSAGE_TEXT_GET CALL FUNCTION 'FI_MESSAGE_TEXT_GET' EXPORTING I_MSGID = SY-MSGID I_MSGNO = SY-MSGNO I_MSGV1 = SY-MSGV1 I_MSGV2 = SY-MSGV2 I_MSGV3 = SY-MSGV3 I_MSGV4 = SY-MSGV4 IMPORTING E_MSGTX = T_RESULT-MSGTX.
FKK_SEPA_PRENOT_DEQUEUE CALL FUNCTION 'FKK_SEPA_PRENOT_DEQUEUE'.
POPUP_NO_LIST CALL FUNCTION 'POPUP_NO_LIST'.
FKK_PRENOT_LIST_REVERSEDMASS CALL FUNCTION 'FKK_PRENOT_LIST_REVERSEDMASS' EXPORTING I_TESTRUN = H_TESTRUN I_COUNTER1 = H_CNT_DEL I_COUNTER2 = H_CNT_ERR TABLES T_RESULT_PRNH = T_RESULT.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFKKPRNR - Reverse Direct Debit Pre-Notifications RFKKPRNR - Reverse Direct Debit Pre-Notifications RFKKPRNL - Direct Debit Pre-Notifications: List RFKKPRNL - Direct Debit Pre-Notifications: List RFKKPRNHAR03 - Archiving of SEPA Direct Debit Pre-Notifications (Reload) RFKKPRNHAR03 - Archiving of SEPA Direct Debit Pre-Notifications (Reload)