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

table control wizard , dynamic generation ??

Former Member
0 Likes
716

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
668

you need to add them manually...

5 REPLIES 5
Read only

Former Member
0 Likes
669

you need to add them manually...

Read only

Sm1tje
Active Contributor
0 Likes
668

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.

Read only

ingo_barschow
Explorer
0 Likes
668

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.

Read only

Former Member
0 Likes
668

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á

Read only

0 Likes
668

where we have to modify the coding can u help me