Apply two Click Toolbar “Cancel” then type into “/nex”.
ERROR Message as below
Click Toolbar Button ‘Button Cancel (F12)’: Could not find the UI element corresponding to this selector:
Apply two Click Toolbar “Cancel” then type into “/nex”.
ERROR Message as below
Click Toolbar Button ‘Button Cancel (F12)’: Could not find the UI element corresponding to this selector:
I would advise you to use Keyboard Shortcut
activity wherever possible instead of relying on Ui Element interactions like Click.
If you are trying to navigate to another transaction after VA01, you can use Call Transaction
activity and pass Transaction code prefixed with “/n” like “/nVA02” (This will navigate to VA02)
Thanks,
Ashok
I want exist VA01, Sale Order Already created. But get the ERROR, can not normal end UiPath.
You can do it by using Call Transaction
activity and pass Transaction code as “/n” only. This will take the SAP screen from any tcode to SAP home screen.
Thanks,
Ashok
Solved , Remove last two activities.
Remove one Activities