SAP Reports / Programs | Public Sector Management | Funds Management | Funds Management-Specific Postings(PSM-FM-PO) SAP PSM

RFFMKWD1 SAP ABAP Report - Convert Assignment of Dunning Procedure to Dunning Area







RFFMKWD1 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Updating the Assignment of Dunning Procedure to Dunning Area This program updates existing assignments of dunning procedures to dunning areas in the customer/vendor master data...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 RFFMKWD1 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

F8P1 - Change Dnng Proc. Asst to Dnng Area


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 RFFMKWD1. "Basic submit
SUBMIT RFFMKWD1 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMKWD1 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: XVENDOR = Process Vendors
Selection Text: XCUSTOM = Process Customers
Selection Text: TESTLAUF = Test Run
Selection Text: I_KRETAB = Vendors
Selection Text: I_FMVEPV = Vendor Subldgr Preprocedure
Selection Text: I_FMCUPV = Customer Subldgr Preprocedure
Selection Text: I_DEBTAB = Customers
Selection Text: I_BUKTAB = Company codes
Title: Convert Assignment of Dunning Procedure to Dunning Area
Text Symbol: 203 = No. of Entries to be Changed in Table
Text Symbol: 201 = No. of Entries not to be Changed in Table
Text Symbol: 200 = No. of Changes Entries in Table
Text Symbol: 199 = (Test Run)
Text Symbol: 198 = (Updt.Run)
Text Symbol: 002 = Parameter
Text Symbol: 001 = Selection


INCLUDES used within this REPORT RFFMKWD1

INCLUDE RKASMAWF.


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:

FM_FYC_SCHEDMAN_INIT call function 'FM_FYC_SCHEDMAN_INIT' exporting i_repid = sy-repid "report id" i_tcode = 'F8P1' "transaction code i_wfitem = wf_witem "parameter of RKASMAWF i_wflist = wf_wlist "parameter of RKASMAWF i_flg_test = testlauf "flag for test mode importing e_f_schedman_key = g_f_schedman_key.

FM_FYC_SCHEDMAN_CLOSE call function 'FM_FYC_SCHEDMAN_CLOSE' exporting i_f_schedman_key = g_f_schedman_key "obtained from schedman init i_wfitem = wf_witem "parameter of RKASMAWF i_wfokey = wf_okey "parameter of RKASMAWF i_aplstat = g_aplstat. "result filled

ENQUEUE_EXKNA1 call function 'ENQUEUE_EXKNA1' exporting kunnr = l_t_knb5-kunnr exceptions foreign_lock = 1 system_failure = 2.

DEQUEUE_ALL call function 'DEQUEUE_ALL'.

DEQUEUE_ALL call function 'DEQUEUE_ALL'.

ENQUEUE_EXLFA1 call function 'ENQUEUE_EXLFA1' exporting lifnr = l_t_lfb5-lifnr exceptions foreign_lock = 1 system_failure = 2.

DEQUEUE_ALL call function 'DEQUEUE_ALL'.

DEQUEUE_ALL call function 'DEQUEUE_ALL'.



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