Application Development 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: 

Table maintainance generator issue

former_member685465
Discoverer
0 Kudos

Hi ,

I am having issue while creating table maintainance generator for a Ztable.

Below are the Errors i am getting .

"Screen SAPLZXXXXXXX 0001 could not be generated"

"Memory for screen LOAD is used up."

The Custom Ztable which i created has 225 fields, not sure because of thats it's causing the issue.

Thanks,

AGC

9 REPLIES 9

GK817
Active Contributor
0 Kudos

Hi Gopi,

This should help you:

https://answers.sap.com/questions/6209315/index.html

Regards

GK

0 Kudos

Hi Gaurav,

The Erroe messages are XI166 and SV616.

Are there any Notes related to these messages.

Thanks,

AGC

GK817
Active Contributor
0 Kudos

Hi Gopi,

There is a note mentioned in the discussion link i shared. I have looked into that note and it should help you. Have a look.

Regards

GK

former_member1716
Active Contributor
0 Kudos

Just Check if you have created the table with all the parameters also ensure your table maintenance parameters are properly populated.

Can you also let us know what is the value you maintained for enhancement category?

Regards

former_member685465
Discoverer
0 Kudos

Hi Satish,

Can be Enhanced (Character type or Numeric) is selected.

Thanks,

AGC

0 Kudos

Please use the COMMENT button for comments, questions, adding details, etc., ANSWER is only to propose a solution, dixit SAP text at the right of the answer area: "Before answering You should only submit an answer when you are proposing a solution to the poster's problem"

Sandra_Rossi
Active Contributor

It's a technical limit. You have too many fields in one dynpro. You must reduce.

You'd better organize your table in several maintenance views, each maintenance view should have fields logically related. Create one maintenance dialog by view. You may group the maintenance dialogs into one "view cluster".

0 Kudos

Hi Sandra,

How many fields is the limit for in one Dynpro.

How to create multiple maintenance views?

Thanks,

AGC.

0 Kudos

The limit is the size of the dynpro. It depends on length of names and so on. So I can't answer. Just try.

Maintenance views -> SE11

View clusters -> SE54