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

Selection In Table Control

Former Member
0 Likes
415

Hi all,

I have developed one screen using table control. And I have kept one button 'DELETE' to delete row from table control. But if I select one record from table control and delete row then one row deleted at that time. But problem is that I want to select more than one row from table control and delete all that rows from table control. But I am not able to select more than one row. How to do it. Normally We press Control key and and select more than one row but it is not happening in case of Table Control. So plz tell me how to select more than one row into table control.

Thanks in advance.

Pradip Pawar

ABAP

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
376

Hi,

For selecting the multiple row you have set the indicator Line Sel. to Multiple.

It will allow you to select multiple lines.

Also put the varable name in w/selColumn that you can use to handle selected line.

reward point if feels good.

Thanx.

Umesh

3 REPLIES 3
Read only

Former Member
0 Likes
377

Hi,

For selecting the multiple row you have set the indicator Line Sel. to Multiple.

It will allow you to select multiple lines.

Also put the varable name in w/selColumn that you can use to handle selected line.

reward point if feels good.

Thanx.

Umesh

Read only

Former Member
0 Likes
376

Hello Pradip,

In table controls the usual practise to select multiple lines is by enabling multiple lines selection on the menu painter itself...

in the menu painter...for the table control please double click on the top rightmost corner which shows a dictionary symbol..double click on it...properties window pops up..in that towards the bottom..we have multiple selection checkbox,vertical and horizontal lines and so on..after enabling it you can activate and see that now multiple selections are possibl without using the "control" key

Regards

Byju

Read only

0 Likes
376

Hello Pradip,

<b>Just to correct...</b>

The option for multiple line selection is a radio button under the heading

Line Sel

There will be 3 options "None" "Single" "Multiple"

For multiple selection click on the radio button "multiple" ...earlier i have mentioned it as a check box

<b><u><i>Also pls note that rewarding encourages helping mentality..i have responded to your previous query on finding count in table controls and there was no response

--> no closure of thread or no mentioning if the solution worked out or any more help is needed..Pls close the all your threads if it solves your problem and once again : pls reward helpful answers</i></u></b>

Regards

Byju