Application Development 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: 

URGENT!! - STACK_NO_ROLL_MEMORY with recursive FM

Former Member
0 Kudos

All,

I'm using a custom recursive FM.

On my QA system it works correctly but the production system did the STACK_NO_ROLL_MEMORY error.

Please... help me to solve the solution!

Thanks

Salvol

3 REPLIES 3

naimesh_patel
Active Contributor
0 Kudos

Hello,

It is working ok in QA because of less users and more memory. In production more users and comparatively less memory is avaliable.

Try to reduce the recursive loops of your FM.

Regards,

Naimesh

Reward points, if it is useful..!

0 Kudos

Hello,

perhaps, the parameter "ztta/roll_extension" needs to be set to an appropiate value.

Must be done by a basis-consultant.

Regards,

Alois

Former Member
0 Kudos

Hi,

Check the performance of your FM. Then you can analyze the situation.

Regards,

Bhaskar