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

Modify a control table made by the Wizard

Former Member
0 Likes
539

Hello,

I have long ago created a control table via the Wizard but today, I am asked to add a column to this table. I remember that back then, I added some validations in it and all but now, I try to add a column and the only thing the wizard does is to create a new table.

Of course, I don't understand most of the code that the Wizard created.... Is there a way to add that column the same way I have created the table and if not, what needs to be done and checked to be sure that this column will be as functional as the others.

Thank you

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
501

in the screen painter create a I/O field, named like the other fields inside the table ( i_Table-field) , and then just Drag and drop into the table

hope it helps..

Hello,

I have long ago created a control table via the Wizard but today, I am asked to add a column to this table. I remember that back then, I added some validations in it and all but now, I try to add a column and the only thing the wizard does is to create a new table.

Of course, I don't understand most of the code that the Wizard created.... Is there a way to add that column the same way I have created the table and if not, what needs to be done and checked to be sure that this column will be as functional as the others.

Thank you

2 REPLIES 2
Read only

Former Member
0 Likes
501

Hello,

I am into the same problem as yours. I tried adding a text field and column to the table control and also inserted the same field inside the Internal table structure. I am still into the process to check whether the field is working as per the other fields of the column. I 'll let you know if it works fine.

Regards,

Reema

Read only

Former Member
0 Likes
502

in the screen painter create a I/O field, named like the other fields inside the table ( i_Table-field) , and then just Drag and drop into the table

hope it helps..