SAPMFFD1 is a standard Module pool for a dialog screen ABAP Program available within your SAP system (depending on your version and release level). It is used for Transaction FDFD was developed mainly as a tool to support implementation of the cash management and forecast (CM&F)...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 SAPMFFD1 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FDFD - Cash Management Implementation Tool
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.
Title: Cash Management Implementation Tool
Text Symbol: S03 = You can display logs of other jobs using menu 'System' -> 'Own Spool Requests'
Text Symbol: S02 = You can display log of last job using job overview
Text Symbol: S01 = Job logs are stored in spool file
Text Symbol: P08 = Number of vendor master records changed:
Text Symbol: P07 = Number of customer master records changed:
Text Symbol: P06 = The following record could not be processed:
Text Symbol: P05 = New Group |Old Group |Vendor |Cty|Ptms|Pmt methds|Name
Text Symbol: P04 = New Group |Old group|New PH |Old PH |Customer |Cty|Tms |Rem.|Pmt methds|Name
Text Symbol: P02 = Log Vendor Group Assignment for Company Code
Text Symbol: P01 = Log Customer Group Assignment for Company Code
Text Symbol: P00 = .
Text Symbol: L05 = Status information
Text Symbol: L04 = Job no.
Text Symbol: L02 = Report
Text Symbol: L01 = Prty
Text Symbol: J42 = Press "Continue" to terminate job processing
Text Symbol: J41 = Job not created
Text Symbol: J11 = No jobs have been created
Text Symbol: J10 = Job processing log
Text Symbol: J08 = Job still to be released
Text Symbol: J07 = Job released
Text Symbol: J04 = Batch Job Processing
Text Symbol: J02 = The print parameters entered are not valid.
Text Symbol: J01 = Print Parameters
Text Symbol: 015 = Existing payment history (table KNB4) may be deleted
Text Symbol: 014 = 'Record Payment History' is not selected everywhere ->
Text Symbol: 013 = Vendor master data being changed
Text Symbol: 012 = Customer master data being changed
Text Symbol: 011 = Cont.
Text Symbol: 010 = Stipulate company code
Text Symbol: 008 = Are you sure you want to delete?
Text Symbol: 007 = Table FDES still contains data records from manual planning
Text Symbol: 006 = Create
Text Symbol: 005 = Create planning group
Text Symbol: 003 = Confirmation Prompt
Text Symbol: 002 = Cash management data changed
Text Symbol: 001 = Are you sure you want to execute the function?
INCLUDE MFFD1TOP.
INCLUDE MFFD1F02.
INCLUDE MFFD1F01.
INCLUDE MFFD1O01.
INCLUDE MFFD1I01.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.