<?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: Application Server Issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-server-issue/m-p/1779634#M336083</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume that this file is coming form external system?  If so,  if the application putting the file there is a .net or java appication, you could have it call a RFC enabled funtion module which would create a background job which would process the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case, we had no control over the external program, so that wasn't an option.  What we did was scheduled a background job which ran every 15 minutes to process the file if it existed.  Still working this way to this day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Dec 2006 19:37:18 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2006-12-19T19:37:18Z</dc:date>
    <item>
      <title>Application Server Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-server-issue/m-p/1779633#M336082</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need the solution for the following issue as soon as file get created in application&lt;/P&gt;&lt;P&gt;server a program which is waiting for these file to process should get triggered&lt;/P&gt;&lt;P&gt;and execute in background . How i will be able to achieve these scenario&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 19:33:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-server-issue/m-p/1779633#M336082</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T19:33:52Z</dc:date>
    </item>
    <item>
      <title>Re: Application Server Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-server-issue/m-p/1779634#M336083</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I assume that this file is coming form external system?  If so,  if the application putting the file there is a .net or java appication, you could have it call a RFC enabled funtion module which would create a background job which would process the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my case, we had no control over the external program, so that wasn't an option.  What we did was scheduled a background job which ran every 15 minutes to process the file if it existed.  Still working this way to this day.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 19:37:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-server-issue/m-p/1779634#M336083</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-12-19T19:37:18Z</dc:date>
    </item>
    <item>
      <title>Re: Application Server Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-server-issue/m-p/1779635#M336084</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes file is coming from external system,but program should read it as soon&lt;/P&gt;&lt;P&gt;as file is created in application server , in your case if job got delayed due&lt;/P&gt;&lt;P&gt;to some reason then it will not read the file that need to be read, because&lt;/P&gt;&lt;P&gt;file will be created every 10sec or 20sec or may both ,hence there should a way&lt;/P&gt;&lt;P&gt;to inform the program that file has been created and it should start reading it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 19:49:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-server-issue/m-p/1779635#M336084</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T19:49:23Z</dc:date>
    </item>
    <item>
      <title>Re: Application Server Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-server-issue/m-p/1779636#M336085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Right there should be a trigger on the external side, so if you have the ability to add some code to the application of the external system where you can do an RFC call to your R/3 box to trigger the process, then this is the way to go.  Other than that, I'm not sure how you are going to trigger a program when a file is placed on the application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 19:53:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-server-issue/m-p/1779636#M336085</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-12-19T19:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Application Server Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-server-issue/m-p/1779637#M336086</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your  external system can call a shell script or command after writing the file, you can raise an event as described in the following sap docu link:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2004/helpdata/en/fa/096e6b543b11d1898e0000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2004/helpdata/en/fa/096e6b543b11d1898e0000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Define an user event in SM62&lt;/P&gt;&lt;P&gt;Defina a job with start condition after event set to event name created in SM62&lt;/P&gt;&lt;P&gt;Raise the event from ext system as described by sap docu.&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;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 20:38:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-server-issue/m-p/1779637#M336086</guid>
      <dc:creator>sridhar_k1</dc:creator>
      <dc:date>2006-12-19T20:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: Application Server Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-server-issue/m-p/1779638#M336087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Sanju,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check with BASIS, if they use Autosys or any other tool for scheduling jobs. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am sure they can develop a script which can trigger your ABAP program as soon as they receive a file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Venkat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Dec 2006 21:59:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-server-issue/m-p/1779638#M336087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-19T21:59:38Z</dc:date>
    </item>
    <item>
      <title>Re: Application Server Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-server-issue/m-p/1779639#M336088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sridhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That was nice ,but can you elborate it in more detail&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 08:22:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-server-issue/m-p/1779639#M336088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T08:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: Application Server Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-server-issue/m-p/1779640#M336089</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;As per Sridhar's idea, below are what you have to do...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. Create a shell script which can trigger an event in SAP upon receiving a file.&lt;/P&gt;&lt;P&gt;2. Create a job in SAP via SM36 with event trigger.&lt;/P&gt;&lt;P&gt;&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;Eswar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 08:33:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-server-issue/m-p/1779640#M336089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T08:33:26Z</dc:date>
    </item>
    <item>
      <title>Re: Application Server Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-server-issue/m-p/1779641#M336090</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how we can create such a shell script,which wait for file to get arrived&lt;/P&gt;&lt;P&gt;in application server ,how can we create a shell script which is always active&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 09:10:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-server-issue/m-p/1779641#M336090</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-20T09:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: Application Server Issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/application-server-issue/m-p/1779642#M336091</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If your external system can start a shell script on sap appserver after writing the file, then it's easy, the shell script need not wait for the file to execute, It's executed by the external system after writing the file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it's not possible for the ext. sys.  to start the shell script, then ask your unix admin to add the shell script to Cron Daemon to execute the script at certain interval.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If Cron daemon used, then the shell script should check the directory for files, if file exist, then execute SAPEVT to raise event in sap.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sridhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Dec 2006 14:43:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/application-server-issue/m-p/1779642#M336091</guid>
      <dc:creator>sridhar_k1</dc:creator>
      <dc:date>2006-12-20T14:43:41Z</dc:date>
    </item>
  </channel>
</rss>

