<?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: Regarding User-ids in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-user-ids/m-p/2316520#M508054</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi asmitha,&lt;/P&gt;&lt;P&gt;           U can use the table PA0105 for fetching the Mail address for the respective user ID as follows.&lt;/P&gt;&lt;P&gt;Step1: Fetch the value of PERNR from PA0105 by providing the subty = 0001and USRID = user ID U already know.&lt;/P&gt;&lt;P&gt;Step 2: Provide the PERNR fetched from above and subty = 0010 to PA0105. Now U will get the MAil ID in USRID field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 25 May 2007 07:13:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-05-25T07:13:42Z</dc:date>
    <item>
      <title>Regarding User-ids</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-user-ids/m-p/2316518#M508052</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;Whenever we click a save button in solution-manager in crm_dno_monitor,one pop-up screen will come with some user-ids.These User-ids contains email adresses of lotus-notes.What i need is,whenever we click the ok-button on that screen the mail should trigger to those mail-ids.for sending mail im using SO_NEW_DOCUMENT_SEND_API1 function-module.But to extract the mail-ids of those users what can i do,how can i acheive this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Asmitha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 06:54:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-user-ids/m-p/2316518#M508052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-25T06:54:09Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding User-ids</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-user-ids/m-p/2316519#M508053</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;Alternately you can use the below peace of code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form email_mat_master .&lt;/P&gt;&lt;P&gt;data: l_id type string.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at s_email.&lt;/P&gt;&lt;P&gt;g_email = s_email-low.&lt;/P&gt;&lt;P&gt;l_id = syst-sysid.&lt;/P&gt;&lt;P&gt;concatenate k_sap l_id k_ucb into g_sender.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'EFG_GEN_SEND_EMAIL' exporting&lt;/P&gt;&lt;P&gt;i_title = 'KPI Report - Status'(046)&lt;/P&gt;&lt;P&gt;i_sender = g_sender&lt;/P&gt;&lt;P&gt;i_recipient = g_email&lt;/P&gt;&lt;P&gt;i_flg_commit = k_x&lt;/P&gt;&lt;P&gt;i_flg_send_immediately = k_x&lt;/P&gt;&lt;P&gt;tables&lt;/P&gt;&lt;P&gt;i_tab_lines = it_tab_soli&lt;/P&gt;&lt;P&gt;exceptions&lt;/P&gt;&lt;P&gt;not_qualified = 1&lt;/P&gt;&lt;P&gt;failed = 2&lt;/P&gt;&lt;P&gt;others = 3.&lt;/P&gt;&lt;P&gt;if sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;write:/ sy-subrc.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if s_email-low ne space.&lt;/P&gt;&lt;P&gt;g_flag_email = 1.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform. " email_mat_master&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Here for g_sender. you can define your own Email Address otherthan SAP.&amp;lt;/b&amp;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;Sree&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 06:58:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-user-ids/m-p/2316519#M508053</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-05-25T06:58:57Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding User-ids</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-user-ids/m-p/2316520#M508054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi asmitha,&lt;/P&gt;&lt;P&gt;           U can use the table PA0105 for fetching the Mail address for the respective user ID as follows.&lt;/P&gt;&lt;P&gt;Step1: Fetch the value of PERNR from PA0105 by providing the subty = 0001and USRID = user ID U already know.&lt;/P&gt;&lt;P&gt;Step 2: Provide the PERNR fetched from above and subty = 0010 to PA0105. Now U will get the MAil ID in USRID field.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 May 2007 07:13:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-user-ids/m-p/2316520#M508054</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-05-25T07:13:42Z</dc:date>
    </item>
  </channel>
</rss>

