2015 Jul 07 9:22 AM
Hi all,
In my program, i have a table lt_data which is huge. in order to execute fast, i am using parallel process technique as below.
CALL FUNCTION 'FNAME'
STARTING NEW TASK lv_taskname
DESTINATION IN GROUP lv_group
TABLES
it_data = lt_data.
but i want to execute this program in back ground. In this case, will the above parallel process technique will also execute in background.
Please confirm.
Regards,
Venkat
2015 Jul 07 10:16 AM
Hi Venkat,
I hope you can debug the background using the option in SE38 as shown below.
Also find the document for debugging the background program
Debug program used in background - ERP Financials - SCN Wiki
Regards
Rajkumar Narasimman
2015 Jul 07 10:34 AM
Hi Rajkumar,
thanks for the reply.
My question is not how to debug back ground job.
the code mentioned by me, will it run in back ground? because i am using parallel process technique.
Regards,
Venkat
2015 Jul 07 11:27 AM
Yes Venkat, for few cases, inorder to know the system behaviour, it is better to debug the program.
I hope it is possible to implement the parallel processing in background jobs, please find the help link below.
Implementing Parallel Processing - Background Processing - SAP Library
Regards
Rajkumar Narasimman