<?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/6452299#M1414019</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to version management and select your 0002 version and click on retrieve.&lt;/P&gt;&lt;P&gt;This will overwrite the active version with the version selected and the it will create a temperory version of the active version which existed.&lt;/P&gt;&lt;P&gt;You dont need to manually copy the previous version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lalit Mohan Gupta.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Dec 2009 08:19:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-12-21T08:19:27Z</dc:date>
    <item>
      <title>Version Management</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/version-management/m-p/6452298#M1414018</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;I am using z1 program in the version of 00004.Now i want to activate the version of 00002.That can be done by only through the code &lt;STRONG&gt;not from sapGUI&lt;/STRONG&gt; For this i got one code like below and i pasted in z1 program also...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: lv_objname_l LIKE vrsd-objname,&lt;/P&gt;&lt;P&gt;        ls_infoline_1_a LIKE vrsinfolna,&lt;/P&gt;&lt;P&gt;        ls_infoline_1_b LIKE vrsinfolnb.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;      SUBMIT (dir_f9_report) AND RETURN&lt;/P&gt;&lt;P&gt;        WITH objtype = ls_vers_1-objtype&lt;/P&gt;&lt;P&gt;        WITH objname = lv_objname_l&lt;/P&gt;&lt;P&gt;        WITH versno  = ls_vers_1-versno&lt;/P&gt;&lt;P&gt;        WITH infolna = ls_infoline1a&lt;/P&gt;&lt;P&gt;        WITH infolnb = ls_infoline1b.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this i gave the value like&lt;/P&gt;&lt;P&gt;  dir_f9_report = z1&lt;/P&gt;&lt;P&gt;  objname  = z1&lt;/P&gt;&lt;P&gt;  versno = 00002&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  But for objtype,infolna,infolnb what shall i give and also the given values are correct?????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2009 06:55:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/version-management/m-p/6452298#M1414018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-21T06:55:09Z</dc:date>
    </item>
    <item>
      <title>Re: Version Management</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/version-management/m-p/6452299#M1414019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Go to version management and select your 0002 version and click on retrieve.&lt;/P&gt;&lt;P&gt;This will overwrite the active version with the version selected and the it will create a temperory version of the active version which existed.&lt;/P&gt;&lt;P&gt;You dont need to manually copy the previous version.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lalit Mohan Gupta.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2009 08:19:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/version-management/m-p/6452299#M1414019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-21T08:19:27Z</dc:date>
    </item>
    <item>
      <title>Re: Version Management</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/version-management/m-p/6452300#M1414020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think you are confused.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SUBMIT 'Program' WITH VERSNO = '00001', does &lt;STRONG&gt;not&lt;/STRONG&gt; run version 00001 of 'Program'.  It runs 'Program' setting "VERSNO" on 'Program''s selection screen to be '00001'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2009 08:46:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/version-management/m-p/6452300#M1414020</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2009-12-21T08:46:31Z</dc:date>
    </item>
    <item>
      <title>Re: Version Management</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/version-management/m-p/6452301#M1414021</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;seems to be a follow up to &lt;SPAN __jive_macro_name="thread" id="1561708"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't think there is a completely "dark" way of doing this, at least not a straightforward one. The SAP standard determines the program for version retrieval per object type from table VERSOBJ by using function module SVRS_GET_OBJECT_REPORTS, then calls this program, e.g. RSEDTVE1 for object type REPS (report source). RSEDTVE1 however comes up with a pop up like "are you sure you want to do this?". It also contains lots of complex logic that does not seem to be encapsulated anywhere else (have not checked though).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Dec 2009 09:22:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/version-management/m-p/6452301#M1414021</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2009-12-21T09:22:01Z</dc:date>
    </item>
    <item>
      <title>Re: Version Management</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/version-management/m-p/6452302#M1414022</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;&lt;/P&gt;&lt;P&gt;Like this the same way what is the FM for Generate version.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 Dec 2009 11:32:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/version-management/m-p/6452302#M1414022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-12-23T11:32:53Z</dc:date>
    </item>
  </channel>
</rss>

