<?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>Question Re: FM HR_FBN_GET_USER_EMAIL_ADDRESS dumps when there is no email address in Human Capital Management Q&amp;A</title>
    <link>https://community.sap.com/t5/human-capital-management-q-a/fm-hr-fbn-get-user-email-address-dumps-when-there-is-no-email-address/qaa-p/488686#M1051</link>
    <description>&lt;P&gt;Hi Mangesh,&lt;/P&gt;&lt;P&gt;SAP suggest that direct table should be avoided .&lt;/P&gt;</description>
    <pubDate>Mon, 29 May 2017 10:19:12 GMT</pubDate>
    <dc:creator>varun_jain3</dc:creator>
    <dc:date>2017-05-29T10:19:12Z</dc:date>
    <item>
      <title>FM HR_FBN_GET_USER_EMAIL_ADDRESS dumps when there is no email address</title>
      <link>https://community.sap.com/t5/human-capital-management-q-a/fm-hr-fbn-get-user-email-address-dumps-when-there-is-no-email-address/qaq-p/488681</link>
      <description>&lt;P&gt;I am using HR_FBN_GET_USER_EMAIL_ADDRESS to email address of users but this FM HR_FBN_GET_USER_EMAIL_ADDRESS dumps when email address is not maintained, normally test id sont have email address .&lt;/P&gt;&lt;P&gt;any another FM/API ?&lt;/P&gt;</description>
      <pubDate>Sat, 03 Feb 2024 23:57:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/human-capital-management-q-a/fm-hr-fbn-get-user-email-address-dumps-when-there-is-no-email-address/qaq-p/488681</guid>
      <dc:creator>varun_jain3</dc:creator>
      <dc:date>2024-02-03T23:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: FM HR_FBN_GET_USER_EMAIL_ADDRESS dumps when there is no email address</title>
      <link>https://community.sap.com/t5/human-capital-management-q-a/fm-hr-fbn-get-user-email-address-dumps-when-there-is-no-email-address/qaa-p/488682#M1047</link>
      <description>&lt;P&gt;usually email address is stored in infotype 0105 subtype 0010; so you could use HR_READ_INFOTYPE instead&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2017 09:40:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/human-capital-management-q-a/fm-hr-fbn-get-user-email-address-dumps-when-there-is-no-email-address/qaa-p/488682#M1047</guid>
      <dc:creator>former_member226519</dc:creator>
      <dc:date>2017-05-29T09:40:56Z</dc:date>
    </item>
    <item>
      <title>Re: FM HR_FBN_GET_USER_EMAIL_ADDRESS dumps when there is no email address</title>
      <link>https://community.sap.com/t5/human-capital-management-q-a/fm-hr-fbn-get-user-email-address-dumps-when-there-is-no-email-address/qaa-p/488683#M1048</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Instead of using FM, you can find out email id from ADR6 and USR21 table.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;data: bname type usr01-bname.    

select Single usr21~bname into bname
       from usr21
       inner join adr6
       on  usr21~addrnumber = adr6~addrnumber
       and usr21~persnumber = adr6~persnumber
       where adr6~smtp_addr = YOU@YOURCOMPANY.COM'.

write:/ bname.&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Mon, 29 May 2017 09:53:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/human-capital-management-q-a/fm-hr-fbn-get-user-email-address-dumps-when-there-is-no-email-address/qaa-p/488683#M1048</guid>
      <dc:creator>mangesh_parihar</dc:creator>
      <dc:date>2017-05-29T09:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: FM HR_FBN_GET_USER_EMAIL_ADDRESS dumps when there is no email address</title>
      <link>https://community.sap.com/t5/human-capital-management-q-a/fm-hr-fbn-get-user-email-address-dumps-when-there-is-no-email-address/qaa-p/488684#M1049</link>
      <description>&lt;P&gt;Hi Volker,&lt;/P&gt;&lt;P&gt;Thanks but issue is not getting email , issue is it dumps when email id is not maintained .&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2017 09:54:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/human-capital-management-q-a/fm-hr-fbn-get-user-email-address-dumps-when-there-is-no-email-address/qaa-p/488684#M1049</guid>
      <dc:creator>varun_jain3</dc:creator>
      <dc:date>2017-05-29T09:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: FM HR_FBN_GET_USER_EMAIL_ADDRESS dumps when there is no email address</title>
      <link>https://community.sap.com/t5/human-capital-management-q-a/fm-hr-fbn-get-user-email-address-dumps-when-there-is-no-email-address/qaa-p/488685#M1050</link>
      <description>&lt;P&gt;but HR_READ_INFOTYPE wouldn't dump if there is no record found&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2017 10:12:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/human-capital-management-q-a/fm-hr-fbn-get-user-email-address-dumps-when-there-is-no-email-address/qaa-p/488685#M1050</guid>
      <dc:creator>former_member226519</dc:creator>
      <dc:date>2017-05-29T10:12:14Z</dc:date>
    </item>
    <item>
      <title>Re: FM HR_FBN_GET_USER_EMAIL_ADDRESS dumps when there is no email address</title>
      <link>https://community.sap.com/t5/human-capital-management-q-a/fm-hr-fbn-get-user-email-address-dumps-when-there-is-no-email-address/qaa-p/488686#M1051</link>
      <description>&lt;P&gt;Hi Mangesh,&lt;/P&gt;&lt;P&gt;SAP suggest that direct table should be avoided .&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2017 10:19:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/human-capital-management-q-a/fm-hr-fbn-get-user-email-address-dumps-when-there-is-no-email-address/qaa-p/488686#M1051</guid>
      <dc:creator>varun_jain3</dc:creator>
      <dc:date>2017-05-29T10:19:12Z</dc:date>
    </item>
    <item>
      <title>Re: FM HR_FBN_GET_USER_EMAIL_ADDRESS dumps when there is no email address</title>
      <link>https://community.sap.com/t5/human-capital-management-q-a/fm-hr-fbn-get-user-email-address-dumps-when-there-is-no-email-address/qaa-p/488687#M1052</link>
      <description>&lt;P&gt;Which value did you provide for REACTION parameter and/or did you set some EXCEPTIONS for ERROR_MESSAGE. Else try BAPI_USER_GET_DETAIL, this one shouldn't triogger any dump.&lt;/P&gt;</description>
      <pubDate>Mon, 29 May 2017 11:12:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/human-capital-management-q-a/fm-hr-fbn-get-user-email-address-dumps-when-there-is-no-email-address/qaa-p/488687#M1052</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2017-05-29T11:12:17Z</dc:date>
    </item>
  </channel>
</rss>

