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

problem with maintaince view

Former Member
0 Likes
681

Hi All,

I have created a Z Table with name ZDB_CUSTOMER' of around 100 fields. Now i want to create a maintainance view for it.The function group name i have assigned is ZTFI_CUST1.

As i try to create it it gives an error screen with error 'Internal storage for screen LOAD (799802 bytes) is not available.' and 'Screen "SAPLZTFI_CUST1" 0001 could not be generated.' I went inside the scrren and try to activate it it gave the same error 'Internal storage for screen LOAD (799802 bytes) is not available.' and as i try to run the maintainance view it goes to dump with the error 'SAPLZTFI_CUST1" 0001 could not be generated'.

Can some one please help me out.

Thanks & Regards,

Vivek

3 REPLIES 3
Read only

Former Member
0 Likes
570

Your table has more fields.. U cannot create with so many fields ...

Read only

RaymondGiuseppi
Active Contributor
0 Likes
570

Look at OSS [Note 167229 - Memory too small for screen load|https://service.sap.com/sap/support/notes/167229]

You may (2 options)

- Try to create one or more projection views with subsets of the field list depending on your actual requirement, then you group those views into a [view cluster|http://help.sap.com/erp2005_ehp_04/helpdata/EN/d0/999246b2aa11d1a5700000e82deaaa/frameset.htm]

- Develop a specific maintenance program with tabs to display/update subset of the database fields.

Regards

Read only

Former Member
0 Likes
570

hi,

check this thread

thanks