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

RFKKDM01 SAP ABAP Report - Create Collection Cases after Dunning Run







RFKKDM01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for trados = docu -> fi -> fica This report creates collection cases that were prepared in the dunning activity 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 RFKKDM01 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

FPDM01 - Create Coll. Cases after Dunn. Run


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 RFKKDM01. "Basic submit
SUBMIT RFKKDM01 AND RETURN. "Return to original report after report execution complete
SUBMIT RFKKDM01 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: LAUFD = D Date ID
Selection Text: LAUFI = D Identification
Selection Text: RGPART = D Business Partner
Selection Text: XTEST = Test Run
Title: Create Collection Cases after Dunning Run
Text Symbol: 001 = Number of Collection Cases Created:
Text Symbol: 002 = Collection case not created. Business Partner:
Text Symbol: 003 = Number of Collection Cases that Can Be Created:
Text Symbol: 004 = Following Business Partner is Currently Locked:
Text Symbol: 005 = Total Number of Errors:


INCLUDES used within this REPORT RFKKDM01

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_AKTIV2_RUN_ENQUEUE * CALL FUNCTION 'FKK_AKTIV2_RUN_ENQUEUE' * EXPORTING * i_aktyp = 'MAHN' * i_laufd = laufd * i_laufi = laufi * EXCEPTIONS * foreign_lock = 1 * OTHERS = 2.

FKK_AKTIV2_RUN_ENQUEUE_DB CALL FUNCTION 'FKK_AKTIV2_RUN_ENQUEUE_DB' EXPORTING i_aktyp = 'MAXX' i_laufd = laufd i_laufi = laufi i_check_db_only = 'X' EXCEPTIONS foreign_lock = 1 OTHERS = 2.

FKK_AKTIV2_RUN_KEY_CONSTRUCT CALL FUNCTION 'FKK_AKTIV2_RUN_KEY_CONSTRUCT' EXPORTING i_aktyp = 'MAHN' i_laufd = laufd i_laufi = laufi IMPORTING e_runkey = dunning_runkey.

FKK_OPEN_ITEM_ENQUEUE CALL FUNCTION 'FKK_OPEN_ITEM_ENQUEUE' TABLES t_enqtab = lt_enqtab.

FKK_COLL_CASE_CREATE CALL FUNCTION 'FKK_COLL_CASE_CREATE' EXPORTING i_fkkmako = l_mako i_no_update = xtest IMPORTING e_case_guid = l_case_guid TABLES it_fkkopkey = lt_opkey EXCEPTIONS no_items = 1 error = 3 OTHERS = 4.

FKK_OPEN_ITEM_DEQUEUE CALL FUNCTION 'FKK_OPEN_ITEM_DEQUEUE'.



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 RFKKDM01 or its description.