<?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 Disadvantages when saving a program as a temporary local object in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/disadvantages-when-saving-a-program-as-a-temporary-local-object/m-p/2116694#M443118</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;In SAP you can save your programs as a temporary object, i.e. the object is saved locally in a $TMP package without any transport request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you see any disadvantages using these local objects? For example, is there any problems if two developers are modifying the same program: first one saves the program as a local, and the other one creates a new transport request at the same time?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Isn't that so that if you want to try something in an ABAP code, it is recommended that you first save the program as a local program (for example in a case you don't have any sandbox system)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I myself cannot see any disadvantages using local programs - what is your experience?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jarmo Tuominen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Mar 2007 10:40:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-29T10:40:23Z</dc:date>
    <item>
      <title>Disadvantages when saving a program as a temporary local object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disadvantages-when-saving-a-program-as-a-temporary-local-object/m-p/2116694#M443118</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;In SAP you can save your programs as a temporary object, i.e. the object is saved locally in a $TMP package without any transport request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you see any disadvantages using these local objects? For example, is there any problems if two developers are modifying the same program: first one saves the program as a local, and the other one creates a new transport request at the same time?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Isn't that so that if you want to try something in an ABAP code, it is recommended that you first save the program as a local program (for example in a case you don't have any sandbox system)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I myself cannot see any disadvantages using local programs - what is your experience?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jarmo Tuominen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2007 10:40:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disadvantages-when-saving-a-program-as-a-temporary-local-object/m-p/2116694#M443118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-29T10:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Disadvantages when saving a program as a temporary local object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disadvantages-when-saving-a-program-as-a-temporary-local-object/m-p/2116695#M443119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I you want to transport the object form one server to another server then transprot required.If you have saved on local object then it is not possible to transport.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have saved in local object then it is easy to delete the program any body.&lt;/P&gt;&lt;P&gt;If you saved in transprot request then if you want to delete program for that also one transprot request is required.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;shyla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2007 10:48:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disadvantages-when-saving-a-program-as-a-temporary-local-object/m-p/2116695#M443119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-29T10:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Disadvantages when saving a program as a temporary local object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disadvantages-when-saving-a-program-as-a-temporary-local-object/m-p/2116696#M443120</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;If you create an object as local object you can't transport it in the other systems (quality and production), this is the only disadvantage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The same object (local or not local) can't be changed by differents developers in the same moment, because every object is locked while the developer is changing it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Mar 2007 10:52:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disadvantages-when-saving-a-program-as-a-temporary-local-object/m-p/2116696#M443120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-29T10:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Disadvantages when saving a program as a temporary local object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disadvantages-when-saving-a-program-as-a-temporary-local-object/m-p/2116697#M443121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I discussed with other ABAP developers, and theirs opinions are:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- For temporary programs or programs that are never intended to transport to other systems a local development class is ok.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Local program is easy to delete when it is not needed anymore.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Creating first dictionary tables, structures or data elements locally. Notice that they are ok but later forget to change object directory when using them in transportable programs. -&amp;gt; A short dump will occur in the next system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Creating function group locally and functions in there -&amp;gt; Later using functions in programs -&amp;gt; same problems as above.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Local programs will be removed in system copy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- It is not recommended to have local programs in a production support system because there is always a risk that these might effect on the testing of the support cases.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- In production support system it is a bad practice when two developers change the same object at the same time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- You can always change the package, using  transactions SE03, SE09, SE10, or using SE38 &amp;gt; Menu &amp;gt; Goto &amp;gt; Object directory entry &amp;gt; Change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are your own experiences of using local objects? Have you had any problems in a production support system when two developers change the same object at the same time?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jarmo Tuominen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 Mar 2007 05:33:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disadvantages-when-saving-a-program-as-a-temporary-local-object/m-p/2116697#M443121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-31T05:33:49Z</dc:date>
    </item>
  </channel>
</rss>

