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: 

Controlling Process access in SM35

Former Member
0 Kudos

Hi

I want to control access in SM35 to User so that Users can process only those sessions which are created by them. Can anybody tell me is it possible to restrcit the processing by User name and not by session name?

Thanks in Advance

1 ACCEPTED SOLUTION

mvoros
Active Contributor
0 Kudos

Hi,

please search before posting your questions. Your question has already been answered on this forum. Basically, there is no authorization object which allows you to control access based on user name. You can only use S_BDC_MONI which uses only session name. [SAP documentation|http://help.sap.com/saphelp_nw04/helpdata/en/8c/95ef39dcf9de7fe10000000a11402f/frameset.htm] mentions two strategies: one is a central administration and another one is to define naming policy for batch input sessions.

Cheers

1 REPLY 1

mvoros
Active Contributor
0 Kudos

Hi,

please search before posting your questions. Your question has already been answered on this forum. Basically, there is no authorization object which allows you to control access based on user name. You can only use S_BDC_MONI which uses only session name. [SAP documentation|http://help.sap.com/saphelp_nw04/helpdata/en/8c/95ef39dcf9de7fe10000000a11402f/frameset.htm] mentions two strategies: one is a central administration and another one is to define naming policy for batch input sessions.

Cheers