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

subroutine pools

Former Member
0 Likes
1,417

Hello,

I am using statement GENERATE SUBROUTINE POOL to create a subroutine pool to dynamically filla table. I get a dump if more than 36 are created...

Dump text: "No more than 36 temporary subroutine pools can be generated.

This maximum value has been exceeded. "

SAP documentation states .....

"a maximum of 36 temporary subroutine pools may be created.

A temporary subroutine pool generated for an internal mode cannot be explicitly deleted. It remains available from its generation up to the point where the internal mode is cancelled. "

Does anyone have an idea how I can delete the subroutine pool in internal mode?

Thanks for your help,

Ruairi

1 ACCEPTED SOLUTION
Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
879

You might want to have a look at this thread.

Regards,

Rich Heilman

3 REPLIES 3
Read only

Former Member
0 Likes
879

Hi Ruairi,

You can't.... But depending on the release you are using there might be better solutions than GENERATE SUBROUTINE POOL.

Regards,

John.

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
880

You might want to have a look at this thread.

Regards,

Rich Heilman

Read only

0 Likes
879

Hi guys,

thanks very much for the speedy tips.

Regards,

Ruairi