2008 Sep 30 2:20 PM
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
2008 Sep 30 3:13 PM
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
2008 Sep 30 2:27 PM
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.
2008 Sep 30 3:13 PM
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