<?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 Running Program after SQL Change in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/running-program-after-sql-change/m-p/8048067#M1611544</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking for a bit of advice on how to handle a situation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've currently written a program that takes information from a SQL database and exports it out of SAP. The information is then run through an encryption and stored somewhere else remotely. The program right now runs every 48 hours. Though the question now is that the customer wants the information up-to-date at all times. When a user makes a change to the database, he wants the information to be exported and encrypted afterwards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you with SAP automatically launch a program after a change to a database? Or create a sort of listener? If so, how would you approach the situation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jul 2011 07:37:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-07-26T07:37:34Z</dc:date>
    <item>
      <title>Running Program after SQL Change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/running-program-after-sql-change/m-p/8048067#M1611544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking for a bit of advice on how to handle a situation. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've currently written a program that takes information from a SQL database and exports it out of SAP. The information is then run through an encryption and stored somewhere else remotely. The program right now runs every 48 hours. Though the question now is that the customer wants the information up-to-date at all times. When a user makes a change to the database, he wants the information to be exported and encrypted afterwards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you with SAP automatically launch a program after a change to a database? Or create a sort of listener? If so, how would you approach the situation?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 07:37:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/running-program-after-sql-change/m-p/8048067#M1611544</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-26T07:37:34Z</dc:date>
    </item>
    <item>
      <title>Re: Running Program after SQL Change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/running-program-after-sql-change/m-p/8048068#M1611545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have two ideas on how to handle this situation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the 1st is easy to implement, but is the worse one from point of system quality. Run a program in batch every minute, checking wheather there are new oder modified entries by reading the date of modification of the datasets, e.g. select all datasets being edited or created within the last minute. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The better way is to find a user exit before saving the dataset. Start your function module to sent the data to the external database in this user exit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 07:57:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/running-program-after-sql-change/m-p/8048068#M1611545</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-26T07:57:27Z</dc:date>
    </item>
    <item>
      <title>Re: Running Program after SQL Change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/running-program-after-sql-change/m-p/8048069#M1611546</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;Running the Job every half an hour may help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Venkatesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 11:07:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/running-program-after-sql-change/m-p/8048069#M1611546</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-07-26T11:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Running Program after SQL Change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/running-program-after-sql-change/m-p/8048070#M1611547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Not sure exactly your requirement but if it is a bespoke table you can create event management for this i.e.:&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/8129f164-0a01-0010-2a8e-8765287250fc?quicklink=index&amp;amp;overridelayout=true" target="test_blank"&gt;http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/8129f164-0a01-0010-2a8e-8765287250fc?quicklink=index&amp;amp;overridelayout=true&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jul 2011 11:37:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/running-program-after-sql-change/m-p/8048070#M1611547</guid>
      <dc:creator>former_member201275</dc:creator>
      <dc:date>2011-07-26T11:37:20Z</dc:date>
    </item>
  </channel>
</rss>

