<?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 Synchronizing password between two SAP in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/synchronizing-password-between-two-sap/m-p/3636019#M875677</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've looked at this very interesting forum but as of now I have not been able to catch the answer for the issue I'm working on...  so here it is : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to synchronise the user password of two SAP platform that have the same set of users. I have been testing FM 'SUSR_USER_CHANGE_PASSWORD_RFC' which is working great but with plain text password. Do you know if the same kind of function exists with crypted password ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your inputs ! &lt;/P&gt;&lt;P&gt;If you need more details, let me know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(PS I am working on SAP SRM 4.0 and abap version is 620)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Apr 2008 09:26:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-10T09:26:24Z</dc:date>
    <item>
      <title>Synchronizing password between two SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/synchronizing-password-between-two-sap/m-p/3636019#M875677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've looked at this very interesting forum but as of now I have not been able to catch the answer for the issue I'm working on...  so here it is : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to synchronise the user password of two SAP platform that have the same set of users. I have been testing FM 'SUSR_USER_CHANGE_PASSWORD_RFC' which is working great but with plain text password. Do you know if the same kind of function exists with crypted password ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your inputs ! &lt;/P&gt;&lt;P&gt;If you need more details, let me know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(PS I am working on SAP SRM 4.0 and abap version is 620)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2008 09:26:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/synchronizing-password-between-two-sap/m-p/3636019#M875677</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-10T09:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronizing password between two SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/synchronizing-password-between-two-sap/m-p/3636020#M875678</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;First of all, there are BAPI* for working with users (BAPI_USER_*). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) maybe you can use SNC (I found this article &lt;A href="http://searchsap.techtarget.com/tip/0,289483,sid21_gci1222189,00.html)" target="test_blank"&gt;http://searchsap.techtarget.com/tip/0,289483,sid21_gci1222189,00.html)&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) To create web service for this purpose and use https.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3) Home made solution &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; create wrapper for BAPI and use standard RFC to call this wrapper. Instead of sending password in plain text, you will encrypt it and then send it. You have to find some FM or class which provides encryption.You will have to store encryption key on each system. Previous solutions are better.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2008 10:56:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/synchronizing-password-between-two-sap/m-p/3636020#M875678</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2008-04-10T10:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronizing password between two SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/synchronizing-password-between-two-sap/m-p/3636021#M875679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So far, each and every time when someone is asking for "password synchronization" functionality, it turns out that he's actually interested in setting up Single Sign-On (SSO).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I assume that you are not the very first exception, so (most likely) you are actually looking for a SSO solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you using only SAPGUI or also browsers to access the ABAP systems? If you are using SAPGUI, then SNC would be the right approach to achieve SSO.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2008 13:20:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/synchronizing-password-between-two-sap/m-p/3636021#M875679</guid>
      <dc:creator>Wolfgang_Janzen</dc:creator>
      <dc:date>2008-04-10T13:20:12Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronizing password between two SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/synchronizing-password-between-two-sap/m-p/3636022#M875680</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;If you are not looking for SSO, and in fact looking to make sure passwords on two separate ABAP systems are same, maybe you need CUA (central user administration) so that this can sync passwords between two separate user stores ? The CUA product from SAP uses RFCs to communicate with the non-master servers and make sure that user store is in sync.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2008 13:28:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/synchronizing-password-between-two-sap/m-p/3636022#M875680</guid>
      <dc:creator>tim_alsop</dc:creator>
      <dc:date>2008-04-10T13:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronizing password between two SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/synchronizing-password-between-two-sap/m-p/3636023#M875681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, password synchronization is not supported by the SAP Central User Management (CUA) solution. That's clearly stated in [SAP Note 376856|https://service.sap.com/sap/support/notes/376856].&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2008 13:39:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/synchronizing-password-between-two-sap/m-p/3636023#M875681</guid>
      <dc:creator>Wolfgang_Janzen</dc:creator>
      <dc:date>2008-04-10T13:39:18Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronizing password between two SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/synchronizing-password-between-two-sap/m-p/3636024#M875682</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Wolfgang,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankyou for correcting me. I guess this is why SNC is so common, even when CUA is used by a SAP customer. I hadn't fully appreciated that before now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2008 13:44:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/synchronizing-password-between-two-sap/m-p/3636024#M875682</guid>
      <dc:creator>tim_alsop</dc:creator>
      <dc:date>2008-04-10T13:44:55Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronizing password between two SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/synchronizing-password-between-two-sap/m-p/3636025#M875683</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let me give some details : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have an SRM server plugged with a BW. Users are acceeding to SRM through the web, when they connect for the first time they change their password. After this when they launch BW queries, the authentification part on BW is handled through SRM and ITS therefore no issue. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But sometimes they bookmark some queries that directly access the BW server. When they do this, the system is asking for the BW password which is in most of the time the initial one, but the users don't know that and try to log in with their SRM password.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So the request is to copy and paste the SRM password on the BW, so it can be transparent to the user. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I forgot to mention that the customer wants it for yesterday ! So I am looking for a workaround first and maybe a more robust solution for the future.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Am I going to be hurt if I update USR02 directly ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway, thanks for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2008 14:14:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/synchronizing-password-between-two-sap/m-p/3636025#M875683</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-10T14:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronizing password between two SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/synchronizing-password-between-two-sap/m-p/3636026#M875684</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Manuel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The best solution is to use SNC/Kerberos for BW and SPNEGO Web nased logon for SRM, so that the authentication to both SRM and BW systems is via external authetnication, and using the same authentication method. The user will then benefit from Single SignOn and not get confused.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It doesn't actually take that long to implement above, and I don't think there is any alternative, or "quick fix" you could use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2008 14:57:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/synchronizing-password-between-two-sap/m-p/3636026#M875684</guid>
      <dc:creator>tim_alsop</dc:creator>
      <dc:date>2008-04-10T14:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: Synchronizing password between two SAP</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/synchronizing-password-between-two-sap/m-p/3636027#M875685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are alternative solutions to address your requirement. One of them is e.g. to use client certificates - via SNC or SSL. That way no passwords are transfered in the first place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note that this doesn't necessarily require a PKI. With an addiitonal certificate server, you can use various authentication mechanisms - even SAP user name and password - and create short-term client certificates. This would require an addiitonal 3rd-party product, though.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Peter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Apr 2008 15:06:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/synchronizing-password-between-two-sap/m-p/3636027#M875685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-10T15:06:27Z</dc:date>
    </item>
  </channel>
</rss>

