<?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 on sap table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-on-sap-table/m-p/4927303#M1149519</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This link may come handy in creating the events :&lt;/P&gt;&lt;P&gt;link: &lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1128603"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 11 Dec 2008 11:42:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-11T11:42:27Z</dc:date>
    <item>
      <title>trigger on sap table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-on-sap-table/m-p/4927301#M1149517</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 small requirement on triggering, when there is an insertion in specific table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;requirement is as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is z-table which has got two fields hno and hname.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i insert a value into hno the trigger should run a program which does the insertion of hname for the respective hno.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me in finding the resolution as soon as possible.&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;Anil&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 11:15:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-on-sap-table/m-p/4927301#M1149517</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-11T11:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: trigger on sap table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-on-sap-table/m-p/4927302#M1149518</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;You need to create a TMG for that z-table and disable the hname for editing.&lt;/P&gt;&lt;P&gt;Now you need to create a modification event in the TMG for the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto ENVIRONMENT-&amp;gt; Modification -&amp;gt; Events.&lt;/P&gt;&lt;P&gt;select a suitable event create the Form and call whatever program you want to call from there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reg,&lt;/P&gt;&lt;P&gt;Rajat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 11:21:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-on-sap-table/m-p/4927302#M1149518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-11T11:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: trigger on sap table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-on-sap-table/m-p/4927303#M1149519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This link may come handy in creating the events :&lt;/P&gt;&lt;P&gt;link: &lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1128603"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 11:42:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-on-sap-table/m-p/4927303#M1149519</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-11T11:42:27Z</dc:date>
    </item>
    <item>
      <title>Re: trigger on sap table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-on-sap-table/m-p/4927304#M1149520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And to trigger an event on record insert you should create a TMG for that and write the logic in events.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Otherwise while updating/inserting records to the table through ABAP you should calculate and supply the other field values before inserting into the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Karthik D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Dec 2008 11:50:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-on-sap-table/m-p/4927304#M1149520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-11T11:50:54Z</dc:date>
    </item>
  </channel>
</rss>

