I am updating a data source from an Excel macro by running this:
Application.Run("SAPExecuteCommand", "RefreshData", "DS_1")
That generates a prompt asking for the user to input query parameters. However, I just want to go with the already set parameters. Is there a way to suppress the prompt altogether or perhaps effectively just click OK when prompted? (perhaps finding the element that is the OK button and clicking it from the same macro, without resorting to absolute coordinates?)
The prompt that I want to suppress or obviate: