‎2008 Dec 18 8:05 PM
Hi,
does anyone know an application where a user can change his password in the j2ee engine.
I know that when your password is initial , you get the option to change it . I'm looking for an application where your password can be changed when you decide.
Thanks.
‎2008 Dec 19 12:40 PM
What is your user store? What application are you talking about?
Markus
‎2008 Dec 19 2:16 PM
Hi,
users are managed in abap (dual stack).
I'm not talking about a particular application. I'm looking for an application that would do just this... changing passwords.
The problem is that if you dont use the abap stack and your password is not expired , there is no way to change your password in the java stack.
Thanks.
‎2008 Dec 19 2:38 PM
> The problem is that if you dont use the abap stack and your password is not expired , there is no way to change your password in the java stack.
- Users can logon to the backend and change their passwords there
- you can use the "personalize" function in e. g. the portal (right upper corner) to change the password
Markus
‎2008 Dec 19 2:42 PM
We have no portal.
Which backend are you talking about. Users don't have admin tool and since they are java developers, they don't want anything to do with saplogon.
Thanks.
‎2008 Dec 21 6:15 AM
Since you are having a dual stack system and the users are managed from abap, the JAVA user management engine will be pointing to the abap client (backend). So, if you need to change the password, you should change it from the particular abap client.
They will have to change the password using SAP logon by clicking the "New password" in the sap logon before login in.
Regards,
Jazz
‎2009 Jan 05 10:44 AM
Hi,
Go for SAP Virsa software. This is what you are looking for.
regards,
hemanth
‎2009 Jan 05 1:39 PM
‎2009 Jan 05 4:07 PM
‎2009 Jan 06 8:04 AM
Moved to the Security Forum...
Hemanth's post is not correct.
You do not need to install VIRSA just to be able to change a password (your own). It is an administrator tool.
I don't see why the answer Markus gave does not meet your requirement? The user can change their own password, after having provided a correct "old" password.
Cheers,
Julius
‎2009 Jan 06 3:25 PM
Hi,
the way I understand Markus answer is that you log in with saplogon to abap backend.
This is precicely what I don't want the JAVA developpers to do. They don't want anything to do with sapgui so It would be convenient to have the same feature in the JAVA stack. That was what I was hoping for.
Its not a necessity but a convenience.
Thanks.
‎2009 Jan 06 4:01 PM
If your Java developers do not have any user administration authorizations and you want them to change their own passwords only (they must know the old password first), then they could write their own little Java application as "front end" which calls function module SUSR_USER_CHANGE_PASSWORD_RFC on the ABAP stack to change their own password.
However, I must warn you that this FM does not have a released status - so there is no guarantee that it's interface will not change or that other restraints might be built into it which prevent your use of it.
Also, you can only use it for users who are able to change their own passwords. Users of type SERVICE and SYSTEM will fail.
[SAP Note 764436|https://service.sap.com/sap/support/notes/764436] might also be of interest for you, so you should secure (lock, etc) those users on the ABAP side.
Cheers,
Julius