‎2007 Jun 22 7:00 AM
hi friends,
i want to modify the table control means i want to add fields into table control vizard .
i have created one program and in that i used table control vizard now i want to add more field into table that control how i can do this.
thanks in advance.
regards,
bhaskar
‎2007 Jun 22 7:03 AM
‎2007 Jun 22 7:08 AM
Hi Bhaskar,
You have assigned a Work Area and the internal table to that table control.Just add the field to the work area and the internal table it will be reflected there.
‎2007 Jun 22 7:26 AM
hi,
it would be better to recreate your table control. delete your table control, add the desired fields to your work area and internal table .create the table control again using the wizard ,your work area and internal table.