on 2020 May 18 4:25 AM
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
Request clarification before answering.
Parallel processing needs to be managed in the ABAP program itself, you can't handle this at the process chain level.
Regards,
Frederic
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Then you have to improve the performance of your coding or find something smaller than the company code to obtain smaller partitions.
Regards,
Frederic
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
74 | |
22 | |
9 | |
8 | |
7 | |
5 | |
5 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.