‎2008 May 27 11:53 AM
Hi,
Please can anyone tell me how can i call more than one job in a program simultaneously.
Means through one program i want to run more than one job that should run simultaneously.
Thanks and Regards
Shailendra
‎2008 May 27 12:01 PM
Hi,
You can write your own program for such a requirement and there you can call FMs BP_JOB_READ, BP_JOB_MODIFY, BP_JOB_SAVE etc etc. using these FMs you would be able to get the desired results.
Hope this helps!
Regards,
Lalit
‎2008 May 27 12:01 PM
Hi.
You must call that job within an RFC-enabled Function Module in background task.
For example,
call FUNCTION 'ZFM'
IN BACKGROUND TASK
EXPORTING
i_data = i_Data.
when the calling program COMMITs, then the ZFMs that have been called with the code above will start running in parallel.
Please, read also the repsective HELP on calling Function Modules in BACKGROUND TASK.
Reward points please if it helps.
Regards,
George
‎2008 May 27 12:26 PM
hi!
for display use the following FMs.
REUSE_ALV_FIELDCATALOG_MERGE
REUSE_ALV_BLOCK_LIST_APPEND
REUSE_ALV_BLOCK_LIST_DISPLAY
Reward me if useful
Regards,
Nagulan