We have a requirement where excel has to be downloaded upon button click in overview page of quotation.
1The approaches we have tried so far are
Setting data in http response :
But this is opening data in browser instead of excel (have tried with several other mime types but did not work.)
2.We have tried the approach as per the discussion
but we are stuck upat 2 points :
1.firstly we want button on toolbar and not on .htm page.In that case how to initialize on_client_click event of buttons
2.redefining get_table_components and other methods (get_data_xml) for returning internal table to the resultant structure.
Please help urgently.