<?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: Table for repository objects of a particular program. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-repository-objects-of-a-particular-program/m-p/637140#M26982</link>
    <description>&lt;P&gt;Hi Mike,&lt;/P&gt;
  &lt;P&gt;The RC8 thing is a rare occurrence. However, it doesn't give a good image in front of client. Also, the production movement is delayed. It is bit difficult to compare each and every objects in the program if it is 10k lines of code.&lt;/P&gt;
  &lt;P&gt;You're right that this is not a cent percent solution however, a step in the right direction. I'm sure the program I'm creating will improve as time goes and we'll add as many possibilities as we can to avoid as many RCs.&lt;/P&gt;
  &lt;P&gt;Thanks for your input.&lt;/P&gt;</description>
    <pubDate>Thu, 05 Apr 2018 05:48:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2018-04-05T05:48:54Z</dc:date>
    <item>
      <title>Table for repository objects of a particular program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-repository-objects-of-a-particular-program/m-p/637136#M26978</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
  &lt;P&gt;I'm creating a report wherein an Abapper will enter Program name and all the objects (fields, tables, includes, screens, etc.) of that program will be captured, compared with requests of production and display an ALV giving results if requests at both ends are same or not. This will be done to prevent RC8 during production movement.&lt;/P&gt;
  &lt;P&gt;The place where I'm stuck now is getting all those repository objects used in that particular program. Can anyone help me with a specific table or from where those repository objects are captured when we press ctrl+shift+F5 in a report.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2018 13:29:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-repository-objects-of-a-particular-program/m-p/637136#M26978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-04-04T13:29:54Z</dc:date>
    </item>
    <item>
      <title>Re: Table for repository objects of a particular program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-repository-objects-of-a-particular-program/m-p/637137#M26979</link>
      <description>&lt;P&gt;Raza,&lt;/P&gt;
  &lt;P&gt;Objective of your program is not that simple as it sounds.&lt;/P&gt;
  &lt;P&gt;Why not got by a TR and its list of Objects/Sub objects rather than going by the program.&lt;/P&gt;
  &lt;P&gt;K.Kiran.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2018 13:36:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-repository-objects-of-a-particular-program/m-p/637137#M26979</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2018-04-04T13:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Table for repository objects of a particular program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-repository-objects-of-a-particular-program/m-p/637138#M26980</link>
      <description>&lt;P&gt;Doesn't custom code remote compare analysis in transaction /SDF/CD_CCA already fulfill your requirement?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2018 14:11:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-repository-objects-of-a-particular-program/m-p/637138#M26980</guid>
      <dc:creator>fabianlupa</dc:creator>
      <dc:date>2018-04-04T14:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: Table for repository objects of a particular program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-repository-objects-of-a-particular-program/m-p/637139#M26981</link>
      <description>&lt;P&gt;The obvious answer to that is to ensure you have a consistent quality or pre-production environment. If you often get RC8 moving to production because of missing objects then your transport strategy needs reviewing.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;Object indexes can become very complex to work with, this will be a large task. Also, things that will be difficult to catch are indirect activations, and false positives created by objects located in the same set of transports. So you will spend a lot of effort and never have a 100% solution. Better to look at your transport controls.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;Does that explain why such a tool doesn't exist?&lt;/P&gt;</description>
      <pubDate>Wed, 04 Apr 2018 15:20:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-repository-objects-of-a-particular-program/m-p/637139#M26981</guid>
      <dc:creator>pokrakam</dc:creator>
      <dc:date>2018-04-04T15:20:53Z</dc:date>
    </item>
    <item>
      <title>Re: Table for repository objects of a particular program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-repository-objects-of-a-particular-program/m-p/637140#M26982</link>
      <description>&lt;P&gt;Hi Mike,&lt;/P&gt;
  &lt;P&gt;The RC8 thing is a rare occurrence. However, it doesn't give a good image in front of client. Also, the production movement is delayed. It is bit difficult to compare each and every objects in the program if it is 10k lines of code.&lt;/P&gt;
  &lt;P&gt;You're right that this is not a cent percent solution however, a step in the right direction. I'm sure the program I'm creating will improve as time goes and we'll add as many possibilities as we can to avoid as many RCs.&lt;/P&gt;
  &lt;P&gt;Thanks for your input.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2018 05:48:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-repository-objects-of-a-particular-program/m-p/637140#M26982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-04-05T05:48:54Z</dc:date>
    </item>
    <item>
      <title>Re: Table for repository objects of a particular program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-repository-objects-of-a-particular-program/m-p/637141#M26983</link>
      <description>&lt;P&gt;Hi Fabian,&lt;/P&gt;
  &lt;P&gt;I just executed this T-code and it seems good but not fulfilling my objective. I'll, for sure, keep this as a second solution.&lt;/P&gt;
  &lt;P&gt;This gives comparison of the program and not all the objects included in the program which is our main purpose.&lt;/P&gt;
  &lt;P&gt;I debugged that repository object thing but failed to find any substantial clue where this is getting fetched from.&lt;/P&gt;
  &lt;P&gt;There should be a table I assume, where if we put name of the report it will give all the objects used inside the program.&lt;/P&gt;
  &lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2018 05:54:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-repository-objects-of-a-particular-program/m-p/637141#M26983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-04-05T05:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Table for repository objects of a particular program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-repository-objects-of-a-particular-program/m-p/637142#M26984</link>
      <description>&lt;P&gt;Hi Kiran,&lt;/P&gt;
  &lt;P&gt;We have to go by the objects since a missing object in production can give RC8. We'll capture those objects first and then compare their corresponding TRs with production.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2018 06:02:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-repository-objects-of-a-particular-program/m-p/637142#M26984</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-04-05T06:02:42Z</dc:date>
    </item>
    <item>
      <title>Re: Table for repository objects of a particular program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-repository-objects-of-a-particular-program/m-p/637143#M26985</link>
      <description>&lt;P&gt;Fabian,thanks for sharing the info on /SDF/CD_CCA.&lt;/P&gt;
  &lt;P&gt;K.Kiran.&lt;/P&gt;</description>
      <pubDate>Thu, 05 Apr 2018 11:07:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-repository-objects-of-a-particular-program/m-p/637143#M26985</guid>
      <dc:creator>kiran_k8</dc:creator>
      <dc:date>2018-04-05T11:07:06Z</dc:date>
    </item>
    <item>
      <title>Re: Table for repository objects of a particular program.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-repository-objects-of-a-particular-program/m-p/637144#M26986</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;My issue with regards to fetching repository objects of a specific program is resolved. This is done with the help of an FM 'REPOSITORY_ENVIRONMENT_RFC'.&lt;/P&gt; 
  &lt;PRE&gt;&lt;CODE&gt;CALL FUNCTION 'REPOSITORY_ENVIRONMENT_RFC'
    EXPORTING
      obj_type          = lv_obj_type       "SEU_OBJ 
      environment_types = ls_envi_types     "ENVI_TYPES structure
      object_name       = obj_name-low      "SOBJ_NAME 
    TABLES
      environment_tab   = lt_info_envi.     "SENVI structure
*     SOURCE_OBJECTS    =


lv_obj_type   - Type of main object. It could be 'PROG' 'FUNC' 'INCL'.
ls_envi_types - Fill 'X' in all fields of this structure.
obj_name-low  - object name whose repository objects are needed.
lt_info_envi  - This structure will return repository objects and its type.
&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 12 Apr 2018 13:05:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-for-repository-objects-of-a-particular-program/m-p/637144#M26986</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-04-12T13:05:38Z</dc:date>
    </item>
  </channel>
</rss>

