cancel
Showing results for 
Search instead for 
Did you mean: 

Upload file without using file upload UI Element

Former Member
0 Kudos

Hi all.

I need upload a .txt file without using file upload UI Element because filename is not insert by user. The filename is generated by program. I try to use 'GUI_UPLOAD' and 'WS_UPLOAD' but don't work.

Many thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

As you correctly pointed out we cannot use the gui_upload and gui_download fm's in webdynpro because they require sap gui and WD Components generally run in a HTML or Portal environment.

The only option available is File Upload Element

Former Member
0 Kudos

My problem...

I upload a file using File Upload UI Element. But at same time I need upload another file and the filename is not insert by user, is generated by code. What can i do?

Thanks