Do not forget to modify the link to the Parent Page within the macro.  

This is one of the examples of outbound file transfer with numbered steps


Process Steps:

  1. A job is schedule to run every x minutes
  2. The job calls an ABAP program, and the execution parameter is the flow name in Active Transfer
  3. The ABAP program calls a new function module created for MFT project
  4. Function module calls Active Transfer via RFC, passing the flow name
  5. Active Transfer gets the flow definition (only if it is a flow-based transfer) and starts the processing
  6. Files previously created in the file system are read by Active Transfer
  7. Files are stored temporarily in Active Transfer storage
  8. Active Transfer sends the files to the destination
  9. Active Transfer performs post-processing events, such as deleting, renaming, archiving the files.


Add a label : <name of the application>