2010 Jul 17 8:24 PM
Hi,
I had a table control in which only one row selection is possible.My requirement is that, as soon as user selects any row without pressing any ENTER button, i want to execute a BDC code.
Now currently , if i select any row PAI is not getting triggered.So , please suggest some way,by which it can resolved.
Thank You in Advance
Edited by: Mayank Modi on Jul 17, 2010 9:25 PM
2010 Jul 18 6:39 PM
Hi,
If you are using the default selection column then its not possible, instead create a column and drag a button to it, add a function code,name etc.
Now when a row with the button is clicked, get the row by using get cursor command and then read the internal table with the clicked row as index and then proceed.
2010 Jul 18 6:39 PM
Hi,
If you are using the default selection column then its not possible, instead create a column and drag a button to it, add a function code,name etc.
Now when a row with the button is clicked, get the row by using get cursor command and then read the internal table with the clicked row as index and then proceed.
2010 Jul 19 7:47 AM
Hi Keshav,
Thanks for replying. it will help a lot.
Edited by: Mayank Modi on Jul 19, 2010 9:06 AM
2010 Jul 19 10:15 AM
GET CURSOR LINE .
Search for this statement you will get lot of examples.