Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Start Program from another client

Former Member
0 Likes
1,100

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

5 REPLIES 5
Read only

Former Member
0 Likes
773

Hi,

it is possible to start a program on client x from client y (same syste) using 'submit'.

regards,

MSH

Read only

0 Likes
773

Hi Sohaib,

I am afraid you are wrong. There is no possibility to specify client additionally to SUBMIT statement.

Adrian

Read only

Former Member
0 Likes
773

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

Read only

Former Member
0 Likes
773

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

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
773

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