‎2009 Feb 06 7:35 AM
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
‎2009 Feb 06 7:41 AM
Your table has more fields.. U cannot create with so many fields ...
‎2009 Feb 06 7:41 AM
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
‎2009 Feb 06 7:52 AM