‎2009 Jul 08 9:25 AM
Hi all,
I have z-table containing 112 fields. When I try to create a maintenance view using the table maintenance generator I get the following error :
"Memory for screen LOAD is used up. bytes) is not available."
The view is not created.
Can you please help?
Thanks and regards,
Prasad
‎2009 Jul 08 9:43 AM
‎2009 Jul 08 10:41 AM
Hello Sravan,
Thanks for the reply. Yes it works ok for the 2-step process. But we would want to have it as a single step. I observed that if I give any screen number in the 1-step process, it results in the above error.
Thanks and regards,
Prasad
‎2009 Jul 08 1:03 PM
you can go with the 2 step right..
as you will not have any functionality change..you can go with 2 step.
‎2009 Jul 09 4:58 AM
Hi,
If you want to add it as a single step you can move some of your fields to a different structure and then append that structure to your table.. You are getting this error because the memory of your table is used up.. try this option.. I think it will work..
‎2010 Nov 19 1:38 AM
112 fields might be too many and consume too much memory,change the screen layout and delete fields which are unnecessary then it should work.
‎2010 Dec 06 5:56 PM
Hi Implement this note.
note 167229 - Memory too small for screen load
should fix your issue
Thanks