I am currently trying to run 6 transaction in SAP from a VBA code, but the waiting time is too long, because VBA starts the transactions one after another. I am therefore interested in starting all 6 transactions at the same time, to minimize the waiting time. Is this possible?
Is it possible to go to the next line in the VBA script if the VBA script is waiting for OLE action to complete?
I appreciate all help!
Kasper