<?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 Dictionary Event After Save in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary-event-after-save/m-p/6854783#M1474844</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;I have a Z Table in which there are 5 fields. User  inserts the record through SM30. Now depending on the second and third field the I need to fetch data from other table and then update the fifth field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to write code in After Save event but I am not able to pick data from Total or Extract table and fetch the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone suggest correct solution for this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in Advance..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: sameer_rk022 on May 14, 2010 4:14 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 14 May 2010 14:14:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-05-14T14:14:09Z</dc:date>
    <item>
      <title>Dictionary Event After Save</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary-event-after-save/m-p/6854783#M1474844</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;I have a Z Table in which there are 5 fields. User  inserts the record through SM30. Now depending on the second and third field the I need to fetch data from other table and then update the fifth field. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need to write code in After Save event but I am not able to pick data from Total or Extract table and fetch the data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone suggest correct solution for this .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in Advance..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: sameer_rk022 on May 14, 2010 4:14 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 May 2010 14:14:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary-event-after-save/m-p/6854783#M1474844</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-14T14:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Dictionary Event After Save</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary-event-after-save/m-p/6854784#M1474845</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, use Event 05 (Creating a new entry)&lt;/P&gt;&lt;P&gt;           Event 02 (After saving the data in the database) is fired after you press save button and the data is saved in database &lt;/P&gt;&lt;P&gt;           table&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 14 May 2010 19:51:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary-event-after-save/m-p/6854784#M1474845</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-14T19:51:29Z</dc:date>
    </item>
    <item>
      <title>Re: Dictionary Event After Save</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary-event-after-save/m-p/6854785#M1474846</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi sameer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After Save Event will solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;info:  &lt;A href="http://wiki.sdn.sap.com/wiki/display/ABAP/The" target="test_blank"&gt;http://wiki.sdn.sap.com/wiki/display/ABAP/The&lt;/A&gt;&lt;EM&gt;Events&lt;/EM&gt;in&lt;EM&gt;Table&lt;/EM&gt;Maintenance&lt;EM&gt;Generator&lt;/EM&gt;SM30&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Srikanth.P&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 May 2010 20:16:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary-event-after-save/m-p/6854785#M1474846</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-15T20:16:18Z</dc:date>
    </item>
    <item>
      <title>Re: Dictionary Event After Save</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary-event-after-save/m-p/6854786#M1474847</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;I just saw new entry get triggred when I was saving. But I want to know in which table these new entries are present, so that I can read them and fill the fifth field and modify it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 May 2010 05:15:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary-event-after-save/m-p/6854786#M1474847</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-17T05:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: Dictionary Event After Save</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary-event-after-save/m-p/6854787#M1474848</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;I just saw new entry get triggred when I was saving. Bit I want to know in which table these new entries are present, so that I can read them and fill the fifth field and modify it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 May 2010 05:16:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dictionary-event-after-save/m-p/6854787#M1474848</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-17T05:16:34Z</dc:date>
    </item>
  </channel>
</rss>

