<?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: To Get Different Version of program through programatically. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-get-different-version-of-program-through-programatically/m-p/6355126#M1399514</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Feb 2010 20:42:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-22T20:42:16Z</dc:date>
    <item>
      <title>To Get Different Version of program through programatically.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-get-different-version-of-program-through-programatically/m-p/6355120#M1399508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is to find no. of line changes betwwen two version of program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did the following steps&lt;/P&gt;&lt;P&gt;i) Got  the Transport request number from table e070 for corresponding users.&lt;/P&gt;&lt;P&gt;ii) Got the pgmid object obj_name from table E071.&lt;/P&gt;&lt;P&gt;iii) Got the remaining details from TADIR and trdir table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And for Each name file from TADIR table,&lt;/P&gt;&lt;P&gt;By using Read Report statement I got the program in Internal table and able to count the no of lines, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But how i can retrieve the different/old version of program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your early reply would be highly appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2009 09:20:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-get-different-version-of-program-through-programatically/m-p/6355120#M1399508</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-19T09:20:37Z</dc:date>
    </item>
    <item>
      <title>Re: To Get Different Version of program through programatically.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-get-different-version-of-program-through-programatically/m-p/6355121#M1399509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi James,&lt;/P&gt;&lt;P&gt;please take a look at Form "compare_versions" in Include LSVRLF04.&lt;/P&gt;&lt;P&gt;Maybe you will find a suggestion to solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Markus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2009 09:37:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-get-different-version-of-program-through-programatically/m-p/6355121#M1399509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-19T09:37:53Z</dc:date>
    </item>
    <item>
      <title>Re: To Get Different Version of program through programatically.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-get-different-version-of-program-through-programatically/m-p/6355122#M1399510</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;Check the table &lt;STRONG&gt;VRSD&lt;/STRONG&gt; to get the transport requests of the older versions of the object. Using these older transport requests follow the same procedure for reading the corresponding program version code and compare&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2009 09:39:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-get-different-version-of-program-through-programatically/m-p/6355122#M1399510</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-19T09:39:24Z</dc:date>
    </item>
    <item>
      <title>Re: To Get Different Version of program through programatically.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-get-different-version-of-program-through-programatically/m-p/6355123#M1399511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vikranth,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I know VRSD is the table we can get the version number, but for both version the &lt;/P&gt;&lt;P&gt;Program/object number will be the same. So we cannot achive my requirement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi Markus, &lt;/P&gt;&lt;P&gt;I am looking into the compare_versions form, but its clueless for me!,&lt;/P&gt;&lt;P&gt;How it works any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2009 09:47:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-get-different-version-of-program-through-programatically/m-p/6355123#M1399511</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-19T09:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: To Get Different Version of program through programatically.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-get-different-version-of-program-through-programatically/m-p/6355124#M1399512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Markus, &lt;/P&gt;&lt;P&gt;I am looking into the compare_versions form, but its clueless for me!,&lt;/P&gt;&lt;P&gt;How it works any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;James&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2009 09:56:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-get-different-version-of-program-through-programatically/m-p/6355124#M1399512</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-19T09:56:20Z</dc:date>
    </item>
    <item>
      <title>Re: To Get Different Version of program through programatically.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-get-different-version-of-program-through-programatically/m-p/6355125#M1399513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello James,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a easier and a better way to do this. You dont have to read the multiple tables and use read report statement. Just use the Function module &lt;STRONG&gt;SVRS_GET_REPS_FROM_OBJECT&lt;/STRONG&gt;. Pass the program name and the corresponding version number from the table VRSD. You will get the corresponding program code in the export internal table and using describe statement you find the difference in lines&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Nov 2009 10:23:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-get-different-version-of-program-through-programatically/m-p/6355125#M1399513</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-19T10:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: To Get Different Version of program through programatically.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/to-get-different-version-of-program-through-programatically/m-p/6355126#M1399514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Answered&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 20:42:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/to-get-different-version-of-program-through-programatically/m-p/6355126#M1399514</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-22T20:42:16Z</dc:date>
    </item>
  </channel>
</rss>

