<?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 SUSR_CHECK_LOGON_DATA return code 3 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/susr-check-logon-data-return-code-3/m-p/6135668#M1366158</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to test function module SUSR_CHECK_LOGON_DATA, but keep getting an error message 'USER_OR_PASSWORD_INCORRECT'.  If I debug the function, the error is occuring at a system function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL 'INTERNET_USER_LOGON' which returns sy-subrc = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The parameters I am passing look like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                                            &lt;/P&gt;&lt;P&gt;  Import parameters               Value     &lt;/P&gt;&lt;P&gt;                                            &lt;/P&gt;&lt;P&gt;  AUTH_METHOD                           E         &lt;/P&gt;&lt;P&gt;  USERID                                        KLM1      &lt;/P&gt;&lt;P&gt;  ALIASNAME                                 &lt;/P&gt;&lt;P&gt;  PASSWORD                                  &lt;/P&gt;&lt;P&gt;  AUTH_DATA                              CHPF\klm1 &lt;/P&gt;&lt;P&gt;  EXTID_TYPE                               NT        &lt;/P&gt;&lt;P&gt;  LANGUAGE                                  &lt;/P&gt;&lt;P&gt;  USE_NEW_EXCEPTION                0        &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Aug 2009 19:59:04 GMT</pubDate>
    <dc:creator>kmoore007</dc:creator>
    <dc:date>2009-08-27T19:59:04Z</dc:date>
    <item>
      <title>SUSR_CHECK_LOGON_DATA return code 3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/susr-check-logon-data-return-code-3/m-p/6135668#M1366158</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to test function module SUSR_CHECK_LOGON_DATA, but keep getting an error message 'USER_OR_PASSWORD_INCORRECT'.  If I debug the function, the error is occuring at a system function&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL 'INTERNET_USER_LOGON' which returns sy-subrc = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The parameters I am passing look like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                                            &lt;/P&gt;&lt;P&gt;  Import parameters               Value     &lt;/P&gt;&lt;P&gt;                                            &lt;/P&gt;&lt;P&gt;  AUTH_METHOD                           E         &lt;/P&gt;&lt;P&gt;  USERID                                        KLM1      &lt;/P&gt;&lt;P&gt;  ALIASNAME                                 &lt;/P&gt;&lt;P&gt;  PASSWORD                                  &lt;/P&gt;&lt;P&gt;  AUTH_DATA                              CHPF\klm1 &lt;/P&gt;&lt;P&gt;  EXTID_TYPE                               NT        &lt;/P&gt;&lt;P&gt;  LANGUAGE                                  &lt;/P&gt;&lt;P&gt;  USE_NEW_EXCEPTION                0        &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2009 19:59:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/susr-check-logon-data-return-code-3/m-p/6135668#M1366158</guid>
      <dc:creator>kmoore007</dc:creator>
      <dc:date>2009-08-27T19:59:04Z</dc:date>
    </item>
    <item>
      <title>Re: SUSR_CHECK_LOGON_DATA return code 3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/susr-check-logon-data-return-code-3/m-p/6135669#M1366159</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Are you trying to migrate SU05 users to SU01 users, or have you misinterpreted the purpose of this FM?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps what you are looking for is SUSR_FORMAL_PASSWORD_CHECK or SUSR_USER_PASSWORD_STATUS_GET?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the purpose for calling this FM?&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>Thu, 27 Aug 2009 20:06:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/susr-check-logon-data-return-code-3/m-p/6135669#M1366159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-27T20:06:22Z</dc:date>
    </item>
    <item>
      <title>Re: SUSR_CHECK_LOGON_DATA return code 3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/susr-check-logon-data-return-code-3/m-p/6135670#M1366160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was following this BLOG [Single Sign On with External ID implemented in Ruby|https://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/4587] &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt; &lt;B&gt;[original link is broken]&lt;/B&gt;;.  I had setup table view VUSREXTID and was trying to test the function module to see how it works.  I want to generate an SAP Logon Ticket, that's my goal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Aug 2009 20:14:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/susr-check-logon-data-return-code-3/m-p/6135670#M1366160</guid>
      <dc:creator>kmoore007</dc:creator>
      <dc:date>2009-08-27T20:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: SUSR_CHECK_LOGON_DATA return code 3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/susr-check-logon-data-return-code-3/m-p/6135671#M1366161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you test-drive an ABAP function module using transaction SE37 kindly notice that you might need to set the option "Uppercase/Lowercase" [X]. By default, all lower-case characters entered on the screen will be converted to upper-case characters before passing the parameters to the function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In case of SUSR_CHECK_LOGON_DATA that might be critical (if your system is of release 7.x).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2009 08:21:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/susr-check-logon-data-return-code-3/m-p/6135671#M1366161</guid>
      <dc:creator>Wolfgang_Janzen</dc:creator>
      <dc:date>2009-08-28T08:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: SUSR_CHECK_LOGON_DATA return code 3</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/susr-check-logon-data-return-code-3/m-p/6135672#M1366162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please notice in addition:&lt;/P&gt;&lt;P&gt;SUSR_CHECK_LOGON_DATA will only return a SAP Logon Ticket if called via SNC-protected RFC (from outside) if being called with AUTH_METHOD = 'E' or 'X' (reason: otherwise SNCSYSACL cannot be evaluated). So, you cannot test-drive this locally (via SE37).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Aug 2009 08:25:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/susr-check-logon-data-return-code-3/m-p/6135672#M1366162</guid>
      <dc:creator>Wolfgang_Janzen</dc:creator>
      <dc:date>2009-08-28T08:25:41Z</dc:date>
    </item>
  </channel>
</rss>

