2014 Oct 18 4:00 PM
Hi
We have developed a BOL program which uploads repair order flat files from non-SAP system to SAP CRM system. The Data to upload is huge that we are facing performance issue in QA environment currently. It was identified to apply parallel processing in the program so that it may overcome from the performance issue.
Now the challenge is How to use BOL core instance in 2 different sessions, since parallel processing will open in different sessions and Asynchronous RFC doesn't accept Reference variable as import parameters.
Anyone worked in parallel processing sharing BOL Core instance. please let us..
Thanks in Advance.
2014 Oct 19 3:53 AM
Hi Pravin,
I'm not a BOL expert, but did you tried to use Shared Objects?
ABAP - Shared Objects - SAP Library
Regards,
Furlan
2014 Oct 19 2:01 PM
Hi Pravin,
why do do you want to share the BOL core at all? You are using asynchronous RFCs to create the the parallel sessions. Do these sessions need to share some data or even the same transaction? If not simply use a different instance in each session.
Christian