Application Development and Automation 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: 
Read only

Release workprocess in parallel procssor

sreekanth_n2
Active Participant
0 Likes
875

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
Read only

Sandra_Rossi
Active Contributor
0 Likes
698

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?

Read only

matt
Active Contributor
0 Likes
698

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

Read only

sreekanth_n2
Active Participant
0 Likes
698

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.