<?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: script locks in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-locks/m-p/2392891#M532302</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as u know that Scripts dont have version management ? so there is such options to revert back changes , but what  u can do is download from diffrent server and upload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to find out trasnport request &lt;/P&gt;&lt;P&gt;run this program &lt;/P&gt;&lt;P&gt;RSWBO040&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM  and Form name &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then tick thiis one and execute&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here it will give Transport Request number.&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;Peram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 14 Jun 2007 04:21:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-14T04:21:05Z</dc:date>
    <item>
      <title>script locks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-locks/m-p/2392890#M532301</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;                 I just had a couple of questions:&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;There are two layout sets in DEV that I would like to import PRD's layout sets  to , but they're locked by a transport.  How do you find out if a program or layout set is locked by a transport and what the transport is?  Is there a way to identify what changes have been made within a transport?  If I delete a transport, what happens to  the changes made to the object?  Do the changes remain or do they roll back to the way the object was before the changes? &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Please advise.&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, 13 Jun 2007 13:42:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-locks/m-p/2392890#M532301</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-13T13:42:02Z</dc:date>
    </item>
    <item>
      <title>Re: script locks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-locks/m-p/2392891#M532302</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;as u know that Scripts dont have version management ? so there is such options to revert back changes , but what  u can do is download from diffrent server and upload.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to find out trasnport request &lt;/P&gt;&lt;P&gt;run this program &lt;/P&gt;&lt;P&gt;RSWBO040&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;give &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FORM  and Form name &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then tick thiis one and execute&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here it will give Transport Request number.&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;Peram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 04:21:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-locks/m-p/2392891#M532302</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T04:21:05Z</dc:date>
    </item>
    <item>
      <title>Re: script locks</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/script-locks/m-p/2392892#M532303</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;There are two layout sets in DEV that I would like to import PRD's layout sets to , but they're locked by a transport. &lt;/P&gt;&lt;P&gt;You can import/download the script using the program RSTXSCRP from one system and again upload to other system using the same program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How do you find out if a program or layout set is locked by a transport and what the transport is?Is there a way to identify what changes have been made within a transport? &lt;/P&gt;&lt;P&gt;See in the SM12 for the lock entries and use the Version management for the different versions of the script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I delete a transport, what happens to the changes made to the object? Do the changes remain or do they roll back to the way the object was before the changes? &lt;/P&gt;&lt;P&gt;Even if you delete the transport nothing happens to the changes made to the script, they will remain same. they won't rollback.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points for useful Answers&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 Jun 2007 04:38:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/script-locks/m-p/2392892#M532303</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-14T04:38:04Z</dc:date>
    </item>
  </channel>
</rss>

