<?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 Event driven batch job in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/event-driven-batch-job/m-p/7311358#M1535552</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We need to set up an event driven batch job which encrypts and then moves a payment file which has been created on the SAP server.  I understand how to create an event driven background process in SM36, but I am presented with a list of 'events', none of which do I know what they do.  Is there one which says 'when a file is created' or 'when directory list changes' already in existence, or it is something we need to create - and if so, how?  Any help, greatly appreciated.  Thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 23 Sep 2010 14:16:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-09-23T14:16:55Z</dc:date>
    <item>
      <title>Event driven batch job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/event-driven-batch-job/m-p/7311358#M1535552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We need to set up an event driven batch job which encrypts and then moves a payment file which has been created on the SAP server.  I understand how to create an event driven background process in SM36, but I am presented with a list of 'events', none of which do I know what they do.  Is there one which says 'when a file is created' or 'when directory list changes' already in existence, or it is something we need to create - and if so, how?  Any help, greatly appreciated.  Thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 14:16:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/event-driven-batch-job/m-p/7311358#M1535552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-23T14:16:55Z</dc:date>
    </item>
    <item>
      <title>Re: Event driven batch job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/event-driven-batch-job/m-p/7311359#M1535553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can add own events via tx SM62, please also look into SAP online documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However these events need to be triggered explicitely by a process or program, a generic "when file is created" type is not available in the standard. Maybe this could be built via unix shell scripts using the "sapevt" command, but this is a topic for system administrators, not developers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example an ABAP program that creates a file could also trigger an event subsequently that a file transfer job is waiting for. One might as well include both steps into the same job though. Please disclose more about your process chain for better suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 14:40:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/event-driven-batch-job/m-p/7311359#M1535553</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2010-09-23T14:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: Event driven batch job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/event-driven-batch-job/m-p/7311360#M1535554</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;Is the payment file created through F110? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 14:50:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/event-driven-batch-job/m-p/7311360#M1535554</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2010-09-23T14:50:59Z</dc:date>
    </item>
    <item>
      <title>Re: Event driven batch job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/event-driven-batch-job/m-p/7311361#M1535555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;System is R3 4.6c.&lt;/P&gt;&lt;P&gt;We are running transaction F110 in Accounts Payable to create the payment medium to send to the bank.  We need to be able to 'sign' this output using PGP to ensure that no-one has tampered with the file. We are dropping the output file in a folder in the SAP server that the user cannot navigate to.  We then need a batch job to run which calls the PGP software (which resides on the SAP server), signs the file and moves it to an area where it will be further processed. I understand we can use an Event driven process to do this but don't know how to create the event (I have worked out how to create an event driven process in SM36 though).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 14:51:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/event-driven-batch-job/m-p/7311361#M1535555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-23T14:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Event driven batch job</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/event-driven-batch-job/m-p/7311362#M1535556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;we can schedule a back ground job by triggering an event using Tcode  SM62..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Bette Understanding please go through the below link..&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.sdn.sap.com/wiki/display/ABAP/Scheduling" target="test_blank"&gt;http://wiki.sdn.sap.com/wiki/display/ABAP/Scheduling&lt;/A&gt;&lt;EM&gt;background&lt;/EM&gt;job&lt;EM&gt;by&lt;/EM&gt;triggering&lt;EM&gt;an&lt;/EM&gt;event&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help you..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Sep 2010 14:59:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/event-driven-batch-job/m-p/7311362#M1535556</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-09-23T14:59:57Z</dc:date>
    </item>
  </channel>
</rss>

