Application Development 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: 

Submit program on a specific application server

Former Member
0 Kudos

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

matt
Active Contributor
0 Kudos

Use RFC with destination a specific app server.

2 REPLIES 2

matt
Active Contributor
0 Kudos

Use RFC with destination a specific app server.

Chintu6august
Contributor
0 Kudos

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!!