cancel
Showing results for 
Search instead for 
Did you mean: 

Get Filename in ITS Server

dork_nubla
Participant
0 Kudos

ABAP Experts,

Hope you can help me with my problem. I used the FM KD_GET_FILENAME_ON_F4. Works fine if i run the program in SAP but when the program is caled in the UI (ITS Server), it doesn't work and then UI hangs instead.

I also tried using the method "cl_gui_frontend_services=>file_open_dialog" but also didnt work.

Thanks in advance.

Regards,

Dexter

Accepted Solutions (1)

Accepted Solutions (1)

dork_nubla
Participant

ABAP Experts,

Hope you can help me with my problem. I used the FM KD_GET_FILENAME_ON_F4. Works fine if i run the program in SAP but when the program is caled in the Web UI (ITS Server), it doesn't work and then Web UI hangs instead.

I also tried using the method "cl_gui_frontend_services=>file_open_dialog" but also didnt work.

Thanks in advance.

Regards,

Dexter

former_member194364
Active Contributor
0 Kudos

Hi Dexter,

You should use method "cl_gui_frontend_services=>file_open_dialog" also you need to have a JVM plugin in your browser.

See note 980772 for a list of the supported JVMs. Use the following link to check your version:

http://www.java.com/en/download/help/testvm.xml

Does note #915681 - ITS Up/Down: no filter in FILE_SAVE_DIALOG, FILE_OPEN_DIALOG

or

  1. 1291456 ITS Up/Down: GET_TEMP_DIRECTORY, relative urls, codepage

help with your issue?

Regards,

Oisin

dork_nubla
Participant
0 Kudos

Hi Oisin,

Great, your knowledge reallly helped, thanks!

Cheers,

Dexter

Answers (0)