<?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: SM30, events and custom code. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-events-and-custom-code/m-p/1999007#M406734</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Florian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even i was thinking on similar lines.&lt;/P&gt;&lt;P&gt;I did a manual 'COMMIT WORK' also, but doesnt solve the problem &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Pls suggest some other alternative.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jaydeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Mar 2007 14:20:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-19T14:20:42Z</dc:date>
    <item>
      <title>SM30, events and custom code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-events-and-custom-code/m-p/1999003#M406730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have the following requirement. There is a custom Z table and there are 4 fields inside the table. When i change a field, i have an event before_save_database, where i go and update the value of the 4th field if field 3 changes. On display it shows data was saved although the 4th fields still has the old value.&lt;/P&gt;&lt;P&gt;Only when SM30 is entered is the new value for field 4 seen. &lt;/P&gt;&lt;P&gt;I want it to display the new value in the first run itself when the message comes 'Data is saved'. Kindly mention how the following can be achieved.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jaydeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2007 13:59:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-events-and-custom-code/m-p/1999003#M406730</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-19T13:59:39Z</dc:date>
    </item>
    <item>
      <title>Re: SM30, events and custom code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-events-and-custom-code/m-p/1999004#M406731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;From SE11  create the table and Table Maintenance Generator.&lt;/P&gt;&lt;P&gt;From the table Maintenance generator screen you can define your own EVENTS from the Menu:ENVIRONMENT-&amp;gt; MODIFICATION-&amp;gt;EVENTS&lt;/P&gt;&lt;P&gt;define your own custom events and write your code and check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2007 14:04:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-events-and-custom-code/m-p/1999004#M406731</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-19T14:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: SM30, events and custom code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-events-and-custom-code/m-p/1999005#M406732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i´m not a 100% sure that i got your requirements, but i think it´s a commit problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you enter SM30 you have a dynpro change, which means you loose your dialog work process. &lt;/P&gt;&lt;P&gt;This again leads to an implicit commit on your DB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i would try to do an manual commit and see if your problem still exists.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2007 14:06:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-events-and-custom-code/m-p/1999005#M406732</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-19T14:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: SM30, events and custom code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-events-and-custom-code/m-p/1999006#M406733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this link -&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/how%20to%20implement%20events%20in%20table%20maintenance.doc" target="test_blank"&gt;https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/library/abap/how%20to%20implement%20events%20in%20table%20maintenance.doc&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2007 14:07:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-events-and-custom-code/m-p/1999006#M406733</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-03-19T14:07:15Z</dc:date>
    </item>
    <item>
      <title>Re: SM30, events and custom code.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-events-and-custom-code/m-p/1999007#M406734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Florian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even i was thinking on similar lines.&lt;/P&gt;&lt;P&gt;I did a manual 'COMMIT WORK' also, but doesnt solve the problem &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Pls suggest some other alternative.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jaydeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2007 14:20:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm30-events-and-custom-code/m-p/1999007#M406734</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-19T14:20:42Z</dc:date>
    </item>
  </channel>
</rss>

