<?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: Trigger event for custome table without using TMG in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-event-for-custome-table-without-using-tmg/m-p/11887610#M1961236</link>
    <description>&lt;P&gt;Yes I thought of this solution. But what if in future any developer will add code for Modifying table. &lt;BR /&gt;Is there any way to trigger event if the table in updated with new entry other than TMG events? Like from SWED or SWEC configuration?&lt;/P&gt;</description>
    <pubDate>Wed, 17 Apr 2019 07:13:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2019-04-17T07:13:12Z</dc:date>
    <item>
      <title>Trigger event for custome table without using TMG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-event-for-custome-table-without-using-tmg/m-p/11887604#M1961230</link>
      <description>&lt;P&gt; &lt;/P&gt;
  &lt;P&gt;We have come up with requirement as below,&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;Consider there are two custom table A and table B. If one entry is created in table A, then table B should be updated with related data.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;We have implemented the code for table maintenance generator. But in other case if user is not updating using TMG still it should update the table B.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;How can we implement the above logic?&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2019 14:35:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-event-for-custome-table-without-using-tmg/m-p/11887604#M1961230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-04-16T14:35:34Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger event for custome table without using TMG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-event-for-custome-table-without-using-tmg/m-p/11887605#M1961231</link>
      <description>&lt;P&gt;How is the user updating table A, if not via TMG?&lt;/P&gt;</description>
      <pubDate>Tue, 16 Apr 2019 14:50:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-event-for-custome-table-without-using-tmg/m-p/11887605#M1961231</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2019-04-16T14:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger event for custome table without using TMG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-event-for-custome-table-without-using-tmg/m-p/11887606#M1961232</link>
      <description>&lt;P&gt;maybe view cluster could do the trick:&lt;/P&gt;&lt;P&gt;&lt;A href="https://wiki.scn.sap.com/wiki/display/TechTSG/View+Clusters-Creation+and+its+Benefits" target="test_blank"&gt;https://wiki.scn.sap.com/wiki/display/TechTSG/View+Clusters-Creation+and+its+Benefits&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 02:59:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-event-for-custome-table-without-using-tmg/m-p/11887606#M1961232</guid>
      <dc:creator>DoanManhQuynh</dc:creator>
      <dc:date>2019-04-17T02:59:42Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger event for custome table without using TMG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-event-for-custome-table-without-using-tmg/m-p/11887607#M1961233</link>
      <description>&lt;P&gt;How did the 'user' updates the table if not in the TMG, did you really expect any SQL statement to trigger your code&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Either look at trigger defined in database (from there no longer an Abap development subject...)&lt;/LI&gt;&lt;LI&gt;Or insure that your code is always executed by developping some update task FM and make sure every developper uses your FM &lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Wed, 17 Apr 2019 06:17:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-event-for-custome-table-without-using-tmg/m-p/11887607#M1961233</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2019-04-17T06:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger event for custome table without using TMG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-event-for-custome-table-without-using-tmg/m-p/11887608#M1961234</link>
      <description>&lt;P&gt;In any case if table will get update from abap code like modify. It should trigger event which will update other table.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 06:20:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-event-for-custome-table-without-using-tmg/m-p/11887608#M1961234</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-04-17T06:20:57Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger event for custome table without using TMG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-event-for-custome-table-without-using-tmg/m-p/11887609#M1961235</link>
      <description>&lt;P&gt;Then you have to program the update to happen after the modify. As Raymond said&lt;/P&gt;&lt;P&gt;"insure that your code is always executed by developing some update task FM and make sure every developer uses your FM"&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 06:53:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-event-for-custome-table-without-using-tmg/m-p/11887609#M1961235</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2019-04-17T06:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger event for custome table without using TMG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-event-for-custome-table-without-using-tmg/m-p/11887610#M1961236</link>
      <description>&lt;P&gt;Yes I thought of this solution. But what if in future any developer will add code for Modifying table. &lt;BR /&gt;Is there any way to trigger event if the table in updated with new entry other than TMG events? Like from SWED or SWEC configuration?&lt;/P&gt;</description>
      <pubDate>Wed, 17 Apr 2019 07:13:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-event-for-custome-table-without-using-tmg/m-p/11887610#M1961236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2019-04-17T07:13:12Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger event for custome table without using TMG</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-event-for-custome-table-without-using-tmg/m-p/11887611#M1961237</link>
      <description>&lt;P&gt;You 'like from SWED', but SWED use change documents that are &lt;STRONG&gt;programmatically&lt;/STRONG&gt; generated and executed by update task FM, so if some customer, or some sap on site ☺, uses some open sql statements they would not be triggered.&lt;/P&gt;</description>
      <pubDate>Thu, 18 Apr 2019 06:25:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-event-for-custome-table-without-using-tmg/m-p/11887611#M1961237</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2019-04-18T06:25:23Z</dc:date>
    </item>
  </channel>
</rss>

