<?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 ABAP program using UNIX script in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-abap-program-using-unix-script/m-p/4498020#M1064322</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;The requirement is to trigger event by a unix script which will be in application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u help me to understand how to run the unix script?&lt;/P&gt;&lt;P&gt;Should i write a program and schedule it as a BG job&lt;/P&gt;&lt;P&gt;or any sap programs are there to do it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 17 Oct 2008 06:19:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-17T06:19:36Z</dc:date>
    <item>
      <title>trigger ABAP program using UNIX script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-abap-program-using-unix-script/m-p/4498016#M1064318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to trigger an Abap program whenever a unix file comes to SAP.&lt;/P&gt;&lt;P&gt;Can any1 please tellme how to write a unix script to trigger the ABAP program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2008 06:57:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-abap-program-using-unix-script/m-p/4498016#M1064318</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-06T06:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: trigger ABAP program using UNIX script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-abap-program-using-unix-script/m-p/4498017#M1064319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you will need to create a batch job in SM37 for the ABAP program, and use an event for the start criteria.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The event can be created in SM62&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in unix, you will need to call an executable SAPEVT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will be in the directory /usr/sap/&amp;lt;SAPSID&amp;gt;/SYS/exe/run&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will need to use the appropriate profile for the SAP system to run the sapevt utility.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;example :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sapevt abap_event -t pf=/usr/sap/&amp;lt;SID&amp;gt;/SYS/profile/&amp;lt;SID&amp;gt;_DVEBMGS00_&amp;lt;SYSNAME&amp;gt; nr=00&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2008 07:42:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-abap-program-using-unix-script/m-p/4498017#M1064319</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-06T07:42:35Z</dc:date>
    </item>
    <item>
      <title>Re: trigger ABAP program using UNIX script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-abap-program-using-unix-script/m-p/4498018#M1064320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Paul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In SAP I only have to create event e.g "ztrigger_event" right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am still not clear how this event is triggered when &lt;/P&gt;&lt;P&gt;we get the files to SAP host.&lt;/P&gt;&lt;P&gt;How exactly the shell script is written &amp;amp; where?&lt;/P&gt;&lt;P&gt;I don't know much about UNIX. So please guide me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2008 11:03:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-abap-program-using-unix-script/m-p/4498018#M1064320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-06T11:03:13Z</dc:date>
    </item>
    <item>
      <title>Re: trigger ABAP program using UNIX script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-abap-program-using-unix-script/m-p/4498019#M1064321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at this OSS [Note 11661 - Event-driven call of background jobs does not work|https://service.sap.com/sap/support/notes/11661] and [Note 374379 - Triggering SAPEVT from a remote host|https://service.sap.com/sap/support/notes/374379]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2008 11:20:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-abap-program-using-unix-script/m-p/4498019#M1064321</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2008-10-06T11:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: trigger ABAP program using UNIX script</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-abap-program-using-unix-script/m-p/4498020#M1064322</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;The requirement is to trigger event by a unix script which will be in application server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can u help me to understand how to run the unix script?&lt;/P&gt;&lt;P&gt;Should i write a program and schedule it as a BG job&lt;/P&gt;&lt;P&gt;or any sap programs are there to do it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Oct 2008 06:19:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/trigger-abap-program-using-unix-script/m-p/4498020#M1064322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-17T06:19:36Z</dc:date>
    </item>
  </channel>
</rss>

