‎2008 Apr 23 2:25 PM
Hello everybody,
I would like to show an intern table from ABAP in Excel and afetr change save data in table. I try to use the method
i_oi_document_proxy ->open_document_from_table but it not woks correct. The data are not correct in columns and rows assigned. Can anybody give me a tip or a link to tutorial?
Regards
Bogdan
‎2008 Apr 23 2:36 PM
You can use GUI_UPLOAD for this functionality.
Check the link.
http://saplab.blogspot.com/2007/10/sample-abap-program-to-upload-table.html
‎2008 Apr 23 2:36 PM
You can use GUI_UPLOAD for this functionality.
Check the link.
http://saplab.blogspot.com/2007/10/sample-abap-program-to-upload-table.html
‎2008 Apr 23 2:37 PM
The program SAPRDEMO_SPREADSHEET_INTERFACE shows how you can exchange data between ABAP and Excel, in either direction - it might be a good start.
Jonathan
‎2008 Apr 23 2:56 PM
Hi,
thx for your answers. I will try to use your suggestions.
Regards Bogdan
‎2008 Apr 24 9:29 AM
Hi Jonathan,
I have analized the SAPRDEMO_SPREADSHEET_INTERFACE Programm. The transfer of data with use the Interface methode get_ranges_data works fine. But when I try use this method in event handler for close_event it return an error code INTERFACE_NOT_SUPPORTED. I suppose that first the sheet is destroyed und then is event fired (during handlig sheet exist no more).
regards
Bogdan
‎2008 Apr 24 2:52 PM
Well, i have to imlement my data transfer without event handling