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

Missing fields in table maintenace generator element list.

Former Member
0 Likes
518

Hi all,

I have an issue with Table maintenance generator. If i try to create it for a custom table in SRM, initially it gave me an memory error while creating it for single step. when i tried to create it for 2 steps it gave me another error. eventually I was able to create a maintenance generator.

The table has around 100 fields, Now my requirment is to make a few fields non editable in change mode. I was trying to create a group of these fields by giving them a common group name in the elment list and then making them non editable through coding. However the problem is that many of these fields are not appering in the element list, only around 60 fields are visible. There are a few fields which are missing in between and not only at the end of the table.

Need your help to understand why these fields are not appearing in the element list or how else to make them non editable.

2 REPLIES 2
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
430

When you are trying to change the field attributes, its always better to create a maintenance view for the cusotm table abd then generate the maintenance for the view.

While creating the view you can change the property of the fields to read only, hidden, subset etc. Please donot change the flow logic because in future if the maintanance is regenerated then all you modifications will be over written.

Read only

Former Member
0 Likes
430

Most of the times TMG doesnot show up the changes or doesnot display fields if anything is changed after creating TMG . so better re-create the TMG.

Rhea.