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

diff b/n table control and table control with wizard

Former Member
0 Likes
2,543

hi abapers,

will u let me know the difference b/n

table control and table control with wizard and

tabstrip and tabstrip with wizard

which we normally see in screen painter?

thanks and regards.

4 REPLIES 4
Read only

Former Member
0 Likes
1,307

table control is one where u add fields etc.....and need to write code for each and every button.

table control with wizard is one where u add fields and upon activation gives code for some of the button which u can use directly...

example: page up/page down etc.....in table control u need to handle the code whereas in table control with wizard the code is generated automatically and no need to handle the code.

Read only

RichHeilman
Developer Advocate
Developer Advocate
0 Likes
1,307

They do the same things, its just that thw wizard will walk you thru all of the steps required for either the table control or the tabstrip. I actually have never created either without using the wizards.

Regards,

Rich Heilman

Read only

Former Member
0 Likes
1,307

Dear,

When u select the table control then u have u manually drag the i/o fileds and give the table name against that fields, you have to write the "loop at" in the PAI and PBO but in the table control from wizard u have to give the table name, no of fields, paging req or not and diff. function on the creation time. When we create the Table control from wizard it automatically write the Loop at.. in the PAI and PBO.

If Helpfull give the point from LEFT.

Bye