cancel
Showing results for 
Search instead for 
Did you mean: 

Monitoring SAP GUI logon group configuration using ABAP

minseok_pang
Member
0 Kudos

Dear. GURU's

I want to know who is connecting to the system without setting up a logon group

and create table to insert historical data in ABAP Program.

Please help me.

Accepted Solutions (0)

Answers (2)

Answers (2)

yakcinar
Active Contributor

Hello,

I aggree with Isaias about logon groups.

In addition, in order to use logon group definition you must define "sapmsSID 36##/tcp" line on clients services file.

System admins could find the clients who has no definition in services file.

There is saplgpad.exe for readonly SAP GUI configurations coming together with saplogon.exe.

You can distribute this exe with predefined saplogon.ini file to end users.

Regards,

Yuksel AKCINAR

isaias_freitas
Advisor
Advisor
0 Kudos

Hello,

As far as I know, there is no way to determine whether a user logged on with or without a logon group from the ABAP instance perspective. You will not be able to see this at any transaction.

You would need to verify the user's SAP GUI / SAP Logon settings.

I am no SAP GUI expert, but I think that there is a way to lock the system definitions. If that is correct, your IT department could find a way to deploy a predefined SAP GUI configuration file to the end users ;-).

Regards,

Isaías