Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

i_oi_document_proxy ->open_document_from_table

Former Member
0 Likes
2,167

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,367

You can use GUI_UPLOAD for this functionality.

Check the link.

http://saplab.blogspot.com/2007/10/sample-abap-program-to-upload-table.html

5 REPLIES 5
Read only

Former Member
0 Likes
1,368

You can use GUI_UPLOAD for this functionality.

Check the link.

http://saplab.blogspot.com/2007/10/sample-abap-program-to-upload-table.html

Read only

Former Member
0 Likes
1,367

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

Read only

0 Likes
1,367

Hi,

thx for your answers. I will try to use your suggestions.

Regards Bogdan

Read only

0 Likes
1,367

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

Read only

0 Likes
1,367

Well, i have to imlement my data transfer without event handling