SAP / Excel

T

Tempy

Hi all, i have a certain report that i run in SAP on a daily basis and
save it as an excel file and then manipulate it.
Is it possible to run this report from Excel ?

Tempy
 
B

Bob Phillips

Isn't there an Excel SAP addin, SAPOIW.XLA I believe it is called that
creates a menu in Excel to interact (in some way) with SAP. Afraid I know no
more about it or where to get it.
 
D

Damien McBain

Tempy said:
Hi all, i have a certain report that i run in SAP on a daily basis and
save it as an excel file and then manipulate it.
Is it possible to run this report from Excel ?

Yes but it's unlikely that the administrators of the database would allow
the kind of access you require direclty to the tables.

If you can't access the tables, you're better off using an abap query (SQ00)
rather than a report to generate the data in the format you require and
saving it in excel format in a network location accessible by you (I say
this not knowing your level of access or skill, you may need someone to
create an "infoset" for you - this is a definition of which tables and the
kind of joins required). Your db admins may even be able to automate the
creation of the data file daily. You can then use excel to automate the
conversion of the data into the output you require.

I used to do this with PA & inventory information daily. Run the query and
save the data (30 seconds). Open the excel model to manipulate the data and
run my code to create the output data (15 sec). Quick & easy info.....
priceless.... :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Top