‎2007 Jun 28 4:13 PM
hi, gurus,
I am wondering is that possible to call an rfc or function module, in an abap program, as another user? i mean with an user account with more authorization maybe?
for example, user A running a report, but he has not enough authorization to update certain data, but is it possible to call an rfc to update using another account with more authorization?
thx and best regards.
jun
‎2007 Jun 28 4:19 PM
Hi,
There is one way of doing it,
When you create RFC connection the transaction SM59 you can assign there username and password using which we should connect to the remote sytstem. SO in your RFC connection give the USERNAME and PASSWORD Of the USER who has more authorizations.
SO when you make a call (any user) this user ID is used to make the CALL.
Regards,
Sesh
.