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

Fuction module for generating random password w/o speical characters.

Former Member
0 Likes
3,041

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

6 REPLIES 6
Read only

Former Member
0 Likes
1,898

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.

Read only

Former Member
0 Likes
1,898

try FM ISB_RANDOM_CHAR

Read only

Former Member
0 Likes
1,898

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.

Read only

Former Member
0 Likes
1,898

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....

Read only

Former Member
0 Likes
1,898

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

Read only

0 Likes
1,898

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.