‎2007 May 14 8:19 AM
hi,
Plz differentiate between Table control and table control wizard
‎2007 May 14 8:22 AM
Hi,
both r same..
in wizard the system tells us the steps to b followed..and we need to just enter the
corresponding data in the fields provide.
where as in table control we have to take care of them .
Regards,
Kumar.
‎2007 May 14 8:22 AM
Hi,
both r same..
in wizard the system tells us the steps to b followed..and we need to just enter the
corresponding data in the fields provide.
where as in table control we have to take care of them .
Regards,
Kumar.
‎2007 May 14 8:22 AM
hi
the purpose of both is same
in table control we have to write the code manually
declaring the control......etc
but in table wizard..the system generates the code for it....only we have to write the code according to our requirement.
‎2007 May 14 8:23 AM
Hi Mahesh,
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.
Check these links also :
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
Reward points if helpful.
regards,
Hemant
‎2007 May 14 8:24 AM
Hi Mahesh,
<b>Table control</b> is like any other control which can contain multiple line items.
<b>Table control wizard</b> allows you to create a working table control quickly and easily. It also lets you generate certain standard table maintenance functions.
<u>Features</u>
1)Creates an instance of the table control.
2)Assigns an ABAP Dictionary or program table to the table control.
3)Selects the table fields for the column definition.
4)Assigns important table control attributes.
5)Generates the relevant statements in the screen flow logic.
6)Creates PBO and PAI modules, subroutines (for standard table maintenance functions), and all necessary data definitions.
7)Generates standard functions for table maintenance (scrolling, insert/delete lines, select/deselect all).
8)Creates includes for the modules, data definitions, and subroutines, if required.
Regards,
Younus
Reward Helpful Answers!!!!
‎2007 Jun 27 6:46 AM