Hi Guru's,
I am facing problem in excel export functionality of webdynpro abap.
Same functionality is working in development Environment but is not working in Quality environment.
I have Tried below 2 Classes to generate excel. But for both the classes i am facing the same issue...
1.
wdr_task=>client_window->client->attach_file_to_response(
i_filename = 'WDP.xls'
i_content = lv_xstr
i_mime_type = 'EXCEL' ).
2.
CALL METHOD cl_wd_runtime_services=>attach_file_to_response(
i_filename = 'report.xls'
i_content = lv_xstr
i_mime_type = 'EXCEL'
).
Any suggestion on this?
Thanks & Regards,
Akshay Ruia