2013 Jul 20 7:51 AM
hi experts,
When i am exicuting the ALV report, in sufficient memory exception is coming, what is the solution to fix this problem.
plz give me some suggestions.
thanx & regards,
yogesh.
hi experts,
When i am exicuting the ALV report, in sufficient memory exception is coming, what is the solution to fix this problem.
plz give me some suggestions.
thanx & regards,
yogesh.
2013 Jul 21 3:28 PM
Hi Yogesh,
How big is the ALV-list that you want to display (number of fields, number of rows)?
Best Regards, Randolf
2013 Jul 22 4:02 PM
2013 Jul 22 4:02 PM
hi Randolf,
I am using ALV-GRID and fields are 7 to disply everything is fine......
2013 Jul 22 4:47 PM
2013 Jul 22 5:17 PM
WHen you dump for memory, you can look down through the dump to see which tables were unusually big. Sometines, these might be intermediate tables. In that case, you could consume them and then free the memory. In other cases, a table will be the problem which can never be freed. In those cases, there are tweo possibilities that come easily to mind.
Neal
2013 Jul 22 6:16 PM
Get done a SQL trace or debug and analyze how much data the the report fetching. If bulk data retrieval being done, narrow your selection criteria. If its lower, contact you basis team to check the swap and buffer memories.
-Satya
2013 Jul 23 4:13 AM
Hi,
Well the best way would be to increase the allocated memory for program run if you have to use the ALV and all the data along with it. some design questions that you might have to deal with are:
1.What kind of data are you selecting?
2. Do you need such huge data to be displayed?
3. Also assess if you need ALV i.e. is any ALV functionality going to be used after display?
4. Would a plain list o/p not suffice?
5. Would a design like multiple lists(interactive lists) possible help in reducing the memory overhead?
6. How about limiting the ALV o/p to say a max number of entries like 10000 that can be handled foreground execution for more suggest background processing.
Cheers,
Arindam
2013 Jul 23 4:30 AM
Please attached the original error message. I think it's not about the memory since you only try to display few columns with few rows.
2013 Jul 23 8:45 AM
Please post the code here yogesh , it would help us to analyse where you are wrong .
2013 Aug 16 6:38 PM
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |