<?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: Change Requests' relationship checking tool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-requests-relationship-checking-tool/m-p/2976689#M702647</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more thing, I wrote a how-to-use, but for now, only in Chinese, I will wrote an English one later. &lt;/P&gt;&lt;P&gt;Hope that's helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 04 Nov 2007 15:04:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-11-04T15:04:04Z</dc:date>
    <item>
      <title>Change Requests' relationship checking tool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-requests-relationship-checking-tool/m-p/2976688#M702646</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Due to the massed up change requests, I made a small tool to help improving change request release and tranport work.&lt;/P&gt;&lt;P&gt;It can be used to find out all related crs according to the objects they include but not table content type object. You can use it to find out the transport status and wrong sequences of related change requests.&lt;/P&gt;&lt;P&gt;Hope that's helpful. Any idea and improving suggestions or defects report will be very very welcome.&lt;/P&gt;&lt;P&gt;Try it. &lt;/P&gt;&lt;P&gt;download it here: &lt;A href="http://code.google.com/p/abapcrcheck/" target="test_blank"&gt;http://code.google.com/p/abapcrcheck/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;just download the zip file and extract it, create the program and copy code to it, it works fine in different systems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Zhang Liu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Nov 2007 14:46:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-requests-relationship-checking-tool/m-p/2976688#M702646</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-04T14:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: Change Requests' relationship checking tool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-requests-relationship-checking-tool/m-p/2976689#M702647</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One more thing, I wrote a how-to-use, but for now, only in Chinese, I will wrote an English one later. &lt;/P&gt;&lt;P&gt;Hope that's helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Nov 2007 15:04:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-requests-relationship-checking-tool/m-p/2976689#M702647</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-04T15:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Change Requests' relationship checking tool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-requests-relationship-checking-tool/m-p/2976690#M702648</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Zhang&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Neither version of your report contains the source for &amp;lt;b&amp;gt;ZTRACK_COUNT&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
*&amp;amp;---------------------------------------------------------------------*
*&amp;amp; Report  ZTRACK_CR_CHECK
*&amp;amp;
*&amp;amp;---------------------------------------------------------------------*
*&amp;amp; Version Beta 1.0.1 powered by Alex support site:
*&amp;amp;       http:/ztrack.imalex.net
*&amp;amp; Doesn't check R3TR,TABU type object,
*&amp;amp; usually they don't calls overwriting.
*&amp;amp;---------------------------------------------------------------------*

REPORT  ZTRACK_CR_CHECK LINE-SIZE 255 NO STANDARD PAGE HEADING.

INCLUDE ZTRACK_CR_CHECK_TOP.
INCLUDE RDDKORRI.
INCLUDE ZTRACK_CR_CHECK_F01.
INCLUDE ZTRACK_CR_CHECK_F02.

START-OF-SELECTION.
  PERFORM SUB_INIT_OBJ_NAME_FILTER.
  PERFORM SUB_GET_TRKORR_RELATED.
  PERFORM SUB_GET_TRKORR_LOGS.

END-OF-SELECTION.
*  PERFORM SUB_COUNT IN PROGRAM ZTRACK_COUNT.  " not provided
  PERFORM SUB_WRITE_DATA.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Nov 2007 15:33:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-requests-relationship-checking-tool/m-p/2976690#M702648</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2007-11-04T15:33:18Z</dc:date>
    </item>
    <item>
      <title>Re: Change Requests' relationship checking tool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-requests-relationship-checking-tool/m-p/2976691#M702649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry man, I've corrected it. Please redownload it again or just simly commented that line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 05 Nov 2007 00:24:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-requests-relationship-checking-tool/m-p/2976691#M702649</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-11-05T00:24:06Z</dc:date>
    </item>
  </channel>
</rss>

