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

How to Delete Subroutine Pools ?

Former Member
0 Likes
1,078

Hi Experts,

I am facing a ABAP Dump in a Zreport ,in this report i am using "GENERATE SUBROUTINE POOL" Keyword to generate dynamic subroutines. The Runtime Error is GENERATE_SUBPOOL_DIR_FULL & Exception is GENERATE_SUBPOOL_FULL. As per system configuration the maximum limit to which the system can generate a subroutine pool is 36 per user session.

PFA ABAP Dump report.

I am also looking at the possibility of using a standard report or function module which will delete generated subroutine pool but so far i haven't found one. We have tried raising OSS Message to SAP at service market place.

Is there any turn around to this problem OSS Notes apply or a standard report or FM to delete generated subroutine pools.

Thanks & Regrads.

Priyesh Shah.

Hi Experts,

I am facing a ABAP Dump in a Zreport ,in this report i am using "GENERATE SUBROUTINE POOL" Keyword to generate dynamic subroutines. The Runtime Error is GENERATE_SUBPOOL_DIR_FULL & Exception is GENERATE_SUBPOOL_FULL. As per system configuration the maximum limit to which the system can generate a subroutine pool is 36 per user session.

PFA ABAP Dump report.

I am also looking at the possibility of using a standard report or function module which will delete generated subroutine pool but so far i haven't found one. We have tried raising OSS Message to SAP at service market place.

Is there any turn around to this problem OSS Notes apply or a standard report or FM to delete generated subroutine pools.

Thanks & Regrads.

Priyesh Shah.

1 REPLY 1
Read only

Former Member
0 Likes
627

Hi,

I dont think we can. Its says so in the standard documentation.

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 session is terminated

http://help.sap.com/abapdocu_702/en/abapgenerate_subroutine_pool.htm

Thanks,

Shambu