2009 Jul 09 7:09 AM
Hi all...
I have the first column of my ALV grid as a checkbox and there is a user defined pushbutton in the ALV toolbar .
When i check a checkbox and then click on the pushbutton on the toolbar .. another transaction needs to be called passing the values of the selected row..
Can anyone help me in acheiving this functionality..??
Hi all...
I have the first column of my ALV grid as a checkbox and there is a user defined pushbutton in the ALV toolbar .
When i check a checkbox and then click on the pushbutton on the toolbar .. another transaction needs to be called passing the values of the selected row..
Can anyone help me in acheiving this functionality..??
2009 Jul 09 7:16 AM
Hi,
Refer the below wiki by me:-
ALV Grid Display with checkbox to process selected records at runtime
Hope this helps you.
Regards,
Tarun
2009 Jul 09 7:16 AM
2009 Jul 09 7:17 AM
In PAI , register event for handle user command .
Find the row number first and then check whether cehckbox is marked or not , if marekd , then use 'call transaction using 'bdc_options'.
2009 Jul 09 7:37 AM
after marking the check box and clicking the button the code has to be written in PAI for calling the other transaction. U need to get the row number which is checked and display the transaction for the same.
in the user command module. check if the button has been clicked. if clicked, get the row number that is checked and display the transaction.
2009 Jul 09 1:14 PM
Hi Shilpa ,
Take a look At this wiki Link
this link will definately Help you out for Checkbox and pushbuttons in ALv Grid
https://wiki.sdn.sap.com/wiki/display/ABAP/ALVTUTOTIALFORBEGINERSWITH+EXAMPLES
Regards
Saurabh goel
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |