<?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: Automatic Update in SM30 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-update-in-sm30/m-p/9785913#M1778100</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u elaborate your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Pavan.N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 15 Oct 2013 09:11:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-10-15T09:11:44Z</dc:date>
    <item>
      <title>Automatic Update in SM30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-update-in-sm30/m-p/9785912#M1778099</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 have one requirement in which,, when i will put the employee id of any user i want its email id will automatically will fetch through master data and update for the same.Please let me know how to do it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Deepak kansal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 09:10:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-update-in-sm30/m-p/9785912#M1778099</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-15T09:10:07Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Update in SM30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-update-in-sm30/m-p/9785913#M1778100</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u elaborate your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Pavan.N&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 09:11:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-update-in-sm30/m-p/9785913#M1778100</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-15T09:11:44Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Update in SM30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-update-in-sm30/m-p/9785914#M1778101</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 09:15:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-update-in-sm30/m-p/9785914#M1778101</guid>
      <dc:creator>former_member188827</dc:creator>
      <dc:date>2013-10-15T09:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Update in SM30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-update-in-sm30/m-p/9785915#M1778102</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deepak,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Following are the ways, by which you can do it;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) You can use database event to update the the email ID column.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) You can also use programming logic in the module. Suppose you created a Table Maintenance(SM30) named "ZHR_EMAIL", which has only two columns, PERNR &amp;amp; EMAIL. &lt;/P&gt;&lt;P&gt;i) You can go SE80&lt;/P&gt;&lt;P&gt;ii) Put function group = ZHR_EMAIL&lt;/P&gt;&lt;P&gt;iii) Choose the screen Number in SE80. this screen number is actuallythe screen that you have given in Table Maintenance generator.&lt;/P&gt;&lt;P&gt;iv) Double click on the screen&lt;/P&gt;&lt;P&gt;v) in "Process After Input",&amp;nbsp; you would get&amp;nbsp; Loop at extract..... Endloop, Within this loop, and just before Endloop, you can create a module "Module PERNR_EMAIL". In this module you can write the suitable logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Employee ID and Email ID is linked in IT0105 (PA0105) with suitable subtype. You can check it and put your logic. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 09:28:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-update-in-sm30/m-p/9785915#M1778102</guid>
      <dc:creator>former_member219162</dc:creator>
      <dc:date>2013-10-15T09:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Update in SM30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-update-in-sm30/m-p/9785916#M1778103</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 09:39:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-update-in-sm30/m-p/9785916#M1778103</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-15T09:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Automatic Update in SM30</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-update-in-sm30/m-p/9785917#M1778104</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks to all of you....it is working&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Oct 2013 11:14:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/automatic-update-in-sm30/m-p/9785917#M1778104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-15T11:14:07Z</dc:date>
    </item>
  </channel>
</rss>

