<?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: To Run ABAP Program Automatically.. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-run-abap-program-automatically/m-p/2760508#M642629</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;although there is no provision in sap for triggers on dictionary tables....you could create one on the underlying database table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you still want to go with it...i guess you will have to call your program at every place where you are inserting some value in the table ...this is a dirty solution i know but .....sometimes we may need to use these things..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have a look at this thread if it helps you...&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="31487"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Sep 2007 09:34:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-05T09:34:35Z</dc:date>
    <item>
      <title>To Run ABAP Program Automatically..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-run-abap-program-automatically/m-p/2760505#M642626</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 Written ABAP Program that should run automatically in background,when there is new record inserted in the Table "ZABC"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the Program Should Trigger the Record Which is Inserted in the Table and execute it in background automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can We trigger such type of things..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points will  be awarded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jayasimha Jangam&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2007 09:22:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-run-abap-program-automatically/m-p/2760505#M642626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-05T09:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: To Run ABAP Program Automatically..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-run-abap-program-automatically/m-p/2760506#M642627</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;Can u provide the information on fields of Z-table.does having any date and time fields in z-table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K K V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2007 09:26:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-run-abap-program-automatically/m-p/2760506#M642627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-05T09:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: To Run ABAP Program Automatically..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-run-abap-program-automatically/m-p/2760507#M642628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jayasimsha,&lt;/P&gt;&lt;P&gt;Frist you can have a variable which stores the no.of records in the ztable.Then you can check sy-subrc for the change in no.of records,if there is any changes you can schedule the desired program for a background job else not.&lt;/P&gt;&lt;P&gt;Try.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;K.Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2007 09:30:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-run-abap-program-automatically/m-p/2760507#M642628</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2007-09-05T09:30:13Z</dc:date>
    </item>
    <item>
      <title>Re: To Run ABAP Program Automatically..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-run-abap-program-automatically/m-p/2760508#M642629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;although there is no provision in sap for triggers on dictionary tables....you could create one on the underlying database table...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you still want to go with it...i guess you will have to call your program at every place where you are inserting some value in the table ...this is a dirty solution i know but .....sometimes we may need to use these things..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have a look at this thread if it helps you...&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="31487"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2007 09:34:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-run-abap-program-automatically/m-p/2760508#M642629</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-05T09:34:35Z</dc:date>
    </item>
  </channel>
</rss>

