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

Table Maintenance generator

Former Member
0 Likes
700

I made a table generator for table with fields as given

F1 KEY

F2 KEY

F3 KEY

F4 KEY

F5

F6

Field F1-F4, i defined as key.As i give new entries in F1-F4,I cannot edit them as thy are keys.I can maintain only fields F5 and F6.

Now i do not want that field F5 should be maintainable.How to achieve this ?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
670

Hi,

Follow the steps given below:

Go to table maintenance generator -> Environment -> Modification -> maintenance Screens -> Click on green tick

On Element List tab - > general attributes, for field F5, select the checkbox for output only.

Hope it helps.

Regards,

Mansi.

4 REPLIES 4
Read only

Former Member
0 Likes
671

Hi,

Follow the steps given below:

Go to table maintenance generator -> Environment -> Modification -> maintenance Screens -> Click on green tick

On Element List tab - > general attributes, for field F5, select the checkbox for output only.

Hope it helps.

Regards,

Mansi.

Read only

0 Likes
670

Right this works

Read only

0 Likes
670

Hi,

After entering the values in F5 you need to make non editable. If so code the LOOP at screen in the PAI of that screen.

With Regards,

Sumodh.P

Read only

Subhankar
Active Contributor
0 Likes
670

Hi,

In the TMG double click on the screen and uncheck the column Input and check output from the element list for the necessary fields.

Thanks

Subhankar