Application Development and Automation 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: 
Read only

Logon group ?

Former Member
0 Likes
509

I want to find out the logon group , when the user gets login.

Pls help regarding this.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
473

Hi,

You maintain logon groups in transaction SMLG in the system. The SAP Web dispatcher

can get the information from any AS ABAP.

Each application server belongs to at least two of the internal groups.

Each server can also offer ABAP and Java and hence belong to all groups.

Groups of HTTPS-enabled ABAP servers. Here there are known logon groups

that are maintained in the system, as well as the following internal groups:

!ALL

Group of all connected application servers.

!J2EE

Group of those application servers that contain the J2EE engine.

!DIAG

Group of ABAP servers that provide the dialog work processes.

!J2EES

Group of HTTPS-enabled application servers that contain the J2EE engine.

!DIAGS

Group of HTTP-enabled servers that provide the dialog work processes.

with regards,

sowjanyagosala

I want to find out the logon group , when the user gets login.

Pls help regarding this.

1 REPLY 1
Read only

Former Member
0 Likes
474

Hi,

You maintain logon groups in transaction SMLG in the system. The SAP Web dispatcher

can get the information from any AS ABAP.

Each application server belongs to at least two of the internal groups.

Each server can also offer ABAP and Java and hence belong to all groups.

Groups of HTTPS-enabled ABAP servers. Here there are known logon groups

that are maintained in the system, as well as the following internal groups:

!ALL

Group of all connected application servers.

!J2EE

Group of those application servers that contain the J2EE engine.

!DIAG

Group of ABAP servers that provide the dialog work processes.

!J2EES

Group of HTTPS-enabled application servers that contain the J2EE engine.

!DIAGS

Group of HTTP-enabled servers that provide the dialog work processes.

with regards,

sowjanyagosala