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

Former Member
0 Likes
564

hi,

Plz differentiate between Table control and table control wizard

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
531

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.

5 REPLIES 5
Read only

Former Member
0 Likes
532

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.

Read only

Former Member
0 Likes
531

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.

Read only

Former Member
0 Likes
531

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

Read only

Former Member
0 Likes
531

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!!!!

Read only

Former Member
0 Likes
531

thanks