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

Generate Subroutine Pool

Former Member
0 Likes
504

When we generate subroutine pool an internal table will be created. how to refresh this internal table.... becoz max 36times subroutine pools can only be created...i want more than 36 times...

2 REPLIES 2
Read only

ThomasZloch
Active Contributor
0 Likes
457

36 is a fixed limit, please read available documentation (it's "internal mode", not "internal table").

Thread locked.

Thomas

Read only

gerd_rother
Active Participant
0 Likes
457

Hi,

It is not possible to update or delete generated subroutine pools. You should think about other ways to meet your requirements than excessively using generated programs. If you have to handle dynamic data structures please see the documentation for CREATE DATA and the dynamic statements (like in SELECT (fieldlist) into some_data from (table) where (where)).

Regards, Gerd Rother