<?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: assign objects to a package in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-objects-to-a-package/m-p/10977803#M1894747</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Occoro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share your SE80 screenshots.Make sure you are opening the main program in se80.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kannan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Apr 2015 11:28:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-04-20T11:28:05Z</dc:date>
    <item>
      <title>assign objects to a package</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-objects-to-a-package/m-p/10977797#M1894741</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 want to transport a program from a system to another using saplink.&lt;/P&gt;&lt;P&gt;The problem is that there is many objects used in that program like tables ans classes ...&lt;/P&gt;&lt;P&gt;So I want to know how I can assign all the objects used in that program to a particular package, and then I will transport all the objects of the package using saplink.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 10:54:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-objects-to-a-package/m-p/10977797#M1894741</guid>
      <dc:creator>former_member355261</dc:creator>
      <dc:date>2015-04-20T10:54:13Z</dc:date>
    </item>
    <item>
      <title>Re: assign objects to a package</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-objects-to-a-package/m-p/10977798#M1894742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It depends if the objects are created by you or you are using standard objects(tables) in your program.&lt;/P&gt;&lt;P&gt;If you use standard tables they should already be available in the system, obviously it depends on the system release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For custom objects you can change the package using SE03 transaction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 10:59:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-objects-to-a-package/m-p/10977798#M1894742</guid>
      <dc:creator>Sandeep_Panghal</dc:creator>
      <dc:date>2015-04-20T10:59:03Z</dc:date>
    </item>
    <item>
      <title>Re: assign objects to a package</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-objects-to-a-package/m-p/10977799#M1894743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go to se80 open your program . it will show you the hierarchy of the objects used in your program..&lt;/P&gt;&lt;P&gt;select object -&amp;gt; right click on it -&amp;gt; select other functions -&amp;gt; and select change package assignment..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This way you can change package ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 11:04:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-objects-to-a-package/m-p/10977799#M1894743</guid>
      <dc:creator>former_member218424</dc:creator>
      <dc:date>2015-04-20T11:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: assign objects to a package</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-objects-to-a-package/m-p/10977800#M1894744</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'm talking about custom objects.&lt;/P&gt;&lt;P&gt;The problem is that I don't know all the objects used in that program, there are many ! I need a way to identify all the objects used in the program and assign them automatically to a package.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 11:06:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-objects-to-a-package/m-p/10977800#M1894744</guid>
      <dc:creator>former_member355261</dc:creator>
      <dc:date>2015-04-20T11:06:08Z</dc:date>
    </item>
    <item>
      <title>Re: assign objects to a package</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-objects-to-a-package/m-p/10977801#M1894745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Occoro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can make use of the SE80 features.Click on the Ctlrl+Shift+F5.All the coresponding objects used in the programs will be listed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do a right click on the program name and choose other functions and Click on package assignment.&lt;/P&gt;&lt;P&gt;Once all objects are assigned to the package you can make use of nuggets for the import.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://wiki.scn.sap.com/wiki/display/ABAP/SAPlink+User+Documentation?original_fqdn=wiki.sdn.sap.com" title="http://wiki.scn.sap.com/wiki/display/ABAP/SAPlink+User+Documentation?original_fqdn=wiki.sdn.sap.com"&gt;http://wiki.scn.sap.com/wiki/display/ABAP/SAPlink+User+Documentation?original_fqdn=wiki.sdn.sap.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kannan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 11:16:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-objects-to-a-package/m-p/10977801#M1894745</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-20T11:16:48Z</dc:date>
    </item>
    <item>
      <title>Re: assign objects to a package</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-objects-to-a-package/m-p/10977802#M1894746</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 se80 I can only get the includes and the screens and the local variables ...&lt;/P&gt;&lt;P&gt;I can't get the objects used like DDIC objects or classes ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 11:22:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-objects-to-a-package/m-p/10977802#M1894746</guid>
      <dc:creator>former_member355261</dc:creator>
      <dc:date>2015-04-20T11:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: assign objects to a package</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-objects-to-a-package/m-p/10977803#M1894747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Occoro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you share your SE80 screenshots.Make sure you are opening the main program in se80.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kannan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 11:28:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-objects-to-a-package/m-p/10977803#M1894747</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-20T11:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: assign objects to a package</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-objects-to-a-package/m-p/10977804#M1894748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kannan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a screenshot of what I get in se80 :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/688319" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In "Dictionary Structures" for example, I get only the name of the standard tables not the custom ones, and I don't see the classes, data elements, domains, ... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 11:40:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-objects-to-a-package/m-p/10977804#M1894748</guid>
      <dc:creator>former_member355261</dc:creator>
      <dc:date>2015-04-20T11:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: assign objects to a package</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-objects-to-a-package/m-p/10977805#M1894749</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Occoro, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since it is in Dev system, If the objects are more which need to be re-assigned to different package. You can prefer TADIR Table also. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change the Package name of all the relevant objects in TADIR-DEVCLASS in single short. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pass the TR number to E071 table and get all the objects and pass the objects to TADIR table and change the DEVCLASS value using debugging. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it works &lt;SPAN __jive_emoticon_name="wink" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1273/images/emoticons/wink.gif"&gt;&lt;/SPAN&gt; &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;Rajkumar Narasimman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 13:54:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-objects-to-a-package/m-p/10977805#M1894749</guid>
      <dc:creator>rajkumarnarasimman</dc:creator>
      <dc:date>2015-04-20T13:54:29Z</dc:date>
    </item>
    <item>
      <title>Re: assign objects to a package</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/assign-objects-to-a-package/m-p/10977806#M1894750</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Occoro,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should understand that using SAPLINK is not the same as doing a transport.&amp;nbsp; I don't recommend that you should change package assignments for objects just because you want to include them in a SAPLINK package.&amp;nbsp; Better to just identify those objects and add them individually to the SAPLINK. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you search for a document named "ABAP cross system object recursive dependencies check with transport" written by Nuno Morais, he gives the source code for a program that can identify all the objects that your program requires.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Apr 2015 14:13:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/assign-objects-to-a-package/m-p/10977806#M1894750</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-04-20T14:13:01Z</dc:date>
    </item>
  </channel>
</rss>

