SAP short cut for going to transaction code box

Hi,

Normally, with SAP scripting enabled, this Transaction Navigation Box should be accessible to UiPath and can be set with a Type Into. The selector changes depending on the window/transaction that is currently opened, but this can be easily resolved by using a dynamic selector.

Please note that if you already have a transaction open in SAP, you need to precede the transaction code by “/n” to navigate. Example:

Currently opened transaction: FBL3N
Required action: navigate to FBL1N
Type Into transaction text box: “/nFBL1N”

Hope this helps!

JD