cancel
Showing results for 
Search instead for 
Did you mean: 

In SAP CRM Web UI Make checkbox "cancel all existing logons" not changeable

harikrishna_malladi
Active Participant
0 Kudos

Hi All,

Is it possible to make that checkbox "Cancel all existing logons" NOT editable to users.We want users not to login to the system twice or more times. So the "Cancel all existing logons" checkbox should always be set (greyed out).

For reference:

Process 2:

Is there any way to raise a custom popup when click on logon button in logon screen. Need to raise popup with two options Yes or NO with message like "Continue with this logon and end any other logons in system When ending any existing logons to system, unsaved data is lost" .

Could you please help on this.

Thanks in advance.

Thank you,

Harikrishna

Accepted Solutions (0)

Answers (1)

Answers (1)

BGarcia
Active Contributor
0 Kudos

Hi Harikrishna,

For the corresponding ICF service you're calling, you can manipulate your logon screen logic. Inside your ICF service, just go to 'Error Pages', choose 'System Logon' and press 'Configuration'.

You'll be presented with a popup where you can define several options.

In your case, you would have to develop a custom implementation through a ICF class. Just press F1 on that field so you can get a reference class to start your development.

Kind regards,
Garcia