‎2007 Feb 13 2:22 PM
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.
‎2007 Feb 13 2:25 PM
Check
Table Control
http://help.sap.com/saphelp_erp2005vp/helpdata/en/d1/802338454211d189710000e8322d00/frameset.htm
Table Control Wizard
http://help.sap.com/saphelp_erp2005vp/helpdata/en/d1/802338454211d189710000e8322d00/frameset.htm
Tab Strip
http://help.sap.com/saphelp_erp2005vp/helpdata/en/04/10f2469e0811d1b4700000e8a52bed/frameset.htm
Tab Strip wizard
http://help.sap.com/saphelp_erp2005vp/helpdata/en/04/10f2469e0811d1b4700000e8a52bed/frameset.htm
Regards,
santosh
Message was edited by:
Santosh Kumar Patha
‎2007 Feb 13 2:26 PM
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.
‎2007 Feb 13 2:26 PM
‎2007 Feb 14 4:53 AM
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