Application Development and Automation 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: 
Read only

How to run session method with out having Authorization.

Former Member
0 Likes
570

Hi,

A Session is generated in sm35 by other person. The Authorization is in his id. My Question is can i run the session. if yes , how to run with out authorization.

Hi,

A Session is generated in sm35 by other person. The Authorization is in his id. My Question is can i run the session. if yes , how to run with out authorization.

2 REPLIES 2
Read only

Former Member
0 Likes
509

If you want to process in foreground then you can run if you have authorization for SM35 and also for the transaction inside the session . Suppose the BDC session is for ME21 . If you have ME21 authorization you can run the session even if its created by other user .

If you have no auth for ME21 then you cannot run the session in foreground but you can still run in background as in background the authorization of the user in authorization column ( user who created session ) will be checked for ME21 .

Cheers .

Sanjay

Read only

Former Member
0 Likes
509

Session facading is not possible you need to have proper authorization of the transaction being executed in the session and the authorization of session manager a well

Regards