Application Development and Automation 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: 
Read only

Checking passowords - Urgent

Former Member
0 Likes
549

Hi,

I need to write a report where I can get the Passwords of all SAP users and check the passwords against the standards....

How can I get the SAP users Encrypted passwords and how to check against the password standards?

Sreedevi

5 REPLIES 5
Read only

Former Member
0 Likes
516

the user password is stored in table USR02.

So the logic would be to read the data from usr02.

convert the password from raw to string.

check against the standards

display message.

<b>convert the password from raw to string.</b>

Give me few minutes and will get back to you !!

Message was edited by: Anurag Bankley

Read only

0 Likes
516

Hi Sreedevi,

The function module is

PASSWORD_FORMAL_CHECK can determine whether a string meets the current password rules.

Also check this link.

http://help.sap.com/saphelp_nw04s/helpdata/en/d2/141fb593c742b5aad8f272dd487b74/content.htm

http://searchsap.techtarget.com/featuredTopic/0,290042,sid21_gci969453,00.html?track=sap805

Feel free to revert back.

--Ragu

Read only

0 Likes
516

Anurag,

can you tell me how to convert from Raw to string.

Regards

Satish

Read only

0 Likes
516

Anurag,

How to convert password from RAW to STRING?

Appreciate a quick response..

Sreedevi

Read only

0 Likes
516

Anurag,

How to convert password from RAW to STRING?

Appreciate a quick response..

Sreedevi