Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Save List Functionality

Former Member
0 Likes
398

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.

2 REPLIES 2
Read only

sathish_perumal
Active Participant
0 Likes
369

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.

Read only

Former Member
0 Likes
369

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