Application Development 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: 

SAP Password Policy in NW ABAP for group of users?

tim_alsop
Active Contributor
0 Kudos

Hi

Is it possible to setup a policy for SAP passwords in NW ABAP system, which is specific to a group of users. For example, 100 users might have password expiry after 90 days but rest of users in system have password expiry every 45 days.

Thanks

Tim

1 ACCEPTED SOLUTION

Former Member
0 Kudos

< 7.31 -> no

>= 7.31 -> yes

Solution is Tcode SECPOL. It alligns ABAP with JAVA security policy concept.

Be aware: the asignment of a security policy to a user returns all parameters NOT included in the policy to the SAP kernel defaults. The existence of a policy is checked before exploring customer system profile parameters.

Cheers,

Julius

4 REPLIES 4

Former Member
0 Kudos

< 7.31 -> no

>= 7.31 -> yes

Solution is Tcode SECPOL. It alligns ABAP with JAVA security policy concept.

Be aware: the asignment of a security policy to a user returns all parameters NOT included in the policy to the SAP kernel defaults. The existence of a policy is checked before exploring customer system profile parameters.

Cheers,

Julius

MichaelShea
Product and Topic Expert
Product and Topic Expert
0 Kudos

0 Kudos

Thank you Julius. This is just what I wanted to know.

0 Kudos

Thank you