<?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>Question Re: Change user password with a RFC function in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/change-user-password-with-a-rfc-function/qaa-p/1052846#M418475</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;Use this RFM &amp;lt;b&amp;gt;SUSR_USER_CHANGE_PASSWORD_RFC&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;This has the three import parameters, &amp;lt;b&amp;gt;BNAME, PASSWORD, NEW_PASSWORD&amp;lt;/b&amp;gt; I am using SAP 4.7. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Kathirvel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 11 Dec 2005 05:25:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-11T05:25:38Z</dc:date>
    <item>
      <title>Change user password with a RFC function</title>
      <link>https://community.sap.com/t5/technology-q-a/change-user-password-with-a-rfc-function/qaq-p/1052841</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;I've a problem to change the user password in a Java program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've a Java program and I want to change the user password. But I can only use RFC methods. So I look at the function SUSR_USER_PASSWORD_CHANGE_RFC. But my problem is that I only have as parameters BNAME and NEW_PASSWORD, but not PASSWORD. So it doesn't work... How do I have to do it ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2005 09:40:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/change-user-password-with-a-rfc-function/qaq-p/1052841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-08T09:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Change user password with a RFC function</title>
      <link>https://community.sap.com/t5/technology-q-a/change-user-password-with-a-rfc-function/qaa-p/1052842#M418471</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Chronosoft,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;unfortunately my SAP Version here doesnt know your function module - &lt;/P&gt;&lt;P&gt;but where ecactly is the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another possibility would be to write an own Function Module. Did you consider this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2005 10:27:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/change-user-password-with-a-rfc-function/qaa-p/1052842#M418471</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-08T10:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: Change user password with a RFC function</title>
      <link>https://community.sap.com/t5/technology-q-a/change-user-password-with-a-rfc-function/qaa-p/1052843#M418472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The exactly problem is that I have to call a function with 3 parameters and I only get 2 parameters...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I have to change the password witthout writing any own FM...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2005 10:40:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/change-user-password-with-a-rfc-function/qaa-p/1052843#M418472</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-08T10:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Change user password with a RFC function</title>
      <link>https://community.sap.com/t5/technology-q-a/change-user-password-with-a-rfc-function/qaa-p/1052844#M418473</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Where do you get the parameters from?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe you can call another function module to get the missing parameters...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2005 11:17:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/change-user-password-with-a-rfc-function/qaa-p/1052844#M418473</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-08T11:17:35Z</dc:date>
    </item>
    <item>
      <title>Re: Change user password with a RFC function</title>
      <link>https://community.sap.com/t5/technology-q-a/change-user-password-with-a-rfc-function/qaa-p/1052845#M418474</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a RFC function to get an user password ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2005 12:08:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/change-user-password-with-a-rfc-function/qaa-p/1052845#M418474</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-08T12:08:32Z</dc:date>
    </item>
    <item>
      <title>Re: Change user password with a RFC function</title>
      <link>https://community.sap.com/t5/technology-q-a/change-user-password-with-a-rfc-function/qaa-p/1052846#M418475</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;Use this RFM &amp;lt;b&amp;gt;SUSR_USER_CHANGE_PASSWORD_RFC&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;This has the three import parameters, &amp;lt;b&amp;gt;BNAME, PASSWORD, NEW_PASSWORD&amp;lt;/b&amp;gt; I am using SAP 4.7. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Kathirvel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 11 Dec 2005 05:25:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/change-user-password-with-a-rfc-function/qaa-p/1052846#M418475</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-11T05:25:38Z</dc:date>
    </item>
  </channel>
</rss>

