<?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: local object and development class? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/local-object-and-development-class/m-p/2465228#M553570</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi lokesh,&lt;/P&gt;&lt;P&gt;   when u create a new object it will ask for the development class. At that time v have to give the development class of urs in that one. so that, the object can b saved in the development class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u want to transport then v have to use a development class for that object. It is preferred to save it in a development class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arun.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Jun 2007 11:02:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-26T11:02:45Z</dc:date>
    <item>
      <title>local object and development class?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/local-object-and-development-class/m-p/2465222#M553564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;wht r local objects ?&lt;/P&gt;&lt;P&gt;and &lt;/P&gt;&lt;P&gt;wht is development class?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 10:39:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/local-object-and-development-class/m-p/2465222#M553564</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T10:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: local object and development class?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/local-object-and-development-class/m-p/2465223#M553565</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;Local Objects are the Objects which are not transportable.They are saved in the server n we can't create a Tranport Request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Development classes collect together development environment objects that can be considered as a unit and should therefore also be corrected and transported together. A development class can, for example, consist of a transaction or a group of related transactions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can say in simple word, Development class is like Folder which will have the collection of objects(Report, class etc) for a assigned Proejcts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you save objects in Local Class ,you are not able to transport from one system to another.If you save it into a Development Class ,you can transport objects from one system to another.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at these links.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_46c/helpdata/en/d1/80194b454211d189710000e8322d00/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_46c/helpdata/en/d1/80194b454211d189710000e8322d00/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/af/40bd38652c8c42e10000009b38f8cf/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/af/40bd38652c8c42e10000009b38f8cf/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Priyanka.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 10:41:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/local-object-and-development-class/m-p/2465223#M553565</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T10:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: local object and development class?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/local-object-and-development-class/m-p/2465224#M553566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Local objects means the objects which are not transportable&lt;/P&gt;&lt;P&gt;means you create thenm in that client only and you don;t need them in other clients,you can' transport them&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dev class or Packagae is the one which is used to group logically related objects into one group&lt;/P&gt;&lt;P&gt;generally we create one deve class for each module and use practically in real scenarios&lt;/P&gt;&lt;P&gt;When you assign a dev class to a  object then a request is created and we can transport that object to other clients/systems&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward points for useful Answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 10:45:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/local-object-and-development-class/m-p/2465224#M553566</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T10:45:08Z</dc:date>
    </item>
    <item>
      <title>Re: local object and development class?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/local-object-and-development-class/m-p/2465225#M553567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Local Objects are the Objects which are not transportable.They are saved in the server n we can't create a Tranport Request.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Development classes collect together development environment objects that can be considered as a unit and should therefore also be corrected and transported together&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 10:46:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/local-object-and-development-class/m-p/2465225#M553567</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T10:46:12Z</dc:date>
    </item>
    <item>
      <title>Re: local object and development class?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/local-object-and-development-class/m-p/2465226#M553568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;literally good information regarding local object and development class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks alot....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 10:49:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/local-object-and-development-class/m-p/2465226#M553568</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T10:49:00Z</dc:date>
    </item>
    <item>
      <title>Re: local object and development class?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/local-object-and-development-class/m-p/2465227#M553569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how to save the object in development class?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;among local object and development class which is preferable....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and also give the information regarding work bench,.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 10:54:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/local-object-and-development-class/m-p/2465227#M553569</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T10:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: local object and development class?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/local-object-and-development-class/m-p/2465228#M553570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi lokesh,&lt;/P&gt;&lt;P&gt;   when u create a new object it will ask for the development class. At that time v have to give the development class of urs in that one. so that, the object can b saved in the development class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if u want to transport then v have to use a development class for that object. It is preferred to save it in a development class.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Arun.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 11:02:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/local-object-and-development-class/m-p/2465228#M553570</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T11:02:45Z</dc:date>
    </item>
    <item>
      <title>Re: local object and development class?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/local-object-and-development-class/m-p/2465229#M553571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Local object is place where the data  can be stored locally. when ever u create any thing in SAP it will ask to save the object locally or any other means, if u select local object it will store locally. development class is package where we can all ur customised development, it can be created by SE80 and store through request number for further reference.this will solve the problem&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;Roopesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Jun 2007 11:04:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/local-object-and-development-class/m-p/2465229#M553571</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-26T11:04:54Z</dc:date>
    </item>
  </channel>
</rss>

