<?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 setupfile to instal program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/setupfile-to-instal-program/m-p/1309838#M161396</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends,&lt;/P&gt;&lt;P&gt;            i want to know how to create setup files in abap to install a abap program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 May 2006 14:14:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-25T14:14:47Z</dc:date>
    <item>
      <title>setupfile to instal program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/setupfile-to-instal-program/m-p/1309838#M161396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friends,&lt;/P&gt;&lt;P&gt;            i want to know how to create setup files in abap to install a abap program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2006 14:14:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/setupfile-to-instal-program/m-p/1309838#M161396</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-25T14:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: setupfile to instal program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/setupfile-to-instal-program/m-p/1309839#M161397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Chandu,&lt;/P&gt;&lt;P&gt; If you are thinking that wherever you create an abap program it creates a set up file, then you are wrong.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;You cannot create a set up file (exe )file out of an abap program.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2006 14:17:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/setupfile-to-instal-program/m-p/1309839#M161397</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-25T14:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: setupfile to instal program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/setupfile-to-instal-program/m-p/1309840#M161398</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;   then how we can install the abap program to run it on the client system&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2006 14:23:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/setupfile-to-instal-program/m-p/1309840#M161398</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-25T14:23:58Z</dc:date>
    </item>
    <item>
      <title>Re: setupfile to instal program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/setupfile-to-instal-program/m-p/1309841#M161399</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YOu dont INSTALL abap programs, but you create abap programs in se38.&lt;/P&gt;&lt;P&gt;YOu have to run them wither manually in se38 (Press f8) or by attacing a transaction code to the program and entering  that t code in the command box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the major difference between normal languages like c,c++ and java where you get an exe file which we can copy wherever we want.&lt;/P&gt;&lt;P&gt;BUt with abap, this is NOT the case.&lt;/P&gt;&lt;P&gt;ABAP is very specific to SAP and ABAP programs cannot exist as standalone exe files.&lt;/P&gt;&lt;P&gt;HOpe it clears your query.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2006 14:30:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/setupfile-to-instal-program/m-p/1309841#M161399</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-25T14:30:47Z</dc:date>
    </item>
    <item>
      <title>Re: setupfile to instal program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/setupfile-to-instal-program/m-p/1309842#M161400</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hii chandu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;there are no executable files created as in c/C++ or java&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;even the clents have to install SAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;butit is a mini version called MINISAP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;The Mini SAP&amp;lt;/b&amp;gt; Web Application Server 6.10 is a full SAP basis system, but without application areas such&lt;/P&gt;&lt;P&gt;as HR, SD, MM etc. Because it does have standard SAP development tools such as the development &lt;/P&gt;&lt;P&gt;workbench(SE80) you are able to develop and test new custom functionality including reports, transactions, &lt;/P&gt;&lt;P&gt;Business Server Pages and ABAP Objects on your home PC. It has Full ABAP Stack functionality of mySAP &lt;/P&gt;&lt;P&gt;Technology SAP Server, GUI and SAPDB database.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;An alternative to this is to use a piece of software called GoToMyPC, which allows you to controll your work &lt;/P&gt;&lt;P&gt;PC from home.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Naresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 May 2006 14:38:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/setupfile-to-instal-program/m-p/1309842#M161400</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-25T14:38:21Z</dc:date>
    </item>
  </channel>
</rss>

