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

Submit program on a specific application server

Former Member
0 Likes
1,483

Hello Experts,

i used shared buffer memory to import and export data between two programs and all was fine in Dev systems,

however once moved to simulation it doesn't work properly and this because we have two server applications in simulation

so the first idea is to force execution of the second program on the same server application so that it finds the data exported by the first program

So could you please help on how can i submit program specifying the application server name ? knowing that i have two types of execution via Job and online.

Thanks in advance for your help,

Amine

1 ACCEPTED SOLUTION
Read only

matt
Active Contributor
0 Likes
895

Use RFC with destination a specific app server.

2 REPLIES 2
Read only

matt
Active Contributor
0 Likes
896

Use RFC with destination a specific app server.

Read only

Chintu6august
Contributor
0 Likes
895

Hi,

Create an RFC call your second program in that  and call the RFC in the First program, parameters of RFC will provide the values of calling program to RFC to second program.

thank you!!