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

RFFMKWD0 SAP ABAP Report - Supplement for Assignment Dunning Procedure for Dunning Area







RFFMKWD0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Supplement of Assignment Dunning Procedure to Dunning Area This program writes the dunning procedure and corresponding dunning areas in the selected customer and 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 RFFMKWD0 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

F8P0 - Spplt Dnng Proc. Assgt 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 RFFMKWD0. "Basic submit
SUBMIT RFFMKWD0 AND RETURN. "Return to original report after report execution complete
SUBMIT RFFMKWD0 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: I_BUKTAB = Company Codes
Selection Text: I_DEBTAB = Customers
Selection Text: XVEPKVO = Vendor Subldgr Preprocedure
Selection Text: XVENDOR = Process Vendors
Selection Text: XMAHNSPR = Dunning Block
Selection Text: XEMPFAEN = Dunning Recipient
Selection Text: XCUSTOM = Process Customers
Selection Text: XCUPKVO = Customer Subldgr Preprocedure
Selection Text: XBEARBEI = Dunning Clerk
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_ERDAT = Entered On
Title: Supplement for Assignment Dunning Procedure for Dunning Area
Text Symbol: 001 = Selection
Text Symbol: 002 = Parameter
Text Symbol: 003 = Add. Accr/Deffrl
Text Symbol: 004 = Company Code
Text Symbol: 005 = Test Run
Text Symbol: 006 = Copy Additional Fields
Text Symbol: 198 = (Updt.Run)
Text Symbol: 199 = (Test Run)
Text Symbol: 200 = No. of Generated Entries in Table
Text Symbol: 203 = No. of Generated Entries in Table


INCLUDES used within this REPORT RFFMKWD0

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 = 'F8P0' "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_knb5i-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_lfb5i-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 RFFMKWD0 or its description.