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

Create a Password using ABAP Programming

Former Member
0 Likes
581

Hello, I would like to learn how you can automatically create a password using abap programming, as is generated when a user is created in SAP.

Greetings.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
538

Use FM RSEC_GENERATE_PASSWORD

2 REPLIES 2
Read only

Former Member
0 Likes
539

Use FM RSEC_GENERATE_PASSWORD

Read only

Former Member
0 Likes
538

Thank you very much...