<?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: Finding out objects in a package in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-out-objects-in-a-package/m-p/5220074#M1207207</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The easiest way is to go to transaction SE80, click on repository browser, in the  drop down list  select "PACKAGE" and in the field just below the drop down list, give the name of the package whose contents you want to check. Press enter and you will be getting a categorized view of all the elements stored in the package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to change the package of an object, try running the report RSWBO052 and give the object name (field, report, etc.,) and execute the report. On the resulting list you will get all the options to change the current package to desired package.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 11 Feb 2009 08:39:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-11T08:39:10Z</dc:date>
    <item>
      <title>Finding out objects in a package</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-out-objects-in-a-package/m-p/5220070#M1207203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All. &lt;/P&gt;&lt;P&gt; My requirement is a bit strange. &lt;/P&gt;&lt;P&gt;Our development server got HR stack. &lt;/P&gt;&lt;P&gt;So developers are using whichever dictionary objects they want as long as they see it is available. &lt;/P&gt;&lt;P&gt;But in one of the UAT and production servers, HR stack will not be there. So only some programs which are NOT related to HR will be used there. But the problem is that those programs might be using some dictionary objects or some packages which they found are available in Dev system, but they will not be there in UAT. &lt;/P&gt;&lt;P&gt;So all those programs would result in error when we migrate them. &lt;/P&gt;&lt;P&gt;Let me give an example: &lt;/P&gt;&lt;P&gt;Say, structure ZSTR_123 is having 10 fields. One of the fields is referring to data element RACKY which refers to religion, and it belongs to a package which in only in HR. &lt;/P&gt;&lt;P&gt;When creating it, developer did not pay attention to this minute detail, and it is created successfully  in Dev. But when it will go to UAT server which does not have HR stack, this field will not be there as the package does not exist. &lt;/P&gt;&lt;P&gt;Now i know which all packages are there in HR which will not be present in the other server. &lt;/P&gt;&lt;P&gt;I want to find a way now so that I can know that objects of those packages are not used in any of the customized objects. &lt;/P&gt;&lt;P&gt;Another ex: I found package PBAS does not exist in UAT. Now if PBAS is having a data element RACKY, I should make sure that this data element is not referred to in any of the programs. &lt;/P&gt;&lt;P&gt;Hope my requirement is clear. &lt;/P&gt;&lt;P&gt;Any clues on how to go about doing it? Any standard utility i can use? &lt;/P&gt;&lt;P&gt;Thanks in adv.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2009 07:57:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-out-objects-in-a-package/m-p/5220070#M1207203</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-11T07:57:14Z</dc:date>
    </item>
    <item>
      <title>Re: Finding out objects in a package</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-out-objects-in-a-package/m-p/5220071#M1207204</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;Check the following link. It might help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/bd/ddbe26ac5c11d2850e0000e8a57770/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04s/helpdata/en/bd/ddbe26ac5c11d2850e0000e8a57770/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajesh Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2009 08:22:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-out-objects-in-a-package/m-p/5220071#M1207204</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-11T08:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: Finding out objects in a package</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-out-objects-in-a-package/m-p/5220072#M1207205</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;you can find out from se38.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to se38 --&amp;gt; f4 help --&amp;gt; there is a button INFORMATION SYSTEMS ---&amp;gt; in that you have afield for package enter the package name and you will find the objects in that package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the same works even for the tables and structures.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(or)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to table &lt;STRONG&gt;tadir&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;and execute it.&lt;/P&gt;&lt;P&gt;there is a field development class where you can enter the package name and run it.&lt;/P&gt;&lt;P&gt;this will also give you all the tables and the programs in that package with different object types&lt;/P&gt;&lt;P&gt;example : for table it will be TABL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will solve the problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;sarvesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2009 08:26:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-out-objects-in-a-package/m-p/5220072#M1207205</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-11T08:26:57Z</dc:date>
    </item>
    <item>
      <title>Re: Finding out objects in a package</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-out-objects-in-a-package/m-p/5220073#M1207206</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;CHECK OUT THIS DOCUMENTATION&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/d1/80194b454211d189710000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/d1/80194b454211d189710000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Aakash Banga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2009 08:34:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-out-objects-in-a-package/m-p/5220073#M1207206</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-11T08:34:30Z</dc:date>
    </item>
    <item>
      <title>Re: Finding out objects in a package</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-out-objects-in-a-package/m-p/5220074#M1207207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The easiest way is to go to transaction SE80, click on repository browser, in the  drop down list  select "PACKAGE" and in the field just below the drop down list, give the name of the package whose contents you want to check. Press enter and you will be getting a categorized view of all the elements stored in the package.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to change the package of an object, try running the report RSWBO052 and give the object name (field, report, etc.,) and execute the report. On the resulting list you will get all the options to change the current package to desired package.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2009 08:39:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-out-objects-in-a-package/m-p/5220074#M1207207</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-11T08:39:10Z</dc:date>
    </item>
    <item>
      <title>Re: Finding out objects in a package</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-out-objects-in-a-package/m-p/5220075#M1207208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think my question was misunderstood. &lt;/P&gt;&lt;P&gt;I know how to find objects directly in a package. &lt;/P&gt;&lt;P&gt;Okay, let me give another example. From TADIR, I can know what all objects belong to one package. Now I want to find a where used list of THOSE objects in customized objects. &lt;/P&gt;&lt;P&gt;How can i do that?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2009 08:58:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-out-objects-in-a-package/m-p/5220075#M1207208</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-11T08:58:22Z</dc:date>
    </item>
    <item>
      <title>Re: Finding out objects in a package</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/finding-out-objects-in-a-package/m-p/5220076#M1207209</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;Refer the CROSS table, it will show the Where-Used lists.&lt;/P&gt;&lt;P&gt;or FM RS_CROSSREFERENCE, &lt;/P&gt;&lt;P&gt;In se37 type * CROSS * and press F4 help, you will get where-used list for different objects&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Tharani on Feb 11, 2009 10:08 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 11 Feb 2009 09:08:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/finding-out-objects-in-a-package/m-p/5220076#M1207209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-11T09:08:07Z</dc:date>
    </item>
  </channel>
</rss>

