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: 

Whats the difference between Service, Communication and System User?

Former Member
0 Kudos

Hello All,

Could any one please tell me what's the difference between Service, Communication and System User? And what are the properties they have in different? What's the password restrictions and characteristics for these users? Can we use Communication users in place of Service users due to some password restrictions? Thanks in advance.

Regards,

Farooq.

3 REPLIES 3

Former Member
0 Kudos

Former Member
0 Kudos

Though it didnt answer my question but the answer is very helpfull. Thanks for your time.

former_member190272
Active Contributor
0 Kudos

Hi

In "USER MAINTENANCE- SU01" --> in the "logon tab" there are 5 different "user type"

1. dialog

2. system

3. communication

4. service

5. reference

Kindly mention the function and role of all the above mentioned user types specifically and hows is one user type different from another.

These are as follows:-

1. Dialogue:-

For this kind of users:-

GUI login is possible.

Initial password and expiration of passowrd are checked.

Multi GUI logins are checked.

Usage:- These are used for GUI logins.

2. System

For this kind of users:-

GUI login is not possible.

Initial password and expiration of passowrd are not checked.

Usage:- These are used for internal use in system like background jobs.

3. Communication

For this kind of users:-

GUI login is not possible.

Users are allowed to change password through some software in middle tier.

Usage:- These are used for login to system through external systems like web application

4. Service

For this kind of users:-

GUI login is possible.

Initial password and expiration of passowrd are not checked.

Multiple logins are allowed.

Users are not allowed to change the password. Only admin can change the password

Usage:- These are used for anonymous users. This type of users should be given minimum authorization.

5. Reference

For this kind of users:-

GUI login is not ible.

Initial password and expiration of passowrd are not checked.

Usage:- These are special kind of users which are used to give authorization to other users.

Rewads point if helpful

Thanks

Pankaj Kumar