<?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: ABAP Programs are Stored  in ....! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programs-are-stored-in/m-p/3955871#M945396</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lakshmi prasad..&lt;/P&gt;&lt;P&gt;The programs are stored in table REPOSRC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also find the reply here :&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.abaplearning.com/index.php?option=com_fireboard&amp;amp;Itemid=2&amp;amp;func=view&amp;amp;id=1&amp;amp;view=flat&amp;amp;catid=2" target="test_blank"&gt;http://www.abaplearning.com/index.php?option=com_fireboard&amp;amp;Itemid=2&amp;amp;func=view&amp;amp;id=1&amp;amp;view=flat&amp;amp;catid=2&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 07 Jun 2008 12:38:38 GMT</pubDate>
    <dc:creator>former_member69765</dc:creator>
    <dc:date>2008-06-07T12:38:38Z</dc:date>
    <item>
      <title>ABAP Programs are Stored  in ....!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programs-are-stored-in/m-p/3955869#M945394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;generally we write several programs in abap editor ,before writing a program we save that program , I want to know where it is stored actually whether it is stored in a table or in some other memory location ?&lt;/P&gt;&lt;P&gt;can anyone give me the answer.....!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;prasad&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jun 2008 09:21:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programs-are-stored-in/m-p/3955869#M945394</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-07T09:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Programs are Stored  in ....!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programs-are-stored-in/m-p/3955870#M945395</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;All the ABAP program names are stored in REPOSRC table.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Reward if it is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jun 2008 09:40:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programs-are-stored-in/m-p/3955870#M945395</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-07T09:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Programs are Stored  in ....!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programs-are-stored-in/m-p/3955871#M945396</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lakshmi prasad..&lt;/P&gt;&lt;P&gt;The programs are stored in table REPOSRC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also find the reply here :&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.abaplearning.com/index.php?option=com_fireboard&amp;amp;Itemid=2&amp;amp;func=view&amp;amp;id=1&amp;amp;view=flat&amp;amp;catid=2" target="test_blank"&gt;http://www.abaplearning.com/index.php?option=com_fireboard&amp;amp;Itemid=2&amp;amp;func=view&amp;amp;id=1&amp;amp;view=flat&amp;amp;catid=2&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 07 Jun 2008 12:38:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programs-are-stored-in/m-p/3955871#M945396</guid>
      <dc:creator>former_member69765</dc:creator>
      <dc:date>2008-06-07T12:38:38Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP Programs are Stored  in ....!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programs-are-stored-in/m-p/3955872#M945397</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;All ABAP programs reside inside the SAP database. They are not stored in separate external files like Java or C++ programs. 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 Java 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). A key component of the ABAP runtime system is the Database Interface, which turns database-independent ABAP statements ("Open SQL") into statements understood by the underlying DBMS ("Native SQL").&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2008 03:48:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-programs-are-stored-in/m-p/3955872#M945397</guid>
      <dc:creator>JoffyJohn</dc:creator>
      <dc:date>2008-06-09T03:48:09Z</dc:date>
    </item>
  </channel>
</rss>

