‎2010 Jun 10 3:16 PM
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...
‎2010 Jun 10 4:11 PM
36 is a fixed limit, please read available documentation (it's "internal mode", not "internal table").
Thread locked.
Thomas
‎2010 Jun 10 4:47 PM
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