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: 

how to restrict the user to execute session in sm35?

Former Member
0 Kudos

Hi all,

My requirement is to execute/release/delete the session only by the user who has created that session for in SM35.

Please tell me how to control the access

Thanks in advance.

Regards,

Ramprasad

1 ACCEPTED SOLUTION

raymond_giuseppi
Active Contributor
0 Kudos

You may the authorization object [S_BTCH_JOB|https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=s_btch_job&adv=false&sortby=cm_rnd_rankvalue]. Look at [Roles and Authorizations Used in Background Processing|http://help.sap.com/erp2005_ehp_03/helpdata/EN/86/f7f3393bef4604e10000000a11402f/frameset.htm] Beware that you may need to give a job name related to user id depending on your R3 version. (Look also at [Protecting the Batch Input Sessions|http://help.sap.com/erp2005_ehp_03/helpdata/EN/8c/95ef39dcf9de7fe10000000a11402f/frameset.htm])

Regards

3 REPLIES 3

raymond_giuseppi
Active Contributor
0 Kudos

You may the authorization object [S_BTCH_JOB|https://www.sdn.sap.com/irj/sdn/advancedsearch?cat=sdn_all&query=s_btch_job&adv=false&sortby=cm_rnd_rankvalue]. Look at [Roles and Authorizations Used in Background Processing|http://help.sap.com/erp2005_ehp_03/helpdata/EN/86/f7f3393bef4604e10000000a11402f/frameset.htm] Beware that you may need to give a job name related to user id depending on your R3 version. (Look also at [Protecting the Batch Input Sessions|http://help.sap.com/erp2005_ehp_03/helpdata/EN/8c/95ef39dcf9de7fe10000000a11402f/frameset.htm])

Regards

Former Member
0 Kudos

for temporary purpose u can use sm01 to lock the transaction

and for a particular user you need to contact functional/basis people

0 Kudos
for temporary purpose u can use sm01 to lock the transaction

its not temporary purpose it would be permanent for all uses untill you unlock again.