This is one of the examples of the inbound file transfer with numbered steps Process Steps: - Active Transfer process is started as scheduled or after specific event
- Active Transfer gets the flow definition
- Files previously created in the file system are read by Active Transfer (via shared folder or SFTP connection)
- Files are stored temporarily in Active Transfer storage
- Files are transferred to Unix file system based on flow definition; a name convention must be defined
- Active performs a RFC call to the destination SAP system through function module FM RSSM_EVENT_RAISE, passing the flow process as event ID, and the file name as a parameter
- SAP Event Management triggers all jobs related to the event ID
- The job calls an ABAP program, and the file system source and archive folders are defined in the selection screen as a varian
- The ABAP program calls function module GET_JOB_RUNTIME_INFO, which reads the event parameter to define the file to be processed
- Process and archive
|