cancel
Showing results for 
Search instead for 
Did you mean: 

Service User & Dialog User

Former Member
0 Kudos

Hi All,

What is the difference between Service User & Dialog User.

Explian with example which we are using in XI for day to day

Regards

Suman

Accepted Solutions (1)

Accepted Solutions (1)

former_member181985
Active Contributor

Hi Suman,

Service user is nothing but a machine user meant for different components which interact with each other in the background for a particular task. e.g. XIAPPLUSER, XIISUSER

Dialog user which humans use to interact with an application.

Thanks,

Gujjeti

Edited by: Praveen Gujjeti on May 6, 2008 2:21 PM

Answers (1)

Answers (1)

GabrielSagaya
Active Contributor

service users are used for internal communication between XI components, which is usually triggered by interaction of dialog users.

Dialog users represent human users (as opposed to service users), who log on through the various UIs of the Integration Builder, System Landscape Directory, and Runtime Workbench.

Dialog users are generally maintained in the ABAP part of the SAP Web AS. The roles for the different dialog users displayed in the following table are predefined and

shipped.

we should use a service user for the following reasons.

1: Service users do not expire

2: Service users do not have gui logon

3) In RFC conn, use service user and not dialog user.....

dialog user cant access background services of connecting to some other systems because dialog users are limited to screens..

so in making RFC conn, dialog users are not used.

Former Member
0 Kudos

Hi,

3) In RFC conn, use service user and not dialog user.....

dialog user cant access background services of connecting to some other systems because dialog users are limited to screens..

so in making RFC conn, dialog users are not used.

In my Idoc--File scenario, we created RFC destination in R/3 to Xi & Xi to R/3 using my Developer User name only.

Will there be any problem in Future???

If Yes, What kind of problems may come??

Regards

Suman

Former Member
0 Kudos

Hi,

like mentioned by Gabriel if your user expire or your pwd is getting changed the RFC connection will not work anymore.

Regards

Patrick

Former Member
0 Kudos

Hi Patrick,

So while creating the RFC Destination from R/3 to Xi, which service user i need to use here??

Or else Do i need to create any separate Service user for this purpose??

Regards

Suman

Former Member
0 Kudos

Hi,

>So while creating the RFC Destination from R/3 to Xi, which service user i need to use here??

You could use an existing one.

>Or else Do i need to create any separate Service user for this purpose??

This is also possible.

Regards

Patrick

Former Member
0 Kudos

Hi,

>>So while creating the RFC Destination from R/3 to Xi, which service user i need to use here??

You could use an existing one.

So what you will suggest me to use which Service user

Regards

Suman

Former Member
0 Kudos

Hi,

if you already have a service user you should use it.

If you have more than one service users just take one of them.

If you have no service user then create one.

Regards

Patrick

Former Member
0 Kudos

Hi Patrick,

Thas what iam asking you,

You kust please name it the Service user that i need to use in RFC Destination Creation

Can u please name it that user??

Regards

Suman

Former Member
0 Kudos

Hi,

as I know there is no such user like a default user in every system with a special name.

You have to look for existing service users and take one if you find one or otherwise create one.

Regards

Patrick

Former Member
0 Kudos

Hi,

how to create a service user

Regards

suman

Former Member
0 Kudos

Hi,

refer the below link it is clearly mentioned that service users are created during XI installtion.

http://help.sap.com/saphelp_nw04/helpdata/en/9f/d12940cbf2195de10000000a1550b0/content.htm

u do not need to create it.

Chirag

Former Member
0 Kudos

Hi,

> how to create a service user

use t-code SU01 in the tab Logon data you could select Service for User Type.

Regards

Patrick