<?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: Compare code between systems in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/compare-code-between-systems/m-p/1882603#M370546</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well the strange thing is Tcode VK11 works in Test (where RV13F501 doesn't exist) but not in Dev (where RV13F501) does exist.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Jan 2007 13:58:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-19T13:58:51Z</dc:date>
    <item>
      <title>Compare code between systems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/compare-code-between-systems/m-p/1882599#M370542</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;&lt;/P&gt;&lt;P&gt;I need to compare the code of a report between our test and development systems.  I know SE39 will do a compare but when I run se39 in DL2 (development) I can't see TL2(test system) in the list.  The same happens when I run se39 in TL2, I can't see DL2 in the list of systems.  That's only the first part of the problem.  The second part is I can't open the code in our test system.  I'm trying to look at the report RV13F501.  It is for Transaction VK11.  This transaction works fine in our test system but not in development.  In development it has a runtime error on the last IF statement:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;  IF KOMGF-ZZPMATN IS INITIAL AND LFD_INDEX &amp;lt; R_BEDNG.
    R_SUBRC = 4.
    EXIT.
  ENDIF.
  ADD 1 TO LFD_INDEX.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is ZZPMATN is not in the table KOMGF.  However, it isn't in the table in either system so I need to find out why it works in Test but not Dev.  Any help would be appreciated!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aaron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 13:36:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/compare-code-between-systems/m-p/1882599#M370542</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T13:36:48Z</dc:date>
    </item>
    <item>
      <title>Re: Compare code between systems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/compare-code-between-systems/m-p/1882600#M370543</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If ZZPMATN doesn't exist in KOMGF then a syntax error should occur. Syntax check both programs in both systems.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 13:41:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/compare-code-between-systems/m-p/1882600#M370543</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T13:41:04Z</dc:date>
    </item>
    <item>
      <title>Re: Compare code between systems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/compare-code-between-systems/m-p/1882601#M370544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply.  I wanted to do a side-by-side comparison but I can't even view the code in Test.  I go to SE38 and type in the report (RV13F501) and it says that RV13F501 does not exist.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 13:52:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/compare-code-between-systems/m-p/1882601#M370544</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T13:52:10Z</dc:date>
    </item>
    <item>
      <title>Re: Compare code between systems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/compare-code-between-systems/m-p/1882602#M370545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;A standard SAP program does not exist in the test system. I think you have other problems then. Therefore there is no point in doing a remote compare if the program does not exist in test. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to find out why it is not in the test system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have just realised. Is this program an output requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Martin Shinks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 13:55:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/compare-code-between-systems/m-p/1882602#M370545</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T13:55:52Z</dc:date>
    </item>
    <item>
      <title>Re: Compare code between systems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/compare-code-between-systems/m-p/1882603#M370546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well the strange thing is Tcode VK11 works in Test (where RV13F501 doesn't exist) but not in Dev (where RV13F501) does exist.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 13:58:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/compare-code-between-systems/m-p/1882603#M370546</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T13:58:51Z</dc:date>
    </item>
    <item>
      <title>Re: Compare code between systems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/compare-code-between-systems/m-p/1882604#M370547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this program an output requirement program. Who created it. Check the created by user in your dev system and find out what transport it is on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 14:01:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/compare-code-between-systems/m-p/1882604#M370547</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T14:01:08Z</dc:date>
    </item>
    <item>
      <title>Re: Compare code between systems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/compare-code-between-systems/m-p/1882605#M370548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do I check the created by user or the transport it belongs to?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also here are the comments at the beginning of the program.  They concern me a bit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;***********************************************************************&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                                                                     *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Report for the access of condition records.                        *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                                                                     *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Usage        : F                                                   *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Table        : 501                                                 *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Physical Tab : KOTF501                                             *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                                                                     *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Report-Generation from 01/18/2007 17:03:02                         *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                                                                     *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Please do not call this coding directly.  You must first call      *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  the function RV_T681_SELECT_AND_GENERATE to insure that the report *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  exists and/or is up-to-date.                                       *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                                                                     *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Do not change this report; your changes will be lost !             *&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;                                                                     *&lt;/P&gt;&lt;/LI&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="71" type="ul"&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 14:06:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/compare-code-between-systems/m-p/1882605#M370548</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T14:06:12Z</dc:date>
    </item>
    <item>
      <title>Re: Compare code between systems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/compare-code-between-systems/m-p/1882606#M370549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can check by looking at the attributes of the program in SE38. This will tell you who created it. Within SE38, goto menu Utilities-&amp;gt;Versions-Version Management. This will tell you if it is on a transport.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The comment * Report for the access of condition records. * suggests to me that it is an output requirement program that will be used to specify if document output (Print, EDI etc ) is requried or not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The program should be called via standard SAP to determine if output is required or not. I am suprised that this does not exist in your test system. That is why I can only assume it was not created by SAP. These program can be created manually, but usually have the numbers 901, 902 etc in them. As SAP will not use this number range for new programs.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 14:10:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/compare-code-between-systems/m-p/1882606#M370549</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T14:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Compare code between systems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/compare-code-between-systems/m-p/1882607#M370550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When I go to version management it says that no version are found.  From what I gather the program check to ensure that all data is correct before a save is performed.  Tcode vk11 is used to create pricing conditions.  Even if I try to compare the code in SAPMV13A I can't do it because the other system (Test or Dev) is not available in the split-screen editor. (SE39)  Is there another way to do an automatic compare?  I need to find out how the validation is done in Test.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Aaron Shover&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 14:18:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/compare-code-between-systems/m-p/1882607#M370550</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T14:18:36Z</dc:date>
    </item>
    <item>
      <title>Re: Compare code between systems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/compare-code-between-systems/m-p/1882608#M370551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The strange thing, to me, is that if I do a where used on RV13F501 in Dev (where it exists and is called by tcode vk11) it comes back and says that "Program RV13F501 not found in search area".  I checked off every box to search in every area and it isn't found.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EDIT:  It is an SAP Program (or so I assume) because when I try to change the program it asks for an access key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Aaron Shover&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 14:24:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/compare-code-between-systems/m-p/1882608#M370551</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T14:24:31Z</dc:date>
    </item>
    <item>
      <title>Re: Compare code between systems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/compare-code-between-systems/m-p/1882609#M370552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;To be able to use SE39, then the second system needs to be set up as a logical system. This is a basis task.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think u might have to abandon using SE39 and have two seperate sessions open for both dev and test. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Which user created the program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would still want to know y this program is not in test. Should the program still be in dev.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 14:25:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/compare-code-between-systems/m-p/1882609#M370552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T14:25:51Z</dc:date>
    </item>
    <item>
      <title>Re: Compare code between systems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/compare-code-between-systems/m-p/1882610#M370553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok, I think I found the answer the problem (but not the question) if that makes sense.  We did an upgrade to ECC 5.0 the last weekend of October.  If I look in Test and Prod RV13F501 does not exist but RV13F502 does and it has a timestamp of 10/30/06 (the date of the upgrade).  Also both RV13F501 and 502 are SAP generated programs.  This leads me to two "things".  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1.  A table/report/data element did not get created in Dev during the upgrade.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2.  Somewhere SAP thinks that we have a data element ZZPMATN in table KOMGF.  Why it thinks we have this element is beyond me.  I guess I am going to do an OSS search on RV13F501 and RV_T681_SELECT_AND_GENERATE to see if anything shows up.  Do you have any other ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help,&lt;/P&gt;&lt;P&gt;Aaron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 15:04:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/compare-code-between-systems/m-p/1882610#M370553</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T15:04:59Z</dc:date>
    </item>
  </channel>
</rss>

