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: 

Security Policy - password must be different from previews passwords

former_member184387
Participant
0 Kudos

Is it possible to determine that the user <u>must</u>

have his or her passwords <u>different from the last N

passwords</u>?

I couldn't find it on the following documentation:

http://help.sap.com/saphelp_nw04/helpdata/en/b5/16c43bdd3da244a1d3372a77b5f83f/frameset.htm

Besides, my EP is pointing to an ABAP system (SRM).

<u>Where</u> do I have to configure it? Wich UME? In my

EP, in my SRM or in both?

Thanks in advance.

Best regards,

Raphael Barboza

2 REPLIES 2

Former Member
0 Kudos

I think the UME can support whatever your actual datastore can support. If your ABAP user store can support this then the portal will support this. Be aware, you may have problems with the pass through of error messages.

WolfgangJanzen
Product and Topic Expert
Product and Topic Expert
0 Kudos

As of NetWeaver 2004s (ABAP release 7.0) it is possible to configure the size of the password history, see: http://help.sap.com/saphelp_nw2004s/helpdata/en/d2/141fb593c742b5aad8f272dd487b74/content.htm

In previous releases the size of the password history is hard-coded (5 entries).

The <a href="http://service.sap.com/~iron/fm/011000358700000431401997E/0862989">SAP note 862989</a> provides an overview on the new password features of ABAP 7.0 systems.

Regards, Wolfgang