2008 Jan 22 11:30 AM
Hi experts ,
I want to use a function module which gives me random generated password . Also I don't want any special characters to be included in FM. Kindly provide me such FM.
Warm regards
Abhay
Hi experts ,
I want to use a function module which gives me random generated password . Also I don't want any special characters to be included in FM. Kindly provide me such FM.
Warm regards
Abhay
2008 Jan 22 11:34 AM
Check RSEC_GENERATE_PASSWORD function module. If u dont want special characters may be u can copy to Z function module and modify the code to suit u'r requirement.
2008 Jan 22 11:35 AM
2008 Jan 22 11:36 AM
Hi Abhay,
You can use FM RSEC_GENERATE_PASSWORD.
You can use input parameter 'alphabet' to limit the number of characters you want to use (so to exclude special characters).
Regards,
John.
2008 Jan 22 11:37 AM
Hi,,
try this FM ZQBU_CHANGE_PASSWORD
i think u will get special characters also ther is no such FM which doesnot take any special characters..
plzz reward if it is useful....
2008 Jan 22 11:47 AM
Hi
Thanks for quick reply . I am using FM RSEC_GENERATE_PASSWORD , but I am getting speical charcters but its not working , I dont know what to pass to FORCE_INIT parameter.
Regards
Abhay
2008 Jan 22 12:14 PM
Hi Abhay,
Use input parameter 'alphabet' to limit: If you set this parameter to 'ABCD' it will only generate passwords consisting of these 4 characters.
Regards,
John.