RFKKMADUTLTRANF is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report transfers entries from the telephone list to an external system for dunning...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 RFKKMADUTLTRANF into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FPVT - Transfer Dunning Telephone List
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: P_ALL = D Also Completed
Selection Text: P_CODU = Correspondence Dunning
Selection Text: P_LAUFD = D Date ID
Selection Text: P_LAUFI = D Identification
Selection Text: P_RFC = D RFC Destination
Selection Text: P_STDBK = D Company Code
Title: Transfer of Telephone List from Dunning Run to Other System
Text Symbol: 001 = Number of Successful Calls of Transfer Event:
Text Symbol: 002 = Number of Lines for Processing
Text Symbol: 100 = An error occurred in the opening event
Text Symbol: 101 = Message Number and Message Variables:
Text Symbol: 102 = An error occurred in the closing event
Text Symbol: 103 = An error occurred in the transfer event
Text Symbol: 200 = Transfer of Telephone List from Dunning Run to Other System
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FKK_GET_APPLICATION CALL FUNCTION 'FKK_GET_APPLICATION' IMPORTING e_applk = l_applk.
FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING i_fbeve = '9010' i_applk = l_applk TABLES t_fbstab = t_fbstab_9010.
FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING i_fbeve = '9012' i_applk = l_applk TABLES t_fbstab = t_fbstab_9012.
FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING i_fbeve = '9013' i_applk = l_applk TABLES t_fbstab = t_fbstab_9013.
FKK_SAMPLE_9012 IF 0 = 1. CALL FUNCTION 'FKK_SAMPLE_9012'. ENDIF.
FKK_SAMPLE_9010 IF 0 = 1. CALL FUNCTION 'FKK_SAMPLE_9010'. ENDIF.
FKK_SAMPLE_9013 IF 0 = 1. CALL FUNCTION 'FKK_SAMPLE_9013'. ENDIF.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFKKMADUTLTRANF - Transfer of Telephone List from Dunning Run to Other System RFKKMADUTLTRANF - Transfer of Telephone List from Dunning Run to Other System RFKKMADUTL - Deletion of Entries from Dunning Telephone List RFKKMADUTL - Deletion of Entries from Dunning Telephone List RFKKMA10 - FI-CA: Dunning History Archiving, Reload Dunning Notices RFKKMA10 - FI-CA: Dunning History Archiving, Reload Dunning Notices