‎2008 Aug 06 1:54 PM
HI,
I create an internal table with 5 fields in my module pool, use the table control wizard to generate the TC, all good !!
Now i add 2 more fields in my internal table, I want the TC to automatically handle those two additions ?? possible ??
as far as i see the TC wiazard generates the code in which the field names are set !! so now when i add those 2 fields, they r not in the code !! so do i have to add them manually or is there any way the code can be set to regenerate automatically when i want !!
thks
‎2008 Aug 06 1:56 PM
‎2008 Aug 06 1:56 PM
‎2008 Aug 06 1:57 PM
I really don't think this is possible. Like you have already seen, you need to enter the structure during a certain step in the wizard. This structure is the basis for the wizard to create all the necessary coding. When adding a new field there is no way (yet) to regenerate. Best would be to start the wizard again.
‎2008 Aug 06 1:57 PM
Hi,
you have to do it manually, or delete the complete tc and generate new with the wizard. But sometimes he is buggy, don't find the table you tell him.
‎2008 Aug 06 1:59 PM
Hi!
You can delete the TC and regenerate it again. However the code of the old TC will remain there if you give a different name to your TC and you have to clean up the old coding manually.
However you don't need to delete the old TC, it's relatively easy to add new columns there. Just add it to the TC, and the coding needs to be modified maybe 2 times.
Regards
Tamá
‎2013 Oct 03 3:16 PM