<?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: In what tables does Data in Application Server save ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-what-tables-does-data-in-application-server-save/m-p/3827230#M920342</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;closed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Sep 2009 05:35:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-14T05:35:45Z</dc:date>
    <item>
      <title>In what tables does Data in Application Server save ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-what-tables-does-data-in-application-server-save/m-p/3827227#M920339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In what tables does Data in Application Server save ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does the code we write is saved in some tables (or) saved in&lt;/P&gt;&lt;P&gt;repository ??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is a repository ???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what are the tables where repository data is saved ????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2008 10:03:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-what-tables-does-data-in-application-server-save/m-p/3827227#M920339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-13T10:03:22Z</dc:date>
    </item>
    <item>
      <title>Re: In what tables does Data in Application Server save ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-what-tables-does-data-in-application-server-save/m-p/3827228#M920340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Dear Gurus,&lt;/P&gt;&lt;P&gt;&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;gt; In what tables does Data in Application Server save ?&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All of them&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Does the code we write is saved in some tables (or) saved in&lt;/P&gt;&lt;P&gt;&amp;gt; repository ??&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Both&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; what is a repository ???&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;The place where workbench objects are saved&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&amp;gt; what are the tables where repository data is saved ????&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many and various.  Some not accessible via ABAP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2008 12:21:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-what-tables-does-data-in-application-server-save/m-p/3827228#M920340</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-05-13T12:21:58Z</dc:date>
    </item>
    <item>
      <title>Re: In what tables does Data in Application Server save ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-what-tables-does-data-in-application-server-save/m-p/3827229#M920341</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;I will explain you in detail,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Suppose let us take a Material (Tyre of a car),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you did any changes to that particular material all the tables associated with that material like MARA, MARC...etc (Plant level and Client level) get updated &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code we use wiil be saved in Both Repository n Tables &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Repository is collection of Run time Objects&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And may be we can't retreive Repository data from tables &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2008 15:28:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-what-tables-does-data-in-application-server-save/m-p/3827229#M920341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-13T15:28:03Z</dc:date>
    </item>
    <item>
      <title>Re: In what tables does Data in Application Server save ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/in-what-tables-does-data-in-application-server-save/m-p/3827230#M920342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;closed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2009 05:35:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/in-what-tables-does-data-in-application-server-save/m-p/3827230#M920342</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-14T05:35:45Z</dc:date>
    </item>
  </channel>
</rss>

