cancel
Showing results for 
Search instead for 
Did you mean: 

Shedule a job as system user

Former Member
0 Kudos

Hi,

I need to know how I could schedule a job (sm36/sm37) as a user of type System user. Obviously the straight forward approach of logging on with the user and then just defining and scheduling the job doesn't work since system users cannot log on via SAP GUI.

Is there some other way of switching user once logged on to a SAP system. Or how could this be solved otherwise?

Regards,

Christian

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

this is not possible but if u want all your jobs to be running on a single name ,in step enter the user name (any type of user who has relevant authorization) even though the job is created by different users it will run only on the user defined in step

Answers (2)

Answers (2)

former_member192350
Active Participant
0 Kudos

In the job step definition (where you specify the ABAP program to execute, and the variant), up at the top of the screen is a "run as user" field; just put the system userid in there and save the job definition.

Note: You need the S_BTC_NAME authorizaiton object with the system user's name or '*' to do this.

Rich

Former Member
0 Kudos

Hi ,

Please try out this

Go to su01 and change the user type to system and then execute tcode sm36 and define a job . Hope this would gain you something .