cancel
Showing results for 
Search instead for 
Did you mean: 

Save dialog window does not popup

h_senden2
Active Contributor
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

h_senden2
Active Contributor
0 Kudos

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

Answers (4)

Answers (4)

Former Member
0 Kudos

Discussion moved from ABAP Development to SAP GUI.

Former Member
0 Kudos

Hi Hans,

can you please show which Version of GUI do you have installed.

Regards, Dieter

h_senden2
Active Contributor
0 Kudos

I'm working under Citrix. The GUI is pre-installed by the company. Other users have no issue.

Former Member
0 Kudos

Hi,

Anything found when you debugging this file_save_dialog method? raise a GUI erro?

regards,

Archer

h_senden2
Active Contributor
0 Kudos

no message, no error. SY-SUBRC = 0

former_member185613
Contributor
0 Kudos

Hi,

I had faced similar issue because of low memory space. Try to stop unwanted processes currently running in the system (also clear temprorary files) and see if the window appears.

Hope this helps,

~Athreya