2010 Oct 25 10:48 AM
Which tablecontrol is more preferrable
tableControl with wizard or table control without wizard.
2010 Oct 25 11:31 AM
well it´s like with all wizards.
If you know what to do the wizard is rather disturbing, while it is very helpful if you are not too sure about what you do.
Anyway sooner or later you gotta maintain table controls made without wizard, so yeah sooner or later you need to be able to handle table controls without wizard.
This given, you better get started right away without it.
Anyway if you do it with ot without is not a THAT mystic decision, so dont take too much time thinking about it.
2010 Oct 25 10:52 AM
Hi Vinita,
Table control with wizard is quite comfortable as we will get skeleton code of table control after activation.
you can write your code in there.
Thanks
Eswar Rao
2010 Oct 25 11:00 AM
Control using wizard , but if you need to change no. of columns once the control is generated , oits a bit tricky using thsi way (you have to download ,a dd teh column and then upload).
2011 Apr 03 8:26 PM
How do we change the number of columns in table control wizard. I am trying to add new column to the Internal table which is used in the Table Control Wizard. Can you please brief on this.
Thanks,
Reema
2010 Oct 25 11:31 AM
well it´s like with all wizards.
If you know what to do the wizard is rather disturbing, while it is very helpful if you are not too sure about what you do.
Anyway sooner or later you gotta maintain table controls made without wizard, so yeah sooner or later you need to be able to handle table controls without wizard.
This given, you better get started right away without it.
Anyway if you do it with ot without is not a THAT mystic decision, so dont take too much time thinking about it.
2010 Oct 25 11:45 AM
2010 Oct 25 12:06 PM
Hi,
Table control using wizard have certain options available if u want output only
or input control
but just show data from table u can not edit data
if u want thn u have to code accordingly in tedious way.
better u wud go for table control without wizard u can declare ur own internal table
n code ur PBO PAI as u wnt to create change display the contents of ur table.
Regards,
Ketan...
Moderator message: please do not use SMS speak.
Edited by: Thomas Zloch on Oct 25, 2010 1:17 PM