‎2009 Feb 13 4:32 PM
Hi Experts,
I am new to ALV Reports, can any one provide some inputs on how to create an Interactive ALV Reports using OOPS Concept.
I am getting the data from SFLIGHT on first ALV and i want that when i single click any cell or row or any check box associated with the row i should get the corresponding booking details from table SBOOK.
Thanks
Ravi
‎2009 Feb 13 5:12 PM
Go to SE 38, search for demo programs there are 100's.
Search using BCALV_* . If you want SALV functionality..... search SALV_DEMO*
Read the demo program clearly and write your code. Debug the demo program.
You have to create hyperlink to your field for which you want to click and you need to write simple code. I think, the demo programs are good to learn.
Good luck
‎2009 Feb 13 4:45 PM
Hi,
Please search in SCN for this.. I am sure you will get lot of threads which already discuss about this.
Thanks
Naren
‎2009 Feb 13 4:53 PM
‎2009 Feb 13 5:12 PM
Go to SE 38, search for demo programs there are 100's.
Search using BCALV_* . If you want SALV functionality..... search SALV_DEMO*
Read the demo program clearly and write your code. Debug the demo program.
You have to create hyperlink to your field for which you want to click and you need to write simple code. I think, the demo programs are good to learn.
Good luck