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: 

Opening a new window for another user

Former Member
0 Kudos

Hi gurus,

I want to open a transaction for another active user.

I've found FM TH_CREATE_FOREIGN_MODE but it doesn't work.

has anybody got an idea?

regards,

Wim

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

opening of another modus for a different user should NOT be possible due to security reasons (every user has to login with its own password).

Examtions:

1) maintain a RFC destination at the same system with an dedicated RFC user. So you can use CALL FUNCTION DESTINATION dest.

2) Simple messages i.e. sended with function module TH_POPUP.

kind regards,

hp

2 REPLIES 2

Former Member
0 Kudos

Hi,

May be you can create a function module within this function call the transaction.

Call the function starting in new task will open a new session.

regards,

Advait.

Former Member
0 Kudos

Hi,

opening of another modus for a different user should NOT be possible due to security reasons (every user has to login with its own password).

Examtions:

1) maintain a RFC destination at the same system with an dedicated RFC user. So you can use CALL FUNCTION DESTINATION dest.

2) Simple messages i.e. sended with function module TH_POPUP.

kind regards,

hp