Application Development and Automation 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: 
Read only

CALL FUNCTION Parallel process in background

Former Member
0 Likes
869

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

3 REPLIES 3
Read only

rajkumarnarasimman
Active Contributor
0 Likes
800

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

Read only

0 Likes
800

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

Read only

0 Likes
800

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