cancel
Showing results for 
Search instead for 
Did you mean: 

Transactions Dashboard with screen personas

phani_konduru
Explorer
0 Kudos

Hello Experts,

We have a requirement to create a screen persona user dashboard with buttons to multiple relevant transactions (for example customer related information).

Our requirement is to launch those transactions in a separate session/window instead of same session.

As you know, we can open only one session from WebGUI. if I try to open another session/transaction, I am getting a message "Maximum No. of Sessions reached".

So, how do I create user dashboard using screen personas with multiple transaction buttons and on clicking opening in new window/session.

Please help.

Thanks,

Phani.

Accepted Solutions (1)

Accepted Solutions (1)

tamas_hoznek
Product and Topic Expert
Product and Topic Expert

This is an unusual requirement... most peope would want it the other way around, i.e. staying in the same tab / window.

Anyway, you should be able to use a script button with the session.utils.openURL command, which will create a new tab or window, depending on the browser configuration. Something like

session.utils.openUrl("http://server:port/sap/bc/personas");

and then customize this by specifying the transaction code, flavor etc. via URL parameters.

Answers (0)