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

URGENT!! - STACK_NO_ROLL_MEMORY with recursive FM

Former Member
0 Likes
848

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

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
Read only

naimesh_patel
Active Contributor
0 Likes
750

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..!

Read only

0 Likes
750

Hello,

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

Must be done by a basis-consultant.

Regards,

Alois

Read only

Former Member
0 Likes
750

Hi,

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

Regards,

Bhaskar