<?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: RFC in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2092871#M435340</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rashmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to have an access to the system where you want to do the changes.&lt;/P&gt;&lt;P&gt;Get the logon id &amp;amp; pwd and it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 09 Apr 2007 11:19:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-09T11:19:47Z</dc:date>
    <item>
      <title>RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2092869#M435338</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 have a zee  RFC say Z_sync_passwords.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now using this RFC i have a zee transaction which when run changes the passwords in all the systems i have access to.&lt;/P&gt;&lt;P&gt;In this transaction I have used the rfc in the following way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;CALL FUNCTION 'Z_SYNCHRONIZE_CLIENT_PASSWORDS'&lt;/P&gt;&lt;P&gt;       DESTINATION WS_RFCDEST&amp;lt;/b&amp;gt; " target system (defined with sm59)&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;          UNAME = SY-UNAME             " Userid of user running pgm&lt;/P&gt;&lt;P&gt;          BCODE = USR02-BCODE          " Password of user in client&lt;/P&gt;&lt;P&gt;          CODVN = USR02-CODVN          " Code version of encrypt algo&lt;/P&gt;&lt;P&gt;       IMPORTING&lt;/P&gt;&lt;P&gt;          SYSID = WS_SYSID             "target system id passed back&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;          INT_T000 = INT_TABL_T000     "client table for client rpt&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;          UPDATE_ERROR = 1&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;        OTHERS = 2                   " DVGK900991  Commented out to&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;                                       " Fix the syntax error&lt;/P&gt;&lt;P&gt;         MESS WS_MESSAGE&lt;/P&gt;&lt;P&gt;           OTHERS = 2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CASE SY-SUBRC.&lt;/P&gt;&lt;P&gt;      WHEN 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Now my problem is for some of the systems.... to which i donot have access to.... it shows me the logon screen (i.e the USER id .... PASSWORD screen)... which should not be the case..... It should directly change the password without showing any screens.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope i have put my problem in the easiest possible way&lt;/P&gt;&lt;P&gt;Can any one help me with this......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2007 11:11:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2092869#M435338</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-09T11:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2092870#M435339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rashmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you don't have access to the remote system...and authorization to change the password of a user into that system it is showing you the logon page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So i think you should be having authorization in every system where you want automatically to change the password when called remotely.&lt;/P&gt;&lt;P&gt;then ofcourse it will change the password without asking to logon but given the fact that you have authorization to change the passwords in that system where you are loggin in..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tejas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2007 11:17:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2092870#M435339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-09T11:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2092871#M435340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rashmi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to have an access to the system where you want to do the changes.&lt;/P&gt;&lt;P&gt;Get the logon id &amp;amp; pwd and it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2007 11:19:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2092871#M435340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-09T11:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2092872#M435341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi tejas,&lt;/P&gt;&lt;P&gt;well even it shows some logon screens of the systems to which i have the access to &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;can u help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2007 11:20:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2092872#M435341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-09T11:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2092873#M435342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rashmi...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actually which system are you logging into and which password you want to change???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u eloberate your query a bit more please so that u can be helped better???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Tejas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2007 11:24:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2092873#M435342</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-09T11:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: RFC</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2092874#M435343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rashmi,&lt;/P&gt;&lt;P&gt;If you have the access to the system, then it will directly change the passwords, if you do not have the access, then it will definelty shows the logon screen and it will give the error that you do  not have the access, if you run this in the background, then an error message will be generated and print the error message saying 'Do not have the authorization' or else, it is better to contact the basis people, and ask them, they will give you the dummy user id and passwords which will have the access and you can change the passwords using this ID's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Apr 2007 11:24:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/rfc/m-p/2092874#M435343</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-09T11:24:24Z</dc:date>
    </item>
  </channel>
</rss>

