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: 

Access restrict for batch job in SM36 and SM37

Former Member
0 Kudos

Hi gurus,

we need to restrict SAP security access for batch job in SM36 and SM37.The objective is to not allow users to release or delete other users jobs.Can any one help us what the security object need to be removed/inactivated to only allow users to release or delete their own jobs.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

If you are using SM36 and SM37, then auth object S_BTCH_ADM will also be defualted in the role. This should be removed to prevent the access.

5 REPLIES 5

Former Member
0 Kudos

Hi,

restrict access through authorization object S_BTCH_JOB.

hope this helps.

0 Kudos

Thanks

Former Member
0 Kudos

If you are using SM36 and SM37, then auth object S_BTCH_ADM will also be defualted in the role. This should be removed to prevent the access.

0 Kudos

Hi,

I want to restrict the other users jobs display, here i create a new role with sm36,sm37 and sp01,sp02

and i tried out ur solution then i inactivate all object related to background job and spool even though i can vew the othe users jobs and i can manage these.....

please help me out

0 Kudos

S_BTCH_ADM would be used for the adminstration of jobs - like delete, etc.. I do not believe you will be able to disable display of other users jobs - only prevent the change of them if you have given access to tcode SM37. If you only want users to view their own jobs try tcode SMX instead. Also users should not need SM36 since this is used to create batch jobs.