cancel
Showing results for 
Search instead for 
Did you mean: 

Set time period for logon in SAP

Former Member
0 Kudos

hi experts,

I have a requirement in my company to enable time period based logon for SAP User. Is there any provision to set time period in SAP, so that user only will allow to login system in allowed time. i checked for that but nothing found.

if you have any idea. please let me know.

regards,

Himanshu

Accepted Solutions (1)

Accepted Solutions (1)

bglobee
Active Participant
0 Kudos

If you are not seeing a large user base then you can go for customizing this.

one option that you can look at is to tweak the logon module.

1. maintain a table with users and their 'allowed' time window. Maintain this in the Server time zone. 

2. Modify the logon module such that it looks up the user id and compare the current time with the allowed time window in the table which you maintained.

3. Have this check only for the 'dialog' mode user ids.

Disadvantage:

- This will take a toll on the Dialog Response times. If we are talking about a large user base then it is not going to be a desirable option.

- Impact on internal logon mechanism has to be analyzed.

Answers (0)