<?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: How to freeze a version program in Development environment ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-freeze-a-version-program-in-development-environment/m-p/8972284#M1695809</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frank,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Having more than one open transport contain the same object would violate SAP's change management paradigm, so the system will not allow it. The problem would be that with multiple open transports containing the same object, the system would not know to what transport new changes should be saved. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only option I can think of would be to convince your Basis folks to no longer automatically transport released transports to your QA system. Once a transport is released, you are free to create a new transport for the object, but as Max has pointed out, you could easily find yourself in a situation where transports are migrated out of order, potentially causing issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you aware of "version management", which enables you to retrieve a prior version or compare versions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Amy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Sep 2012 17:34:38 GMT</pubDate>
    <dc:creator>amy_king</dc:creator>
    <dc:date>2012-09-19T17:34:38Z</dc:date>
    <item>
      <title>How to freeze a version program in Development environment ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-freeze-a-version-program-in-development-environment/m-p/8972278#M1695803</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 have some requirement, when we have an ABAP program we make all the necesary changes in development environment (in one Request) , once the request is transported, then the system ask us for a new request. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, is there any way to do something similar but even before the request has been transported ?&amp;nbsp; I mean i need to be able to 'freeze' one program version in developmennt enviroment , what we want is that when we test one progran in development environment (we 'close' that version), no more changes can be made to the current version program even if the current request has not been transported ; something like if the current request has been released and the system ask you for a new request and we could have two versions (two requests) in same development environment .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea please ? I hope i explain myself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 15:50:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-freeze-a-version-program-in-development-environment/m-p/8972278#M1695803</guid>
      <dc:creator>former_member425121</dc:creator>
      <dc:date>2012-09-19T15:50:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to freeze a version program in Development environment ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-freeze-a-version-program-in-development-environment/m-p/8972279#M1695804</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;The system create a new version as soon as the cr is released, so not while transporting it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So if you need to "freeze" a version, you need only to release the request, the problem could be you'll have many request for the same object not transported yet, so you'll be carefull when you need to transport them, I mean you'll have to transport them in right sequence.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 16:12:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-freeze-a-version-program-in-development-environment/m-p/8972279#M1695804</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-19T16:12:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to freeze a version program in Development environment ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-freeze-a-version-program-in-development-environment/m-p/8972280#M1695805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks &lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;Max&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In my job system, once a request is released the system automatically transport the request to quality environement, it takes 5 minutes at most . That because i wuold try to create new request even if the previous request is not transported (or released) .&amp;nbsp; Is there any way to do this or something like this ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 16:25:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-freeze-a-version-program-in-development-environment/m-p/8972280#M1695805</guid>
      <dc:creator>former_member425121</dc:creator>
      <dc:date>2012-09-19T16:25:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to freeze a version program in Development environment ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-freeze-a-version-program-in-development-environment/m-p/8972281#M1695806</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;&lt;/P&gt;&lt;P&gt;No&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can't release a request without to transport it, you can only lock the program in order to prevent another developer can change the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 16:49:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-freeze-a-version-program-in-development-environment/m-p/8972281#M1695806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-19T16:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to freeze a version program in Development environment ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-freeze-a-version-program-in-development-environment/m-p/8972282#M1695807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Frank,&lt;/P&gt;&lt;P&gt;Here is what you could do. There is no standard way to control this. You could build a custom logic for this requirement. Create a new custom table where you maintain the program and the flag that it is freezed. You could add trnasport and other fields also, but program name and flag are mandatory. Find a enhancement in SE38 when you change a program. Here check if the program is in custom table and marked for freeze if so exit out of the program without allowing to change it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you need any further details on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: The program behind SE38 is RSABAPPROGRAM. Line 13 of this program says create a request. You could see if you can get some enhancement before this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Swanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 17:02:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-freeze-a-version-program-in-development-environment/m-p/8972282#M1695807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-19T17:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to freeze a version program in Development environment ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-freeze-a-version-program-in-development-environment/m-p/8972283#M1695808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not a basis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but it can try to ask if it's possible to create a virtual system (in STMS) where the transport can be placed after releasing it, and when it needs you can move the request from virtual queue to the test one in order to transport it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 17:32:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-freeze-a-version-program-in-development-environment/m-p/8972283#M1695808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-19T17:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to freeze a version program in Development environment ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-freeze-a-version-program-in-development-environment/m-p/8972284#M1695809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frank,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Having more than one open transport contain the same object would violate SAP's change management paradigm, so the system will not allow it. The problem would be that with multiple open transports containing the same object, the system would not know to what transport new changes should be saved. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The only option I can think of would be to convince your Basis folks to no longer automatically transport released transports to your QA system. Once a transport is released, you are free to create a new transport for the object, but as Max has pointed out, you could easily find yourself in a situation where transports are migrated out of order, potentially causing issues.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you aware of "version management", which enables you to retrieve a prior version or compare versions?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Amy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 17:34:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-freeze-a-version-program-in-development-environment/m-p/8972284#M1695809</guid>
      <dc:creator>amy_king</dc:creator>
      <dc:date>2012-09-19T17:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to freeze a version program in Development environment ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-freeze-a-version-program-in-development-environment/m-p/8972285#M1695810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Max, Swanand, Amy for you replies.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Talking about the version management, so far i know with this functionality you can have just one active versión, and i do not really know how to manage this functionality when you will have the 'freezed'version version and the new no-closed version in the same request and then you want to release/transport the closed version. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got this requirement is not SAP standard functinality, so i'm going to explore your suggestions or finally consider it not feasible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bes Regards&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 17:58:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-freeze-a-version-program-in-development-environment/m-p/8972285#M1695810</guid>
      <dc:creator>former_member425121</dc:creator>
      <dc:date>2012-09-19T17:58:30Z</dc:date>
    </item>
    <item>
      <title>Re: How to freeze a version program in Development environment ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-freeze-a-version-program-in-development-environment/m-p/8972286#M1695811</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 have not really managed the Version Management; with this functionality is it possible have several versions , of course in the same request, and then transport just one of these versions (1) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you test your program and you want to 'close'/'freeze' this version, then you use the 'Generate version' functionality and create version 0001 with original changes CH_1 . Then you make some new changes CH_2 ; then you want to release/transport the closed version (vers.0001 with CH_1) ; you make active the closed version 0001 CH_1 and then you release the request; in this case you release only the closed 0001 version with changes CH_1 because this version is the current active version , is it right (2) ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then once the request is released/transported, when you open again the program to do some new changes, how can we retrieve the version wich has not been yet closed with changes CH_2 ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope i explain my self.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards.&lt;/P&gt;&lt;P&gt;Frank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 18:15:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-freeze-a-version-program-in-development-environment/m-p/8972286#M1695811</guid>
      <dc:creator>former_member425121</dc:creator>
      <dc:date>2012-09-19T18:15:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to freeze a version program in Development environment ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-freeze-a-version-program-in-development-environment/m-p/8972287#M1695812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Frank,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are still bound by the requirement that all changes to an object go into the object's open transport, if one exists. I meant only that &lt;A href="http://help.sap.com/saphelp_nw04s/helpdata/en/87/0a6b3ae886e511e10000000a114084/frameset.htm"&gt;version management&lt;/A&gt; might give you an alternative approach to needing access to prior versions of an object, but it isn't designed to work as you have described. With version management, you can generate a version of an object in its current state and you can "roll back" to a prior version of an object if needed. In addition, each transport creates a version upon release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Amy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Sep 2012 18:54:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-freeze-a-version-program-in-development-environment/m-p/8972287#M1695812</guid>
      <dc:creator>amy_king</dc:creator>
      <dc:date>2012-09-19T18:54:39Z</dc:date>
    </item>
  </channel>
</rss>

