on 2023 Apr 05 3:43 PM
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
Request clarification before answering.
Here is the solution I found by using VBA (to control Edge browser) and the Task Scheduler (to automatically open the file with macro at a giver time).
To run the macros for automatic extractions from SAP, the computer needs:
· Selenium Library (for VBA)
· Microsoft .NET Framework 3.5
1. Download the Selenium Basic v2.0.9.0 with this link.
2. Execute the downloaded file, it should be named “SeleniumBasic-2.0.9.0.exe”.
3. Click on “Next”.
4. Select “I accept the agreement” then click on “Next”.
5. Click on “Next”.
6. Click on “Install”. Once the installation is done, close the window.
7. Search in the Windows Search Bar “%AppData%” and press “Enter”. In the window that pops up, click on “AppData”.
8. Click on “Local”.
9. Click on “SeleniumBasic”.
10. Delete the “edgedriver.exe” file, it’s expired.
11. Go to Edge Settings and click on “About Microsoft Edge”.
12. Check the Edge version.
13. With this link, find the drivers list of the release corresponding to the Edge version and select the select the “x86” version of the first driver in the list.
14. Open the downloaded folder, rename the “msedgedriver.exe” file into “edgedriver.exe” and copy-paste it in the SeleniumBasic folder.
1. Download Microsoft .NET Framework 3.5 with this link.
2. Ask the IT department to install it as an administrator account is required.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
3 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.