Radoslaw Poprawski
Active Member
- Joined
- Jun 19, 2021
- Messages
- 398
- Office Version
- 365
- Platform
- Windows
Hello,
Im working on some automation tool with VBA and SAP Scripting.
I have run into a small problem which is bringing sap window to foreground.
I tried those methods:
But none of them are bringing my 1 opened and set sap session window to front.
I need thos so I would have both sap window screenshot with system date & time.
Can any1 help with this topic?
Thank you.
Im working on some automation tool with VBA and SAP Scripting.
I have run into a small problem which is bringing sap window to foreground.
I tried those methods:
VBA Code:
session.findById("wnd[0]").SetFocus
session.findById("wnd[0]").maximize
session.ActiveWindow.BringToFront
But none of them are bringing my 1 opened and set sap session window to front.
I need thos so I would have both sap window screenshot with system date & time.
Can any1 help with this topic?
Thank you.