<?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: Comparing spool files in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-spool-files/m-p/1042724#M86995</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andreas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for the reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know how to read the SPOOL data (I'm using RSPO_RETURN_SPOOLJOB). The problem is to compare the data like the version management does. Any Idea?&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;tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Nov 2005 13:37:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-11-02T13:37:02Z</dc:date>
    <item>
      <title>Comparing spool files</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-spool-files/m-p/1042721#M86992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to find a way to compare spool files. I would like to have a rusult like the version comparison of abap reports. I have tried the fm used, bu the result is unsatisfactory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;does anyone have an idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2005 07:47:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-spool-files/m-p/1042721#M86992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-28T07:47:41Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing spool files</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-spool-files/m-p/1042722#M86993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try that:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)fm RSPO_RETURN_ABAP_SPOOLJOB  spool-no. 1&lt;/P&gt;&lt;P&gt;2)fm RSPO_RETURN_ABAP_SPOOLJOB  spool-no. 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;compare received internal tables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards Andreas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2005 10:46:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-spool-files/m-p/1042722#M86993</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2005-10-28T10:46:16Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing spool files</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-spool-files/m-p/1042723#M86994</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;  First read the spool files and move to internal tables.&lt;/P&gt;&lt;P&gt;  You can use the function module :&lt;/P&gt;&lt;P&gt;  'RS_EDTR_SPLIT_SCREEN_EDIT'  to compare internal &lt;/P&gt;&lt;P&gt;  tables data. It will dsplay the data in split screen &lt;/P&gt;&lt;P&gt;  editor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Siri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Oct 2005 11:36:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-spool-files/m-p/1042723#M86994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-10-28T11:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing spool files</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-spool-files/m-p/1042724#M86995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andreas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you for the reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know how to read the SPOOL data (I'm using RSPO_RETURN_SPOOLJOB). The problem is to compare the data like the version management does. Any Idea?&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;tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2005 13:37:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-spool-files/m-p/1042724#M86995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-02T13:37:02Z</dc:date>
    </item>
    <item>
      <title>Re: Comparing spool files</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-spool-files/m-p/1042725#M86996</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Siri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;brilliant tip. Does it almost perfect. Problem is still the fact that all these tools are designed to compare ABAP sources and not spool-lists. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;maybe I should give everybody more background.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the idea is to compare the result of a specific list between two systems in the process of an upgrade. we have a 4.7 system (6.20) and we are going to upgrade to 6.40. In order to test the results of customer specific and standard reports it would be nice to compare the spool list automatically. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this makes it easier to put into context.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for any further tips&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2005 14:34:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comparing-spool-files/m-p/1042725#M86996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-11-02T14:34:34Z</dc:date>
    </item>
  </channel>
</rss>

