‎2011 Aug 31 4:55 PM
I have an ALV Grid display using the Standard Function Module. I have the 1st column as a Checkbox. Now the Customer wants to have a functionality wherein If the User clicks on the 'Select ALL' button then all the Checkboxes will be selected & If the User clicks on the 'Deselect ALL' button all the Checkboxes should be de-selected. Moreover the Customer wants to have an additional button for partial selection. If the User clicks the checkbox for the 1st entry and then clicks on that button & after that selects say the nth entry & again clicks on the same button, then for all the n entries the checkbox should be selected. Interesting but not DIFFICULT!
Regards
Tanmoy
‎2011 Aug 31 5:44 PM
‎2011 Aug 31 5:41 PM
Please handle ok code in user command subroutine and pass 'X' or space based on condition
Also please refresh ALV after every action...
‎2011 Aug 31 5:44 PM
‎2011 Aug 31 6:34 PM
Krishnendu da & Shiv thanks for the reply... I should check If data changed & refresh table display while implementing the logic.
Regards
tanmoy
Edited by: Tanmoy Mondal on Aug 31, 2011 7:34 PM
Solved
Edited by: Tanmoy Mondal on Dec 15, 2011 6:57 PM
Edited by: Tanmoy Mondal on Dec 15, 2011 6:58 PM
‎2011 Dec 15 10:59 AM