cancel
Showing results for 
Search instead for 
Did you mean: 

Changing of Pass word for 100 user

Former Member
0 Kudos

Hi,

I want to change the pass word for 100 users,if there is any way to do it simply without going one by one users manualy.

Thanks In advance,

Regards,

Ravi

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Ravi,

for example you could use the <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/52/96f03eae11e16be10000000a114084/frameset.htm">import</a> function.

Create a Batch Import Script like this one:

[User]
UID=user1
Password=user1

[User]
UID=user2
Password=user2

Go to User Administration -> Import and upload or paste your script.

Select the "Overwrite Existing Data" flag and run the script. It will update all passwords for you.

Kind regards,

Martin

Former Member
0 Kudos

Hi Martin Schygulla ,

thank for u'r help.i assign full points to u.

Regards,

ravi

Answers (1)

Answers (1)

Former Member
0 Kudos

hi ,

check out this link <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/52/96f03eae11e16be10000000a114084/frameset.htm">Link</a>

regards,

gopi