This is one of the examples of outbound file transfer with numbered steps Process Steps: - A job is schedule to run every x minutes
- The job calls an ABAP program, and the execution parameter is the flow name in Active Transfer
- The ABAP program calls a new function module created for MFT project
- Function module calls Active Transfer via RFC, passing the flow name
- Active Transfer gets the flow definition (only if it is a flow-based transfer) and starts the processing
- Files previously created in the file system are read by Active Transfer
- Files are stored temporarily in Active Transfer storage
- Active Transfer sends the files to the destination
- Active Transfer performs post-processing events, such as deleting, renaming, archiving the files.
|