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) 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.
Add a comment