Application Development 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: 

Report to find user ids which are expiring ...

vivekkrishnan
Active Participant
0 Kudos
126

Hi all,

We need to have a report which will give a list of people whose SAP ID passwords are expiring so that they can change their passwords.

Is there any standard report to get this list ?

If we need to have a custom report where can we get the data from ?

Regards,

Vivek K

1 ACCEPTED SOLUTION

Former Member
0 Kudos
79

Hi,

Please check with your BASIS team.

How many days of limit to the password.

IN USR02 table we have one field PWDCHGDATE ( Date of Last Password Change ) . Based on that you will caluclate and made a custom report.

I hope this will help.

Regards,

Janardhan

4 REPLIES 4

former_member156446
Active Contributor
0 Kudos
79

USR* has all user related data

Former Member
0 Kudos
79

Hi

Cheeck This Report RSUSR200

Swamy

Former Member
0 Kudos
80

Hi,

Please check with your BASIS team.

How many days of limit to the password.

IN USR02 table we have one field PWDCHGDATE ( Date of Last Password Change ) . Based on that you will caluclate and made a custom report.

I hope this will help.

Regards,

Janardhan

Former Member
0 Kudos
79

Hi,

Use program RSUSR200. Select only 'Users with inactive passwords' checkbox.

Just check [this also....|http://help.sap.com/saphelp_nw04/helpdata/en/1e/478f40f3b19920e10000000a1550b0/frameset.htm]

Thanks