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

Basic Password Setting standards

Former Member
0 Likes
448

For setting a Basic password standards...

do we have any Standard SAP programs, exits...etc.,

<b>If so How can we achieve this?</b>

3 REPLIES 3
Read only

raguraman_c
Active Contributor
0 Likes
424

Hi,

You mean to say, length of the passwords, only alphanumeric allowed, or shuold have atleast 2 numbers etc...

If that is the case Basis people should be aware of setting these things.

Why do you want to have an ABAP Program?

Feel free to revert back.

--Ragu

Read only

Former Member
0 Likes
424

Hello,

Are you going to maintain any password for users or can you please tell your requirement.

Since there are many function modules that exists to generate password,

encrypt password,

decrypt password and so on..

eg:

RSEC_GENERATE_PASSWORD

SUSR_GENERATE_PASSWORD

FIEB_PASSWORD_DECRYPT

FIEB_PASSWORD_ENCRYPT

Reward if helps.

Best Regards,

Krishnakumar

Read only

0 Likes
424

Hi Krishna Kumar,

thanks for the reply.

We need to set the Password security standards.

So while changing the password of existing users or while assigning password for the first time user...we need to check against the standards and give message...

eg: Password should contaiin '_' '@' etc.,