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: 

Add new field in table control created with wizard tool

Former Member
0 Kudos

Hi all,

I need to add a new field (column) in a table control created with Wizard tool.

Actually this table control contains many columns and I would like to avoid recreating the table control from the beginnig.

Does anybody know the best and fastest way to do this

(The table control is in a z-programm).

Regards.

1 REPLY 1

Pawan_Kesari
Active Contributor
0 Kudos

1) Add those two field in internal table.

2) Add column header (label) and input field in table control for each one of them in table control.

3) write neccessary code in PBO and PAI.