cancel
Showing results for 
Search instead for 
Did you mean: 

can apply parallel processing concept on abap report thats executed by process chain in SAP BW

0 Kudos
265

Hi Team,

Can we apply parallel processing concept on se38 program if that program executed by Process Chain in SAP BW. If yes, please let me know how to utilize the work process in background. We know how to utilize the dialog work process for implementing a parallel processing concept. Thank you.

Kind Regards

Dilip Kumar K

Accepted Solutions (0)

Answers (3)

Answers (3)

FCI
Active Contributor

Parallel processing needs to be managed in the ABAP program itself, you can't handle this at the process chain level.

Regards,

Frederic

FCI
Active Contributor
0 Kudos

Then you have to improve the performance of your coding or find something smaller than the company code to obtain smaller partitions.

Regards,

Frederic

0 Kudos

Hi Frederic,

I am facing performance issue. We have some company codes like 15. We maintained the loop for the company codes. In side the loop we are creating the job, submitting the job, clsoing the jo through function modules. This is programe is executed by process chain .

Please find my code below.

Loop it_company_Codes.

FM -> Job_Open

FM -> Submit_Job

FM -> close_job

Endloop.

I want to improve the performance in this scenario. Plz, suggest. Thank you.

Please follow below scn link for implementing parallel processing on background jobs your reference and suggest plz.

https://blogs.sap.com/2014/09/16/parallel-processing-of-background-jobs-in-sap/

Kind Regards

Dilip Kumar K