cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Save dialog window does not popup

h_senden2
Active Contributor
0 Likes
2,857

hi,

in a program i'm using the cl_gui_frontend_services=>file_save_dialog method to open a window and ask for an input file.

Problem : the window is not be shown. And the SY-SUBRC of the method is 0.

Strange.

Is there a GUI setting or another setting that can be set to solve this issue.

I've noticed this same kind of strang behaviour in the GOS when i wanna show a linked document (via URL). It doesn't show anything, while it does work for another user.

gr

Hans

View Entire Topic
h_senden2
Active Contributor
0 Likes

Problem is solved.

A user parameter (in SU01) caused the issue (something with F4 and ActiveX). After removing the parameter, the issue was solved.

gr

Hans