cancel
Showing results for 
Search instead for 
Did you mean: 

SAP Parallel processing (RFM) with JCo connector

0 Kudos

Hi,

We have the RFM which is used to extract the large amount of data from SAP. We are calling this RFM using SAP JCO connector from java.

is there any possibility to call the RFM in parallel processing from JCO.  (parallel processing)

Please provide your inputs.

Thanks much

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member193379
Active Contributor
0 Kudos

Hi Amudha,

As Markus said, yes you can acheive it by define multi jobs with multi threadning.

Please also go through the SAP provided document with code for the same.

Using Multi Threading - Components of SAP Communication Technology - SAP Library

Thanks,

Hamendra

MarkusTolksdorf
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Amudha,

yes, sure. Simply execute the RFM in several threads on Java side. Standard Java multithreading offers all you need for that.

Best regards,

Markus