cancel
Showing results for 
Search instead for 
Did you mean: 

Display an archive (in Xstring) in WD abap

Former Member
0 Kudos

Hi all,

I need display a file (pdf, word, excel, images, ....).

I have the content of the file in xstring and I need display it in acrobat reader, word, excel, .... and I want not show it in internet explorer.

I have tried it using the cl_wd_runtime_services=>attach_file_to_response method but this show a dialog to choose "Save, Open, Cancel"and I only want open the file without show the dialog.

Can anybody helps me?

Thanks a lot for.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Kata,

use a file download element and bind the data property to the context attribute(of type binary) to which this binary content is bound to and set the behavior property to openinplace

Thanks

Bala Duvvuri

Answers (0)