<?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: Function module to get user name from full name. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-user-name-from-full-name/m-p/4524966#M1069716</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Archana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After reading the thread. I have found this FM which gives user name by giving email. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UBC_USER_GET_BY_EMAIL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Mar 2015 09:12:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-03-04T09:12:17Z</dc:date>
    <item>
      <title>Function module to get user name from full name.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-user-name-from-full-name/m-p/4524961#M1069711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am searching for a function module which returns me user name when I give full name. Please let me know if any such function module exists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;  Archana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 04:55:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-user-name-from-full-name/m-p/4524961#M1069711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T04:55:46Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to get user name from full name.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-user-name-from-full-name/m-p/4524962#M1069712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi archana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/VIRSA/GET_USERS_BY_NAME&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;     VALUE(USERID) TYPE  XUBNAME OPTIONAL&lt;/P&gt;&lt;P&gt;     VALUE(NAME_FIRST) TYPE  AD_NAMEFIR OPTIONAL&lt;/P&gt;&lt;P&gt;     VALUE(NAME_LAST) TYPE  AD_NAMELAS OPTIONAL&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;      USERS STRUCTURE  /VIRSA/USERS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it will take user's first name and last name and return the user name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards, &lt;/P&gt;&lt;P&gt;Anirban&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 04:58:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-user-name-from-full-name/m-p/4524962#M1069712</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T04:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to get user name from full name.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-user-name-from-full-name/m-p/4524963#M1069713</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;You can get the Full name based on User Name using FM UMB_SERVICE_OWNER_NAME.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can directly write a select query to retrieve User Name from USR03 table.&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>Tue, 23 Sep 2008 04:59:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-user-name-from-full-name/m-p/4524963#M1069713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T04:59:14Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to get user name from full name.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-user-name-from-full-name/m-p/4524964#M1069714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hii&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there are some FM which can give you user details &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ISR_GET_USER_DETAILS&lt;/P&gt;&lt;P&gt;USER_NAME_GET&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or you can use select query on USR02, ADRP,ADRPS tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;twinkal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 05:01:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-user-name-from-full-name/m-p/4524964#M1069714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T05:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to get user name from full name.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-user-name-from-full-name/m-p/4524965#M1069715</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;Please try with this FM:   ISR_GET_USER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;jana&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 05:02:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-user-name-from-full-name/m-p/4524965#M1069715</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T05:02:18Z</dc:date>
    </item>
    <item>
      <title>Re: Function module to get user name from full name.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-user-name-from-full-name/m-p/4524966#M1069716</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Archana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After reading the thread. I have found this FM which gives user name by giving email. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UBC_USER_GET_BY_EMAIL&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Mar 2015 09:12:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-to-get-user-name-from-full-name/m-p/4524966#M1069716</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-03-04T09:12:17Z</dc:date>
    </item>
  </channel>
</rss>

