‎2011 Sep 13 7:55 AM
Hello,
is it possible to start a program on client x from client y?(same system)
Maybe using job events or ABAP statements like submit.
Regards
Edited by: Maximilian Tews on Sep 13, 2011 8:55 AM
‎2011 Sep 13 8:07 AM
Hi,
it is possible to start a program on client x from client y (same syste) using 'submit'.
regards,
MSH
‎2011 Sep 13 8:17 AM
Hi Sohaib,
I am afraid you are wrong. There is no possibility to specify client additionally to SUBMIT statement.
Adrian
‎2011 Sep 13 8:12 AM
Hello,
can you please give me an example.I read the documentation of submit statement and found no information about starting a program on another client.
Regards
‎2011 Sep 13 8:16 AM
Hi,
you can create your own copy of function module SUBMIT_REPORT and make it RFC enabled. Also create RFC destinations for necessary clients. By calling newly created FM in appropriate destination, you will maybe achieve what you need.
Regards
Adrian
‎2011 Sep 13 8:31 AM
Hello Max,
In addition to what Adrian has mentioned you'll need to create an RFC destination type 'R/3' & call your RFM in that destination.
Cheers,
Suhas