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: 

SAPSYS user

Former Member
0 Kudos

what is sapsys user in sap

it only shown in sm04

session 1

type plug in http

pls help me

thanks

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi Rakesh,

Following are the different types of users with the characteristics:

Characterization of user types

*Dialog user 'A'*

Individual system access (personalized)

Logon with SAPGUI is possible. The user is therefore interaction-capable with the SAPGUI.

Expired or initial passwords are checked.

Users have the option of changing their own passwords.

Multiple logon is checked.

Usage: For individual human users (also Internet users)

*System user 'B'*

System-dependent and system-internal operations

Logon with SAPGUI is not possible. The user is therefore not interaction-capable with the SAPGUI.

The passwords are not subject to to the password change requirement, that is, they cannot be initial or expired.

Only an administrator user can change the password.

Multiple logon is permitted.

Usage: Internal RFC, background processing, external RFC (for example, ALE, workflow, TMS, CUA)

Communication user 'C'

Individual system access (personalized)

Logon with SAPGUI is not possible. The user is therefore not interaction-capable with the SAPGUI.

Expired or initial passwords are checked but the conversion of the password change requirement that applies in principle to all users depends on the caller (interactive/not interactive). (*)

Users have the option of changing their own passwords.

Usage: external RFC (individual human users)

_Service user 'S'_

Shared system access (anonymous)

Logon with SAPGUI is possible. The user is therefore interaction-capable with the SAPGUI.

The passwords are not subject to the password change requirement, that is, they cannot be initial or expired.

Only a user administrator can change the password.

Multiple logon is permitted.

Usage: Anonymous system access (for example, public Web services)

Reference user 'L'

Authorization enhancement

No logon possible.

Reference users are used for authorization assignment to other users.

Usage: Internet users with identical authorizations

9 REPLIES 9

jurjen_heeck
Active Contributor
0 Kudos

This is one of the default system users, nothing to worry about.

Former Member
0 Kudos

Hi Rakesh,

Following are the different types of users with the characteristics:

Characterization of user types

*Dialog user 'A'*

Individual system access (personalized)

Logon with SAPGUI is possible. The user is therefore interaction-capable with the SAPGUI.

Expired or initial passwords are checked.

Users have the option of changing their own passwords.

Multiple logon is checked.

Usage: For individual human users (also Internet users)

*System user 'B'*

System-dependent and system-internal operations

Logon with SAPGUI is not possible. The user is therefore not interaction-capable with the SAPGUI.

The passwords are not subject to to the password change requirement, that is, they cannot be initial or expired.

Only an administrator user can change the password.

Multiple logon is permitted.

Usage: Internal RFC, background processing, external RFC (for example, ALE, workflow, TMS, CUA)

Communication user 'C'

Individual system access (personalized)

Logon with SAPGUI is not possible. The user is therefore not interaction-capable with the SAPGUI.

Expired or initial passwords are checked but the conversion of the password change requirement that applies in principle to all users depends on the caller (interactive/not interactive). (*)

Users have the option of changing their own passwords.

Usage: external RFC (individual human users)

_Service user 'S'_

Shared system access (anonymous)

Logon with SAPGUI is possible. The user is therefore interaction-capable with the SAPGUI.

The passwords are not subject to the password change requirement, that is, they cannot be initial or expired.

Only a user administrator can change the password.

Multiple logon is permitted.

Usage: Anonymous system access (for example, public Web services)

Reference user 'L'

Authorization enhancement

No logon possible.

Reference users are used for authorization assignment to other users.

Usage: Internet users with identical authorizations

0 Kudos

thanks

it clears my confusion

thanks again

0 Kudos

Hello Rakesh,

Out of curiosity, where in n_k's answer was your confusion cleared?

Kind regards,

Julius

PS: Which release level etc are you on?

0 Kudos

Hi Julius,

I also have the same doubt....i my case we r on ECC5...

can u pls clear my doubt.

Rgds,

Gadde.

WolfgangJanzen
Product and Topic Expert
Product and Topic Expert
0 Kudos

"user" SAPSYS = "the system itself"

Same as the MS Windows account "SYSTEM".

This system account is used to run the background processing scheduler and to perform other system-internal operations (most of them executed as so-called AutoABAP programs). Notice: the user 000/SAPSYS has no authorizations - and therefore can only perform such operations where no authorizations are required.

0 Kudos

Hello Wolfgang,

Thanq very much for ur clarification.

another doubt is , i have seen GUI, RFC types of logins.Bur never seen HTTP type(as for original message).where it comes and in which scenario?

Rgds,

Gadde.

0 Kudos

In SM04 you'll only see the so-called taskhandler sessions.

The (current) http connections you can see in SMICM -> Goto -> Display Connections.

0 Kudos

Thanq very much wolfgang.