<?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: Function module for Version compares in different systems in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-version-compares-in-different-systems/m-p/5318884#M1226032</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For Version conversion you need to reed enteries in Table VRSD in both source and target systems and then compare with the Object Name or The Transport Number.&lt;/P&gt;&lt;P&gt;To read the table from remote system use RFC_GET_TABLE_ENTERIES (Just cross check in SE37).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Mar 2009 09:37:58 GMT</pubDate>
    <dc:creator>amit_khare</dc:creator>
    <dc:date>2009-03-12T09:37:58Z</dc:date>
    <item>
      <title>Function module for Version compares in different systems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-version-compares-in-different-systems/m-p/5318883#M1226031</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;Can you let me know which function module would provide me with the version compare log.&lt;/P&gt;&lt;P&gt;i need this comparison log to be generated internally by my program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 09:33:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-version-compares-in-different-systems/m-p/5318883#M1226031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-12T09:33:58Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for Version compares in different systems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-version-compares-in-different-systems/m-p/5318884#M1226032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;For Version conversion you need to reed enteries in Table VRSD in both source and target systems and then compare with the Object Name or The Transport Number.&lt;/P&gt;&lt;P&gt;To read the table from remote system use RFC_GET_TABLE_ENTERIES (Just cross check in SE37).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 09:37:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-version-compares-in-different-systems/m-p/5318884#M1226032</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2009-03-12T09:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for Version compares in different systems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-version-compares-in-different-systems/m-p/5318885#M1226033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Check this FM:&lt;/P&gt;&lt;P&gt;IW_C_GET_FRONTEND_VERSION - Version of SAP front-end installed on a PC &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 09:40:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-version-compares-in-different-systems/m-p/5318885#M1226033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-12T09:40:36Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for Version compares in different systems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-version-compares-in-different-systems/m-p/5318886#M1226034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No clue but this might be helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to Se80/SE38 ..take a program, goto utilities --&amp;gt; version --&amp;gt; version management &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the 'compare two versions' options in debugging mode, and see how SAP is doing it, which FMs it is using , which tables its querying etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mathews&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 09:49:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-version-compares-in-different-systems/m-p/5318886#M1226034</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-12T09:49:04Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for Version compares in different systems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-version-compares-in-different-systems/m-p/5318887#M1226035</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was looking for the function module which will compare versions of the same program in two different systems. Mathews do you have any idea regarding the name of these FM's&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 10:02:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-version-compares-in-different-systems/m-p/5318887#M1226035</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-12T10:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for Version compares in different systems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-version-compares-in-different-systems/m-p/5318888#M1226036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes I understood your requirement but I dont have access to SAP today (its weekend here and cant login from home ), thats why I suggested you look into the SAP standard way of doing it and the function modules used inside the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mathews&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 10:14:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-version-compares-in-different-systems/m-p/5318888#M1226036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-12T10:14:28Z</dc:date>
    </item>
    <item>
      <title>Re: Function module for Version compares in different systems</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-version-compares-in-different-systems/m-p/5318889#M1226037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I debugged what the Std does in version comparison. It basically calls :&lt;/P&gt;&lt;P&gt;the FM : &lt;STRONG&gt;SVRS_SHORT2LONG_NAME&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;for both the programs to be compare and passes the values to &lt;/P&gt;&lt;P&gt;the Report : &lt;STRONG&gt;RSVRSRS3&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set a break-point within the Form : &lt;EM&gt;compare_versions&lt;/EM&gt; in the include : &lt;EM&gt;LSVRLF04&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;and check how the values are getting populated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Remi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Mar 2009 12:47:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-for-version-compares-in-different-systems/m-p/5318889#M1226037</guid>
      <dc:creator>RemiKaimal</dc:creator>
      <dc:date>2009-03-12T12:47:53Z</dc:date>
    </item>
  </channel>
</rss>

