<?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 , report program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-report-program/m-p/1520017#M238913</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Job schedular SM36 to schedule your job in which Select "On Event" button to trigger your job.Then create a event in which Material Master changes..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if Helpful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 24 Aug 2006 04:20:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-24T04:20:22Z</dc:date>
    <item>
      <title>Trigger , report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-report-program/m-p/1520015#M238911</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 am working on an interface which sends out Material Master data of materials of a particular plant. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The requirement consists of extracting data from many tables (like MARA MSEG KEPH) and after some calculations output the final data into a flat file, there on the middleware will take care of the rest.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program has to be triggered as when there is a change in material master data of materials from that particular plant only. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I created the program to generate the flat file. But I dont know how to create a trigger such that whenever there are changes in the master data of the materials of this specific plant, this program will create the flat file on the application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide me an approach to solve this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;pratyusha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2006 04:00:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-report-program/m-p/1520015#M238911</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-24T04:00:39Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger , report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-report-program/m-p/1520016#M238912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1. You can activate the change pointers (done by the functional consultant in customizing) which will throw out IDOCS for the changed materials.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. But in your case if you are dealing with flat file and specific data, then why don't you schedule your program at regular intervals, so that I can go and check what has been changed in last 24 hrs(Or whatever time you decide) and throw out the data. You can schedule the program in SM36 transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think in your case 2 will be a better option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. Identify a user exit and SUBMIT your program from there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;P&gt;Note : Please mark all the helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2006 04:06:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-report-program/m-p/1520016#M238912</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-24T04:06:51Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger , report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-report-program/m-p/1520017#M238913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use Job schedular SM36 to schedule your job in which Select "On Event" button to trigger your job.Then create a event in which Material Master changes..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if Helpful&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2006 04:20:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-report-program/m-p/1520017#M238913</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-24T04:20:22Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger , report program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-report-program/m-p/1520018#M238914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please explain me as to how to create an event in this case.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks once again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;pratyusha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 24 Aug 2006 13:33:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-report-program/m-p/1520018#M238914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-24T13:33:45Z</dc:date>
    </item>
  </channel>
</rss>

