Application Development 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: 

Pop-Up for Data Format in METHOD cl_gui_frontend_services=>Gui_download

Former Member
0 Kudos

Hi all,

In upload and download function modules we will get One Pop-Up in that we have File Name and Data Format Options.

But we are in Upgrade Project (ecc 6.0). So, we are not Using the Upload or Download FM.

Instead of that we are using

For Upload

CALL METHOD cl_gui_frontend_services=>file_open_dialog and

CALL METHOD cl_gui_frontend_services=>gui_upload

For Download

CALL METHOD cl_gui_frontend_services=>file_save_dialog

CALL METHOD cl_gui_frontend_services=>Gui_download

But problem is ..Client is Requiring the Pop-Up for Data Format in new methods.

How can we get the Popup for the same ??

Please reply ASAP.

Thanks in advance

Hariram

1 REPLY 1

Former Member
0 Kudos

Can any one solve my Issue Please ????