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

Converting to EXCEL technique using XML or OLE

Former Member
0 Likes
408

I need to convert SAP data in to EXCEL and also upload Excel data in to SAP , as I am having huge SAP data  , I need to make the program more faster

and performance oreiented.

can anyone suggest me which method is best among XML or OLE   or  is there any new method in SAP  which is more performance oriented. 

I need to convert SAP data in to EXCEL and also upload Excel data in to SAP , as I am having huge SAP data  , I need to make the program more faster

and performance oreiented.

can anyone suggest me which method is best among XML or OLE   or  is there any new method in SAP  which is more performance oriented. 

1 REPLY 1
Read only

colin_cheong
Contributor
0 Likes
344

Hi,

why not tap on existing SAP feature

All you need to do it to output in ALV list and then manually output it to excel sheet.

If you need to convert SAP to excel, I supposed you would have to do it online.

if it is massive, I suppose it would be better to output it on the application server instead of desktop.

bye