on 2020 Dec 08 5:50 PM
Hello,
We want to run SAP Script from Excel VBA programming. We are getting error message while executing scripts at following line of code:
SAP Version: 7.6
Excel Version: 365 Pro Plus
If objGui Is Nothing Then
Set SapGuiAuto = GetObject("SAPGUI")
Set objGui = SapGuiAuto.GetScriptingEngine
End If
Error Message:
VBA References added :
Please suggest how to resolve this issue.
Request clarification before answering.
Hello Parvez,
the error 800401e4 means that you can't get the object from the running object table (ROT). Be sure that your SAP Logon is open, that SAP GUI Scripting is installed and activated, on the client and server side.
If all these conditions apply, you should also get the object from the ROT.
Best regards
Stefan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
89 | |
11 | |
9 | |
8 | |
7 | |
5 | |
4 | |
4 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.