‎2007 Sep 07 2:34 PM
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
‎2007 Sep 07 4:37 PM
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
‎2007 Sep 07 4:37 PM
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
‎2007 Sep 07 6:44 PM
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
‎2007 Sep 08 6:15 AM
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