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: 

Release workprocess in parallel procssor

sreekanth_n2
Active Participant
0 Kudos

Hi Experts,

  I'm using parallel processor technique.

Used following link 

Parallel processing in ABAP - Team ABAP

It is working perfectly.

My requirement is to use this twice in my program,

For the first time it is successful but from the second time SPBT_INITIALIZE is failing. SY-SUBRC is not equal to zero.

Let me know how to release teh workprocess used in first time.

Regards,

Sree

3 REPLIES 3

Sandra_Rossi
Active Contributor
0 Kudos

You're using pRFC (parallel RFC). You could simply read the official ABAP documentation too. Could you tell us which exception you get from SPBT_INITIALIZE?

matt
Active Contributor
0 Kudos

Do you have any connection with who has posted almost an identical question here:

sreekanth_n2
Active Participant
0 Kudos

Thanks to all.

Since I have to deliver the object immediately, I have removed parallel processor and tried to resolve the performance issue through other means.