Support for /O decorator (Call Transaction Activity)

Hi,

Currently the Call Transaction activity (UiPath.Core.Activities.SAP.CallTransaction) prefixes the provided transaction code with /N (open in the current window)
image
image

It would be nice if there was a choice between
/N{TCode} - open in the current window
/O{TCode} - open in a new window

Thanks,
Filip

1 Like

This will be much needed feature for SAP automation. More than 50% of current SAP bots uses this feature.

1 Like

HI @Filip_C

Thanks for the suggestions and your feedback.

Let me show you my concept I did a few years ago :slight_smile:

See the super simple mockup in PPT

It looks like it is a time to consider the improvements for Call Transaction activity.

As a workaround, you can use today TypeInto activity, but this is not so cool as Call Transaction :sunglasses:

Let me check what we can do here

Best regards, Lev

4 Likes

Hi @LevKushnir

Thank you for the mockup screen. Just a note that some SAP environment allows a maximum of two New Sessions. Call Transaction is more intuitive for users. :smiley:

1 Like