<?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: Including whole program object list in single request. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/including-whole-program-object-list-in-single-request/m-p/8106526#M1616995</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Each object is having its own object type as PROG, FUGR, CLAS, TABL,VIEW, TTYP, DTEL and etc. But you can all the objects under one TR. The TR will have all the object types&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to add other objects, then goto object Directory entry,assign the package and then select the same TR which is used for program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If other objects are already assigned to different TR, then delete the object in TR and goto T code and then press it. I t will prompt for new TR, now select the same TR of Program&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 05 Sep 2011 19:56:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-09-05T19:56:46Z</dc:date>
    <item>
      <title>Including whole program object list in single request.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/including-whole-program-object-list-in-single-request/m-p/8106524#M1616993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Does it exist standard method to include whole ABAP program object list in single request?&lt;/P&gt;&lt;P&gt;If I select ABAP program in SE80 and click Write Object entry in Transport the system puts only program object entry in the request . But I want to put all objects which have been created under the program (tables, structres, fields, includes,...).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 13:37:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/including-whole-program-object-list-in-single-request/m-p/8106524#M1616993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-05T13:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: Including whole program object list in single request.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/including-whole-program-object-list-in-single-request/m-p/8106525#M1616994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There is no such functionality in the standard. This would require some sort of deep program environment analysis. The first level, i.e. the directly used objects, for a program can be found via Utilities -&amp;gt; environment analysis from SE38. But then the data element used in your program might be using a domain, that domain might use a check table, that check table might use...you get the idea.&lt;/P&gt;&lt;P&gt;If you're lucky, all relevant objects reside in the same or very few packages. You can add all objects of a package to a transport requests via the SE03 tools.&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 19:36:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/including-whole-program-object-list-in-single-request/m-p/8106525#M1616994</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2011-09-05T19:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Including whole program object list in single request.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/including-whole-program-object-list-in-single-request/m-p/8106526#M1616995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Each object is having its own object type as PROG, FUGR, CLAS, TABL,VIEW, TTYP, DTEL and etc. But you can all the objects under one TR. The TR will have all the object types&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to add other objects, then goto object Directory entry,assign the package and then select the same TR which is used for program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If other objects are already assigned to different TR, then delete the object in TR and goto T code and then press it. I t will prompt for new TR, now select the same TR of Program&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 19:56:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/including-whole-program-object-list-in-single-request/m-p/8106526#M1616995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-05T19:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Including whole program object list in single request.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/including-whole-program-object-list-in-single-request/m-p/8106527#M1616996</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;When I create a program, I often create all its new objects under a new package, so it's very easy to transport.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Coming back to your request, there is a wiki with code to get the where used list, then you can add the objects to the transport request, in the demo program, it reads only one level of used objects (you should also remove the standard objects from the list) : [SDN wiki: ABAP program to read where-used lists|http://wiki.sdn.sap.com/wiki/display/ABAP/ABAP&lt;EM&gt;program&lt;/EM&gt;to&lt;EM&gt;read&lt;/EM&gt;where-used+lists ]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Sep 2011 21:32:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/including-whole-program-object-list-in-single-request/m-p/8106527#M1616996</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2011-09-05T21:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Including whole program object list in single request.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/including-whole-program-object-list-in-single-request/m-p/8106528#M1616997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;When I create a program, I often create all its new objects under a new package, so it's very easy to transport.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You create a new package for every new program o_O ??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 04:22:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/including-whole-program-object-list-in-single-request/m-p/8106528#M1616997</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2011-09-06T04:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: Including whole program object list in single request.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/including-whole-program-object-list-in-single-request/m-p/8106529#M1616998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've worked in places where each development has it's own package. For me, I find it overkill, except for large developments encompassing many different objects. Of course, it would be essential if you're in the business of providing third party tools that aren't just made up of a single program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Effective use of the transport system should be sufficient for keeping related objects together. I.e. one development per transport.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 04:48:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/including-whole-program-object-list-in-single-request/m-p/8106529#M1616998</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2011-09-06T04:48:46Z</dc:date>
    </item>
    <item>
      <title>Re: Including whole program object list in single request.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/including-whole-program-object-list-in-single-request/m-p/8106530#M1616999</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Matt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I completely your with your view. I've seen complex apps' developement objects being allocated a separate package, but have not seen the scenario mentioned by Sandra.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Generally in my previous projects we stuck to "related-development-per-transport" approach!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 04:54:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/including-whole-program-object-list-in-single-request/m-p/8106530#M1616999</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2011-09-06T04:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Including whole program object list in single request.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/including-whole-program-object-list-in-single-request/m-p/8106531#M1617000</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suhas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;You create a new package for every new program o_O ??&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;erm, I admit what I said is very weird, that must be because I'm always in the special context that all my projects have worked with some 10 "functional" packages (ZFI, ZMM) where we put everything inside in bulk. So, I prefer to create my own package to find easily my objects rather than participating in that disorder.&lt;/P&gt;&lt;P&gt;In fact, for simple developments with very few objects (1 to 3), you're right, I don't bother to create one package &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sandra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 05:54:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/including-whole-program-object-list-in-single-request/m-p/8106531#M1617000</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2011-09-06T05:54:57Z</dc:date>
    </item>
    <item>
      <title>Re: Including whole program object list in single request.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/including-whole-program-object-list-in-single-request/m-p/8106532#M1617001</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So we have the things in perspective now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;some 10 "functional" packages (ZFI, ZMM) where we put everything inside in bulk. So, I prefer to create my own package to find easily my objects rather than participating in that disorder.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And yes i know about the choas it creates when you put your FRICEWs in module-specific packages &lt;SPAN __jive_emoticon_name="wink"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a good day!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Suhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Sep 2011 06:23:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/including-whole-program-object-list-in-single-request/m-p/8106532#M1617001</guid>
      <dc:creator>SuhaSaha</dc:creator>
      <dc:date>2011-09-06T06:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Including whole program object list in single request.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/including-whole-program-object-list-in-single-request/m-p/8106533#M1617002</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Many thanks to All! &lt;/P&gt;&lt;P&gt;Your answers helped to clarify the issue.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Sep 2011 13:27:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/including-whole-program-object-list-in-single-request/m-p/8106533#M1617002</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-09-08T13:27:54Z</dc:date>
    </item>
  </channel>
</rss>

