2013 Nov 01 9:26 AM
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.
Parallel processing (in DIA processes) using STARTING NEW TASK is well document. Please search.
2013 Nov 01 9:40 AM
Are you considering background processes as not DIA processes?
Neal
2013 Nov 01 9:50 AM
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
2013 Nov 01 9:55 AM
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.
2013 Nov 01 11:22 AM
Are you sure that this puts them in DIA and not BTC? I thought it was the other way around...
Neal
2013 Nov 01 11:24 AM
Parallel processing (in DIA processes) using STARTING NEW TASK is well document. Please search.
| User | Count |
|---|---|
| 6 | |
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |