Hi experts,
I have to download pdf on a button click from sap to our local system in web Dynpro. I am using client_window->client->attach_file_to_response
method but it take xstring as import parameter. problem is that i have a custom FM for converting file into pdf it export parameter as solisti1 type.
if i pass this to attach_file_response it shows error.
Any kind of suggestion will be appreciated .