Quantcast
Channel: SCN : All Content - All Communities
Viewing all articles
Browse latest Browse all 8735

Download Excel File in Webdynpro..

$
0
0

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


Viewing all articles
Browse latest Browse all 8735


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>