I have an helper workflow to start and login to SAP. This workflow consists only of 2 activities: SAP Logon and SAP Login:
upload://mWEFtHcy3fvZkojkFcGtmsZOnBw.png
This works as intended and successfully logs into sap.
In the SAP Login Activity I added my Out-Argument called arg_app_sap to the SAP Session Window Output.
If I understand the documentation correctly, I should be able to use this to interact with this UI-Element like this:
upload://ks3MiKU733shDJA12qf5hxMquWt.png
Why do I get this Error:
Call Transaction: Could not find the user-interface (UI) element for this action.
Possible solutions:
• Ensure application is opened and the UI element is visible on the screen at execution time
• Edit the Target of the UI activity and use Validation to debug the issue.
• If needed, re-indicate the element as its properties might have changed
• Use "Check state" activity to check the application state before executing the action
• Increase the "Delay before" value to allow time to the application to render entirely and become responsive
The argument/variable is filled with the (at least I think so) correct value. It does not matter whether I try to use this UI-Element in another workflow (with “invoce workflow” and in/out arguments) or in the same workflow (out of the sap logon block). If I stay in the SAP Logon block it works, but thats not what I want.
upload://clJhxmWSOUuhZaDvmIup9KZRISj.png
Its not working like this
upload://remuv0OJtDMp11QOSuOy4cj1Isd.png
Its working like this (without the Input UI Element settings as it is inside of the acitivity)
sorry I can’t use more than one image as I am a new user?


