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

Regarding 'Generate Subroutine Pool'

Former Member
0 Likes
537

Hello all,

I have a requirement where i am forced to create many dynamic subroutine pools. But when i use this 'Generate Subrotine pools' it is not allowing me to create more than 36 subroutine pools. Please help me on this.

Regards,

Vijayakumar

4 REPLIES 4
Read only

sreelatha_gullapalli
Active Participant
0 Likes
513

hi

<< Cut and paste without attribution from

http://help.sap.com/saphelp_nw04/helpdata/en/9f/db999535c111d1829f0000e829fbfe/content.htm

removed >>

regards

sreelatha gullapalli

Edited by: Rob Burbank on Feb 21, 2009 11:51 AM

Read only

Former Member
0 Likes
513

I guess its a SAP limitation, that you can't run more than 36 in a roll area. its specified in the SAP documentation

Read only

MarcinPciak
Active Contributor
0 Likes
513

Hi Vijayakumar,

Why don't you simply embrace all your subroutines in one subroutine pool? What is the requirement to go this way (creating 36 subroutine pools)? Sometimes the easiest solution seems to be invisible, thought next to your hand. Please provide more information so the "overcome" way could be suggested.

Regards

Marcin

Read only

Former Member
0 Likes
513

Hi there,

I'm experiencing the same problem.

I wrote a class and in one of my methods I need to create and run a dynamic program.

Problem is that this class is to be used in an eCatt environment.

So my objects are created many tiumes, and in the same session.

So if my eCatt has more than 36 lines, the process stops.

Problem is that it generates a new subroutine pool.

My question is: can we generate a new form in an existing subroutine pool?

This way I just have to produce a new form name a generate it in the same subpool (using IMPORT/EXPORT to keep the name), avoiding the 36 limit.

Thanks for your help,

Quentin