SAP VA01 when sales order created how to exist Workflow

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:

@eric.leung,

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 :slight_smile:

I want exist VA01, Sale Order Already created. But get the ERROR, can not normal end UiPath.

@eric.leung,

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 :slight_smile:

Solved , Remove last two activities.
Remove one Activities
image

1 Like