cancel
Showing results for 
Search instead for 
Did you mean: 

runing programs one by one with the XI

Former Member
0 Kudos

hello experts

I have 3 RFC that should run one after another.

I would like to run the automatically, meaning, when the first finishes, the second will start and so on. (each scenario is synchronic).

is there a way to do it in the XI with out using BPM?

is there a way to put a trigger some where?

if not in the XI, is there a way to put it in general RFC that will run the program one after another (run the second after it will get a signal that the first is finished?)

if so, help will be appreciated.

Thanks

Kfir

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Try using Server Proxy and within the method EXECUTE_SYNCHRONOUS call the RFCs one by one.

Pls reward points if helpful.

Also compared to BPM this method is better performance wise.

Edited by: Shibaji Chandra on Jun 23, 2008 10:18 AM

Answers (1)

Answers (1)

former_member181962
Active Contributor
0 Kudos

Hi Kfir,

RFCs are triggered in the backend sap system.

In the sap system, write an abap program, which calls the RFCs one after the other.

Regards,

Ravi