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

Memory

Former Member
0 Likes
579

Hi All,

Recently we are facing an issue like all the reports are going to dump saying there is no enough memory.

Our system over a period of time got customized and too many reports on many costly tables like VBAK/VBAP.

Now all those rerports are going to dump for any amount of data. There are no sudden changes but its like slowly we are sinking becuase of memory. Do you have any suggestions on the same.

Awaiting your suggestions

Thanks DP

Moderator message: please use a more descriptive subject line next time.

Edited by: Thomas Zloch on May 10, 2010 9:28 PM

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
506

Are you sure it's memory? It takes a huge amount of data to exceed the typical user context maximums; it's usually much easier to violate production run time limits.

Perhaps your reports aren't restrictive enough in data selection choices, or perhaps the programs don't eliminate enough data in the initial parts (data retrieval).

As a prerequisite to writing an SD/LE report, I suggest review of:

[https://service.sap.com/sap/support/notes/185530]

2 REPLIES 2
Read only

Former Member
0 Likes
507

Are you sure it's memory? It takes a huge amount of data to exceed the typical user context maximums; it's usually much easier to violate production run time limits.

Perhaps your reports aren't restrictive enough in data selection choices, or perhaps the programs don't eliminate enough data in the initial parts (data retrieval).

As a prerequisite to writing an SD/LE report, I suggest review of:

[https://service.sap.com/sap/support/notes/185530]

Read only

0 Likes
506

Thanks a Lot