<?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>Question Re: How to develop a SAP Application? in Additional Q&amp;A</title>
    <link>https://community.sap.com/t5/additional-q-a/how-to-develop-a-sap-application/qaa-p/9887927#M113079</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you (-:&lt;/P&gt;&lt;P&gt;that was i wanted to know (-:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Nov 2013 15:04:13 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-11-20T15:04:13Z</dc:date>
    <item>
      <title>How to develop a SAP Application?</title>
      <link>https://community.sap.com/t5/additional-q-a/how-to-develop-a-sap-application/qaq-p/9887925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have some questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN style="font-size: 12pt;"&gt;I want to develop a SAP Application/addon and i just want to know what i to look for?&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 12pt;"&gt;Is SAPMini enough for the development of an application?&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 12pt;"&gt;How does the productd evelopment in general work?&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="font-size: 12pt;"&gt;Is there something special i have to care about?&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best wishes,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 06:53:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/how-to-develop-a-sap-application/qaq-p/9887925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-20T06:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to develop a SAP Application?</title>
      <link>https://community.sap.com/t5/additional-q-a/how-to-develop-a-sap-application/qaa-p/9887926#M113078</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG class="font-color-meta"&gt;&lt;SPAN class="replyToName"&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;STRONG class="font-color-meta"&gt;&lt;SPAN class="replyToName"&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;Hello, Philipp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all, please be aware that an SAP application is not like an application written, for example, in C++. One of the differences between an SAP program (written in ABAP) and a C++ program is that the later becomes independent from its development environment (in the form of an independent, executable file), while an ABAP application needs the SAP runtime system to be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;"&lt;STRONG&gt;All ABAP programs reside inside the SAP database&lt;/STRONG&gt;. &lt;STRONG&gt;They are not stored in separate external files like Java or C++ programs&lt;/STRONG&gt;. In the database all ABAP code exists in two forms: source code, which can be viewed and edited with the ABAP Workbench tools; and generated code, a binary representation somewhat comparable with &lt;A class="mw-redirect" href="http://en.wikipedia.org/wiki/Java_%28Sun%29" title="Java (Sun)"&gt;Java&lt;/A&gt; bytecode. ABAP programs execute under the control of the runtime system, which is part of the SAP kernel. The runtime system is responsible for processing ABAP statements, controlling the flow logic of screens and responding to events (such as a user clicking on a screen button); in this respect it can be seen as a &lt;A class="mw-redirect" href="http://en.wikipedia.org/wiki/Virtual_Machine" title="Virtual Machine"&gt;Virtual Machine&lt;/A&gt; comparable with the Java VM." -- &lt;A href="http://en.wikipedia.org/wiki/ABAP"&gt;Wikipedia/ABAP&lt;/A&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That said, let's take a look at your questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;1. I want to develop a SAP Application/addon and i just want to know what i to look for?&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, visit:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/community/developer-center"&gt;SAP Developer Center&lt;/A&gt; - "On this site we offer you a complete set of resources for developing with SAP technology, platforms and tools. A one-stop development shop just for you."&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.heidoc.net/joomla/technology-science/sap-and-xslt/6-tutorial-how-to-install-and-use-the-mini-sap-system"&gt;Tutorial: How to install and use the Mini SAP system&lt;/A&gt; - this website also has many links to resources on other ABAP programming topics, like Getting Started, ABAP (Basic, Advanced), Development Frameworks, Documentation and Translation, Forms, Basis Components, Communication Interfaces, Business Framework, and Design Guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;2. Is SAPMini enough for the development of an application?&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It depends on your plans. Like I said, an ABAP program is different from a C++ program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, read below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;STRONG&gt;"What is Mini SAP?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The easiest way to answer this question is to explain what Mini SAP is not. Any ECC or ERP business components are missing in this package. But all basis components are available, such as ABAP, ABAP Objects, Smart Forms, ALV, Graphics Framework, all other control frameworks, SAPoffice etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mini SAP, which is also known as SAP NetWeaver Trial, or SAP NetWeaver Developer Edition, is free for personal use. Licenses must be renewed every three months.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So Mini SAP is the ideal tool both for students to get used to the SAP programming environment as well as ABAP developers to use as a sandbox system. If you want to get a sandbox for the ECC components, you'll have to obtain a license for an IDES system from SAP. This would usually be too expensive for personal use. But you can get free IDES remote access from &lt;A href="http://www.consolut.com/en/s/sap-ides-access.html"&gt;consolut&lt;/A&gt;." -- &lt;A href="http://www.heidoc.net/joomla/technology-science/sap-and-xslt/6-tutorial-how-to-install-and-use-the-mini-sap-system"&gt;Tutorial: How to install and use the Mini SAP system&lt;/A&gt;&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;3. How does the product development in general work?&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here's an interesting document on this matter: &lt;A href="http://wiki.scn.sap.com/wiki/display/ABAP/SAP+Custom+Development+Process"&gt;SAP Custom Development Process&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;4. Is there something special I have to care about?&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF &lt;A href="http://wiki.scn.sap.com/wiki/display/ABAP/Sy-Subrc"&gt;SY-SUBRC&lt;/A&gt; NE 0.&lt;/P&gt;&lt;P&gt;* This. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;----&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Finally, welcome to the SCN!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, keep participating by posting more questions, comments and also marking other comments as &lt;STRONG&gt;liked&lt;/STRONG&gt;, &lt;STRONG&gt;helpful&lt;/STRONG&gt; or, when your question have been answered, as &lt;STRONG&gt;correct&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Flávio.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 13:33:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/how-to-develop-a-sap-application/qaa-p/9887926#M113078</guid>
      <dc:creator>cientistaflavio</dc:creator>
      <dc:date>2013-11-20T13:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to develop a SAP Application?</title>
      <link>https://community.sap.com/t5/additional-q-a/how-to-develop-a-sap-application/qaa-p/9887927#M113079</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you (-:&lt;/P&gt;&lt;P&gt;that was i wanted to know (-:&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 15:04:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/how-to-develop-a-sap-application/qaa-p/9887927#M113079</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-11-20T15:04:13Z</dc:date>
    </item>
    <item>
      <title>Re: How to develop a SAP Application?</title>
      <link>https://community.sap.com/t5/additional-q-a/how-to-develop-a-sap-application/qaa-p/9887928#M113080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN class="st"&gt;You're welcome, Philipp! &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="st"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="st"&gt;Thanks for accepting my answer!&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="st"&gt;Best regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="st"&gt;Flávio.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Nov 2013 15:26:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/how-to-develop-a-sap-application/qaa-p/9887928#M113080</guid>
      <dc:creator>cientistaflavio</dc:creator>
      <dc:date>2013-11-20T15:26:32Z</dc:date>
    </item>
    <item>
      <title>Re: How to develop a SAP Application?</title>
      <link>https://community.sap.com/t5/additional-q-a/how-to-develop-a-sap-application/qaa-p/9887929#M113081</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. I am sorry that continuing this thread for my question.&lt;/P&gt;&lt;P&gt;I was wondering, whether it's possible for me to develop fully customized version of ERP using this mini SAP ? Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2014 05:41:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/additional-q-a/how-to-develop-a-sap-application/qaa-p/9887929#M113081</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-10-20T05:41:14Z</dc:date>
    </item>
  </channel>
</rss>

