cancel
Showing results for 
Search instead for 
Did you mean: 

cl_gui_frontend_service=>file_save_dialog not supported by fiori tile

tapas_pradhan
Explorer
0 Kudos
191

Hello team,

I have created a program in which I have used cl_gui_frontend_service=>file_save_dialog to get the local system file path where user can chose and save file. Then I have created a FIORI tile for this program Transaction code(T.code). This functionality is working absolutely fine while called in SAP GUI. But while I am calling this from fiori tile the Method file_save_dialog not working. 

My requirement is to get the desktop file path by choosing and save a file in that chosen folder. Can you suggest me what FM or Method I can use in backend program to get the file save dialog which would support HTML calling from FIORI as well?

Note- F4_FILENAME is not working.

Regards

Tapas

Accepted Solutions (0)

Answers (2)

Answers (2)

raymond_giuseppi
Active Contributor
0 Kudos
Ryan-Crosby
Active Contributor
0 Kudos

You would need to review information regarding the WebGUI file browser and key KBAs like the following - https://me.sap.com/notes/2283933 but the regular file save dialog is something used with the regular GUI.

 

Regards,

Ryan Crosby

tapas_pradhan
Explorer
0 Kudos

Hello Ryan,
As per the notes, We can't use GUI*FRONTEND* based class for webgui But it has not mentioned what can be used or done to resolve the issue. 

May I ask if you have any link or reference that what can be done?

Regards

Tapas