SAP Reports / Programs | Financial Accounting | Contract Accounts Receivable and Payable(FI-CA) SAP FI

RFKKMADUTLTRANF SAP ABAP Report - Transfer of Telephone List from Dunning Run to Other System







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FPVT - Transfer Dunning Telephone List


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RFKKMADUTLTRANF. "Basic submit
SUBMIT RFKKMADUTLTRANF AND RETURN. "Return to original report after report execution complete
SUBMIT RFKKMADUTLTRANF VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT RFKKMADUTLTRANF

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RFKKMADUTLTRANF or its description.