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

Error in Table maintenance generation

Former Member
0 Likes
1,736

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

6 REPLIES 6
Read only

former_member242255
Active Contributor
0 Likes
1,004

try creating the TMG as 2 step.it should work.

Read only

0 Likes
1,004

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

Read only

0 Likes
1,004

you can go with the 2 step right..

as you will not have any functionality change..you can go with 2 step.

Read only

Former Member
0 Likes
1,004

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

Read only

Former Member
0 Likes
1,004

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.

Read only

former_member193284
Active Participant
0 Likes
1,004

Hi Implement this note.

note 167229 - Memory too small for screen load

should fix your issue

Thanks