Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

SWN_CREATE_SHORTCUT for opening a new window in the same session

Akshayvjd07
Explorer
0 Kudos

Hi Experts,

I had a requirement to send a mail with document and while clicking on the document a new sap logon session would open. I was using SWN_CREATE_SHORTCUT fm for this and its worked. But due to security concerns it will terminate all other session . So I'm wondering is there any way to open new window in the same session rather than opening a new session?

Thanks in advance

2 REPLIES 2

Sandra_Rossi
Active Contributor

Does your shortcut file contain this?

[Options]
Reuse=1

EDIT: some restrictions about Reuse are described in note 103019 - SAPshortcut: Program parameters

Akshayvjd07
Explorer
0 Kudos

can we do something with in the function module itself?