‎2006 Sep 29 5:42 AM
Hi all,
My reuirement to have a button on selection screen say 'List' and an option to save the result.
When I select that option, the report should get saved without explicitly pressing F8. And on clicking 'List' button, a window should get displayed and in that window display a list of reports which are saved like this. On selecting any one report, the report data should get displayed.
If you have any inputs, please let me know.
Thanks,
Ridhima.
‎2006 Sep 29 6:15 AM
hi,
This kind of requirement can be solved by the following logic,
Your actual report has to be a seperate program which can be called from the which displays the selection screen. Then execute the report program in the backend and export it to memory and save the result as a document in a folder in application server or in KPRO. When the user askes for a list display all the file names which are stored and when the user double clicks the file should get opened, so that the usr can view that.
Hope this logic will help you to solve the problem.
Regards,
Sathish
Note : Reward useful answers.
‎2006 Sep 29 6:58 AM
Hi,
Now requirement is to click option to save result, then press F8.ALV should not get displayed but result should get processed and saved in the list. And on clicking 'List' button, a window should get displayed and in that window display a list of reports which are saved like this. On selecting any one report, the report data should get displayed.
how can I achieve this?
thanks
Ridhima