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
573

while using table control with wizard i cant see any insert button or remove button...

wozz reason for that??

5 REPLIES 5
Read only

Former Member
0 Likes
551

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.

Read only

0 Likes
551

i knw all this i wannn get alll button for insert row

Read only

Former Member
0 Likes
551

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

Read only

0 Likes
551

i knw hw much it useful and u too

Read only

0 Likes
551

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.