cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Scheduled report on SAP ME

0 Likes
607

Hello everybody,

I would like to automatically extract data from SAP ME on a daily basis, is it possible? If yes, how? I've already programmed some macros for SAP Logon but I have never worked with SAP ME.

Regards,

Thibaud

View Entire Topic
sergiy_katerinich
Product and Topic Expert
Product and Topic Expert
0 Likes

Hi!

Here are some options:

1. Direct queries to WIP database of SAP ME by means of DB vendor's tools.

2. Reports built in SAP MII with access to WIP database.

3. Reports developed by means of SAP ME SDK.

Regards,

Sergiy

0 Likes

Hi sergiy,

Thanks for your answer but to be honest I don't even know where to start for any of your 3 options.

In the meantime, I have found and easier solution (easier for me at least) by using Excel macros and the VBA Selenium Library. I describe it in the comment below.