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 Maintenance Problem

Former Member
0 Kudos

Hi to all,

I have problem in Table Maintenance.

I have created a table maintenance for the table which is having 166 fields.

It is creating table maintenance but not showing all the fields.

Is there any limitation for number of fields?

It is creating with warning message "Table/view <tabname> contains too many fields"

Table/view <table> contains too many fields

Message no. SV619

Diagnosis

The table/view <table> fields can not be completely displayed on the screen 002.

System Response

The generation continues,but the screen does not contain all fields

Procedure

You have the following possibilities

You can edit the screen 0002 manually and position the missing fields manually.

You can change the maintenance type appropriately, or reduce the number of fields

of the table/view definition in the Data Dictionary. In this case, you must re-generate

I have added one field by editing the screen 0002 as per the message given above but it is giving following error while activating the screen.

"Internal storage for screen LOAD (799803 bytes) is not available"

Could anybody please give me your views on this problem.

Thanks,

Srini

1 ACCEPTED SOLUTION

andreas_mann3
Active Contributor
0 Kudos

I think you need not all the 166 fields for maintenance, need you?

so create a new view to your table with se11 using only the editable fields and finally create a new table maintenance.

Furthermore split your dialog into 2 dynpros

A.

1 REPLY 1

andreas_mann3
Active Contributor
0 Kudos

I think you need not all the 166 fields for maintenance, need you?

so create a new view to your table with se11 using only the editable fields and finally create a new table maintenance.

Furthermore split your dialog into 2 dynpros

A.