‎2008 May 30 11:38 AM
while using table control with wizard i cant see any insert button or remove button...
wozz reason for that??
‎2008 May 30 11:40 AM
This wizard allows you to create a working table control quickly and easily. It also lets you generate certain standard table maintenance functions.
You can create table controls in this way and then adapt them to the particular needs of your application.
Features
Creates an instance of the table control.
Assigns an ABAP Dictionary or program table to the table control.
Selects the table fields for the column definition.
Assigns important table control attributes.
Generates the relevant statements in the screen flow logic.
Creates PBO and PAI modules, subroutines (for standard table maintenance functions), and all necessary data definitions.
Generates standard functions for table maintenance (scrolling, insert/delete lines, select/deselect all).
Creates includes for the modules, data definitions, and subroutines, if required.
Procedure
To start the table control wizard:
In the graphical Screen Painte
Start the layout editor.
Switch to change mode if necessary.
Choose from the element toolbar.
Define the table control area on the screen.
The wizard is now started in a separate dialog box.
The wizard now takes you through the steps required to generate a working table control. The process consists of seven dialogs in which you define the attributes of the table controls and the ABAP code that needs to be generated. You can navigate between the dialogs using the Continue and Back buttons. When you choose Finish, the table control is generated.
In the alphanumeric Screen Painter
Start the layout editor.
Switch to change mode if required.
Position the cursor where you would like the top left-hand corner of the table control area to be.
Choose Edit ® Wizards for creating elements ® Table control.
Position the cursor where you would like the bottom right-hand corner of the table control area to be.
Choose Mark end of ctrl.
The system starts the wizard in a separate dialog box.
The procedure then continues as described in step 5 above.
‎2008 May 30 11:43 AM
‎2008 May 30 11:44 AM
hi malay,
it is inbuilt funcatinality provided by SAP.
If you want to insert data into database table than you can do with table control .
If you want to see insert button , than drag & drop push button from tool bar. and do code for that.
Regards,
Vipul
‎2008 May 30 11:49 AM
‎2008 May 30 11:51 AM
Hi malay..
With wizard is not advisable.. even it is not having much of the benifites afterwards..
So better dont use wizard..
Code for it..
Its reallly veryy easyyyyyyy.
Regards.
Manish.