<?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: Calling executable file in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-executable-file/m-p/2765135#M643908</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;&lt;/P&gt;&lt;P&gt;Use FM 'GUI_RUN' or GUI_EXEC' to run ur batch file..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;SImha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Sep 2007 12:01:31 GMT</pubDate>
    <dc:creator>Simha_</dc:creator>
    <dc:date>2007-09-11T12:01:31Z</dc:date>
    <item>
      <title>Calling executable file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-executable-file/m-p/2765133#M643906</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 have made one classical report in which i am taking output in text file.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now for printing that text file i have made one BATCH File (Executable file of DOS).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So is there any command to execute that batch file directly from my report?&lt;/P&gt;&lt;P&gt;&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>Tue, 11 Sep 2007 11:58:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-executable-file/m-p/2765133#M643906</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-11T11:58:40Z</dc:date>
    </item>
    <item>
      <title>Re: Calling executable file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-executable-file/m-p/2765134#M643907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
CALL METHOD cl_gui_frontend_services=&amp;gt;execute
  EXPORTING
    document               = 'C:SAPtest.bat'
    operation              = 'OPEN'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2007 12:00:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-executable-file/m-p/2765134#M643907</guid>
      <dc:creator>aaron_morden2</dc:creator>
      <dc:date>2007-09-11T12:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: Calling executable file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-executable-file/m-p/2765135#M643908</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;&lt;/P&gt;&lt;P&gt;Use FM 'GUI_RUN' or GUI_EXEC' to run ur batch file..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;SImha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2007 12:01:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-executable-file/m-p/2765135#M643908</guid>
      <dc:creator>Simha_</dc:creator>
      <dc:date>2007-09-11T12:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Calling executable file</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-executable-file/m-p/2765136#M643909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use FM - WS_EXECUTE. Pass the pathname in the PROGRAM - thats it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'WS_EXECUTE'
EXPORTING PROGRAM = 'D:/SKC.BAT'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it solves ur problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2007 12:39:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-executable-file/m-p/2765136#M643909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-11T12:39:24Z</dc:date>
    </item>
  </channel>
</rss>

