Reputation: 11
I'm developing an ABAP program to transport orders from one system to another (in a different landscape). To do that I need to copy the cofiles from the source system to the target system, so I can add the orders to the import queue. That copy can't be done manually, it has to be the program to do all that... copy the files from the source system to the target, add the orders to the import queue and transport them.
Any thoughts how I can do this within the program (only the part of copying the files between different systems)?
Upvotes: 0
Views: 570
Reputation: 263
Seems impossible for me. Currently, the easiest way to transport program/object between different system is abapGit, but still some tasks are required on target system.
Upvotes: 0