<?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: Version Management in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/version-management/m-p/9639506#M1762784</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;you can use FM GET_VERSION_LIST_46/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Aug 2013 11:50:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-08-14T11:50:58Z</dc:date>
    <item>
      <title>Version Management</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/version-management/m-p/9639505#M1762783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am working on a tool for Version Management. I made a function module via RFC that searches for object names with their types in different boxes by accessing the tables such as VRSD, E071, E070, E070A, etc.. One object name I found is that it exist in the production box's VRSD but in the other box (test box's VRSD table), the object name is not existing. Checking manually in SE37 because the object is a FUNC type, the object exists physically and I wonder why it is not in VRSD or any version management tables. Do you have any idea where else can I look for the object names but I need to return the information that looks like the structure of VRSD. Or how does table VRSD or any version management table get updated? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 07:10:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/version-management/m-p/9639505#M1762783</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-14T07:10:11Z</dc:date>
    </item>
    <item>
      <title>Re: Version Management</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/version-management/m-p/9639506#M1762784</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;you can use FM GET_VERSION_LIST_46/&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 11:50:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/version-management/m-p/9639506#M1762784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-14T11:50:58Z</dc:date>
    </item>
    <item>
      <title>Re: Version Management</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/version-management/m-p/9639507#M1762785</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;You only have the correct versions of your objects on your development system because for most objects the versions are not transported.&lt;/P&gt;&lt;P&gt;That's why you miss most of the versions in the VRSD table on systems different from your development environment.&lt;/P&gt;&lt;P&gt;This is also explained in SAP Note :&lt;/P&gt;&lt;P&gt;&lt;A class="urLnkFunction urVt1 active_link" href="https://service.sap.com/sap/support/notes/130906" title="Right mouse click to add this SAP Note to your browser favorites"&gt;&lt;SPAN class="urTxtH1" id="header_data"&gt;Note 130906 - How can versions be transported?&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table TADIR contains all your repository objects, this table is always updated when you perform a transport.&lt;/P&gt;&lt;P&gt;When you need more details for a specific object afterwards you need to query more tables.&lt;/P&gt;&lt;P&gt;Example TRDIR contains more details like change date for all your ABAP programs.&lt;/P&gt;&lt;P&gt;More info for other repository objects like data elements, tables, ... can be found in the DD* tables (DD02L, DD01L, DD03l, ...).&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;Wim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Aug 2013 11:56:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/version-management/m-p/9639507#M1762785</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-08-14T11:56:05Z</dc:date>
    </item>
    <item>
      <title>Re: Version Management</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/version-management/m-p/9639508#M1762786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Allan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you brief on the purpose of your tool when you say "Version management" ?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use the function &lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S52"&gt; &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'&lt;/SPAN&gt;&lt;/SPAN&gt;SVRS_GET_VERSION_DIRECTORY_46&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;' by passing the appropriate logical destination and object type and objectname .&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will give you&amp;nbsp; the VRSN and VRSD tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S31"&gt;*"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; LVERSNO_LIST STRUCTURE&amp;nbsp; VRSN&lt;BR /&gt; &lt;SPAN class="L0S31"&gt;*"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; VERSION_LIST STRUCTURE&amp;nbsp; VRSD&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;Depending on the settings of your Q and Prod boxes, you may not have any versions in version database ( VRSD ). But you still will have a 0000 version ( The Active version )&amp;nbsp; as at least one entry in the VERSION_LIST itab.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;We have already developed a smartVersion Comparison for one our&amp;nbsp; products which does automatic version comparison across landscape and provides alerts to the developer while they are going to change the code at critical contexts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note that unless you want to track transports, for just versions the E070 and family need not be referred.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So you may contact me for any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;Regards&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S33"&gt;Kesari Katakam &lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Aug 2013 21:39:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/version-management/m-p/9639508#M1762786</guid>
      <dc:creator>kesarikatakam</dc:creator>
      <dc:date>2013-08-15T21:39:04Z</dc:date>
    </item>
  </channel>
</rss>

