cancel
Showing results for 
Search instead for 
Did you mean: 

SAP ITS webgui "IP address identified"

AnthonyP
Advisor
Advisor
0 Kudos

Does anyone know how to suppress the "IP address identified" when starting the ITS webgui?

Accepted Solutions (1)

Accepted Solutions (1)

cris_hansen
Advisor
Advisor
0 Kudos

Hi Anthony,

It looks like you are using a logon user exit to identify the IP address of the WEBGUI user.

As far as I know, the logon user exit should not be used in WEBGUI, per SAP note 1465767. In such case, you should amend the GUI Configuration, adding:

~no_logon_userexit 1

If you really need the user exit, then you should verify the coding in SUSR0001 and see whether you can change the window title for a more suitable message.

I hope this helps,

Cris

AnthonyP
Advisor
Advisor
0 Kudos

Hello Cristiano

Thanks very much for the suggestions you were right that the SUSR0001 usert exit was being called, however, I could not get the note to skip the user exit call so I debugged and added the following code as the issue was due to the method call of class CL_GUI_FRONTEND_SERVICES=>GET_IP_ADDRESS:

It works well, thanks very much.

Answers (1)

Answers (1)

Bernhard_SAP
Employee
Employee
0 Kudos

moved to ITS space