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
Below is a list of transaction codes which are relevant to this SAP report
F8P0 - Spplt Dnng Proc. Assgt to Dnng Area
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: 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
INCLUDE RKASMAWF.
No SAP DATABASE tables are accessed within this REPORT code!
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'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.