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: 

Parallel programs running in DIA work process

Former Member
0 Kudos

Hi, please help.

How to run parallel execution of multiple programs at DIA work process?

There is a list of programs to be executed in parallel, the program must be carried out in various DIA work process.

5 REPLIES 5

Former Member
0 Kudos

Are you considering background processes as not DIA processes?

Neal

0 Kudos

Background process is handled BTC work process (SM50).

But I could be wrong. I need the program to be processed in the DIA work process.

If you know how to get background process handled at DIA work process, write!

Ilua

0 Kudos

HI iiya,

you can use FM ... for this you have to assign RFC Destination and Tcode . You can pass Tcode which are assigned to the program to the FM inside a LOOP. it will create different session for Each Program and they can run Parallel .

    CALL FUNCTION 'ECATT_START_GUI_REMOTE'
    DESTINATION l_rfcdest
    EXPORTING
      im_transaction = 'ZTCODE'

    IMPORTING
      ex_sysubrc     = lv_subrc.

Regards,

Kapil.

0 Kudos

Are you sure that this puts them in DIA and not BTC?  I thought it was the other way around...

Neal

matt
Active Contributor
0 Kudos

Parallel processing (in DIA processes) using STARTING NEW TASK is well document. Please search.