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

Pop-up window

Former Member
0 Likes
667

Hi All,

We have a requirement where in user would like to download certain files from application server onto local machine based on some selection criteria. The list of files meeting the selection criteria is stored in an internal table. When user clicks on download button (this is thru a report program) we are planning to get a popup with all these file names and a checkbox associated with each, which in turn would facilitate user to view all the files he can get and further filter from the list if he needs. Hence when clicked on ‘OK’ the files for which checkbox is checked would then get downloaded onto local machine.

Any pointers to meet this requirement would be of great help.

Thanks

Mohinder Singh Chauhan

Hi All,

We have a requirement where in user would like to download certain files from application server onto local machine based on some selection criteria. The list of files meeting the selection criteria is stored in an internal table. When user clicks on download button (this is thru a report program) we are planning to get a popup with all these file names and a checkbox associated with each, which in turn would facilitate user to view all the files he can get and further filter from the list if he needs. Hence when clicked on ‘OK’ the files for which checkbox is checked would then get downloaded onto local machine.

Any pointers to meet this requirement would be of great help.

Thanks

Mohinder Singh Chauhan

4 REPLIES 4
Read only

JozsefSzikszai
Active Contributor
0 Likes
634

hi,

try FM REUSE_ALV_POPUP_TO_SELECT.

hope this helps

ec

Read only

Former Member
0 Likes
634

Hi,

please try this Functional Module

CMPOP_POPUP_FOR_SELECTION

ISM_POPUP_TO_SELECT_FROM_LIST

reward if helpful

raam

Read only

Former Member
0 Likes
634

hi,

Thanks for the reply,

Thanks

Mohinder Singh Chauhan

Read only

Former Member
0 Likes
634

Thanks for replies