<?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: Problems with BAPI_USER_GETLIST in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-bapi-user-getlist/m-p/6359801#M1400256</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I check the field FIRSTNAME of structure BAPIADDR3. The field is case-sensitive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please run BAPI_USER_GET_DETAIL with your user-id ''C512...." &amp;amp; check what is the value in ADDRESS-FIRSTNAME?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put the same value in BAPI_USER_GETLIST &amp;amp; recheck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Nov 2009 14:59:32 GMT</pubDate>
    <dc:creator>SuhaSaha</dc:creator>
    <dc:date>2009-11-25T14:59:32Z</dc:date>
    <item>
      <title>Problems with BAPI_USER_GETLIST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-bapi-user-getlist/m-p/6359800#M1400255</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i try to use the BAPI_USER_GETLIST&lt;/P&gt;&lt;P&gt;if i use the following expression i get a correct resultlist with my user, firstname 'Dirk'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;ls_selection_exp-parameter = 'USERNAME'.
      ls_selection_exp-option = 'EQ'.
      ls_selection_exp-low = 'C512....'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if i use the next expression the list is empty.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;ls_selection_exp-parameter = 'ADDRESS'.
      ls_selection_exp-field = 'FIRSTNAME'.
      ls_selection_exp-option = 'EQ'.
      ls_selection_exp-low = 'Dirk'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx for help&lt;/P&gt;&lt;P&gt;Dirk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2009 14:47:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-bapi-user-getlist/m-p/6359800#M1400255</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-25T14:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with BAPI_USER_GETLIST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-bapi-user-getlist/m-p/6359801#M1400256</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I check the field FIRSTNAME of structure BAPIADDR3. The field is case-sensitive.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you please run BAPI_USER_GET_DETAIL with your user-id ''C512...." &amp;amp; check what is the value in ADDRESS-FIRSTNAME?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put the same value in BAPI_USER_GETLIST &amp;amp; recheck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2009 14:59:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-bapi-user-getlist/m-p/6359801#M1400256</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-11-25T14:59:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with BAPI_USER_GETLIST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-bapi-user-getlist/m-p/6359802#M1400257</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suhas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx u gave me the straight tip, with search parameter 'DIRK' it works.&lt;/P&gt;&lt;P&gt;confusing is that the bapi returns 'Dirk' &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx a lot&lt;/P&gt;&lt;P&gt;Dirk&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2009 15:12:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-bapi-user-getlist/m-p/6359802#M1400257</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-25T15:12:05Z</dc:date>
    </item>
    <item>
      <title>Re: Problems with BAPI_USER_GETLIST</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-bapi-user-getlist/m-p/6359803#M1400258</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got the catch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you check the code for BAPI_USER_GETLIST, you will find that when you use ADDRESS-FIRSTNAME combination, it fetches the data from the DB view USER_ADDRS based on field MC_NAMEFIR. But the underlying domain is not case-sensitive may be this is cause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I check the dynamic WHERE clause, something like this is generated:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;USER_ADDRS~MC_NAMEFIR EQ 'Suhash'&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2009 15:39:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problems-with-bapi-user-getlist/m-p/6359803#M1400258</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2009-11-25T15:39:29Z</dc:date>
    </item>
  </channel>
</rss>

