<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Password change application in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/password-change-application/m-p/4928363#M1149749</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I must warn you that this FM does &lt;STRONG&gt;not&lt;/STRONG&gt; 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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, you can only use it for users who are able to change their own passwords. Users of type SERVICE and SYSTEM will fail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Jan 2009 16:01:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-01-06T16:01:58Z</dc:date>
    <item>
      <title>Password change application</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/password-change-application/m-p/4928352#M1149738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does anyone know an application where a user can change his password in the j2ee engine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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 &lt;STRONG&gt;you&lt;/STRONG&gt; decide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 20:05:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/password-change-application/m-p/4928352#M1149738</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-18T20:05:22Z</dc:date>
    </item>
    <item>
      <title>Re: Password change application</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/password-change-application/m-p/4928353#M1149739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What is your user store? What application are you talking about?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2008 12:40:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/password-change-application/m-p/4928353#M1149739</guid>
      <dc:creator>markus_doehr2</dc:creator>
      <dc:date>2008-12-19T12:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Password change application</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/password-change-application/m-p/4928354#M1149740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;users are managed in abap (dual stack).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not talking about a particular application. I'm looking for an application that would do just this... changing passwords.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2008 14:16:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/password-change-application/m-p/4928354#M1149740</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-19T14:16:58Z</dc:date>
    </item>
    <item>
      <title>Re: Password change application</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/password-change-application/m-p/4928355#M1149741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; 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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Users can logon to the backend and change their passwords there&lt;/P&gt;&lt;P&gt;- you can use the "personalize" function in e. g. the portal (right upper corner) to change the password&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2008 14:38:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/password-change-application/m-p/4928355#M1149741</guid>
      <dc:creator>markus_doehr2</dc:creator>
      <dc:date>2008-12-19T14:38:34Z</dc:date>
    </item>
    <item>
      <title>Re: Password change application</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/password-change-application/m-p/4928356#M1149742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have no portal.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Dec 2008 14:42:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/password-change-application/m-p/4928356#M1149742</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-19T14:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Password change application</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/password-change-application/m-p/4928357#M1149743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They will have to change the password using SAP logon by clicking the "New password" in the sap logon before login in.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jazz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 21 Dec 2008 06:15:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/password-change-application/m-p/4928357#M1149743</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-21T06:15:09Z</dc:date>
    </item>
    <item>
      <title>Re: Password change application</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/password-change-application/m-p/4928358#M1149744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go for SAP Virsa software. This is what you are looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;hemanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 10:44:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/password-change-application/m-p/4928358#M1149744</guid>
      <dc:creator>hemanth2</dc:creator>
      <dc:date>2009-01-05T10:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: Password change application</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/password-change-application/m-p/4928359#M1149745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 13:39:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/password-change-application/m-p/4928359#M1149745</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T13:39:17Z</dc:date>
    </item>
    <item>
      <title>Re: Password change application</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/password-change-application/m-p/4928360#M1149746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Don't know what SAP virsa is ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok, it seems this is not implemented .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Jan 2009 16:07:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/password-change-application/m-p/4928360#M1149746</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-05T16:07:25Z</dc:date>
    </item>
    <item>
      <title>Re: Password change application</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/password-change-application/m-p/4928361#M1149747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Moved to the Security Forum...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hemanth's post is not correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You do not need to install VIRSA just to be able to change a password (your own). It is an administrator tool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 08:04:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/password-change-application/m-p/4928361#M1149747</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-06T08:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: Password change application</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/password-change-application/m-p/4928362#M1149748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the way I understand Markus answer is that you log in with saplogon to abap backend. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its not a necessity but a convenience.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 15:25:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/password-change-application/m-p/4928362#M1149748</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-06T15:25:59Z</dc:date>
    </item>
    <item>
      <title>Re: Password change application</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/password-change-application/m-p/4928363#M1149749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, I must warn you that this FM does &lt;STRONG&gt;not&lt;/STRONG&gt; 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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, you can only use it for users who are able to change their own passwords. Users of type SERVICE and SYSTEM will fail.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[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.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Jan 2009 16:01:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/password-change-application/m-p/4928363#M1149749</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-01-06T16:01:58Z</dc:date>
    </item>
  </channel>
</rss>

