Application Development 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: 

How to use BOL Core instance in 2 sessions in Parallel processing

Former Member
0 Kudos
149

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.

2 REPLIES 2

furlan
Participant
0 Kudos
90

Hi Pravin,

I'm not a BOL expert, but did you tried to use Shared Objects?

ABAP - Shared Objects - SAP Library

Regards,

Furlan

ceedee666
Active Contributor
0 Kudos
90

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