‎2007 Feb 26 2:27 PM
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
‎2007 Feb 26 2:35 PM
‎2007 Feb 26 2:34 PM
Hi Ruairi,
You can't.... But depending on the release you are using there might be better solutions than GENERATE SUBROUTINE POOL.
Regards,
John.
‎2007 Feb 26 2:35 PM
‎2007 Feb 26 2:46 PM