2016 Oct 02 4:17 AM
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
2016 Oct 02 9:35 AM
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?
2016 Oct 03 6:11 AM
2016 Oct 07 6:47 AM
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.