<?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: SAPScript Version Management in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-version-management/m-p/944815#M63945</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is also a good coding practice to create a dummy window called "Version" and put comments in the window with the transport number and a brief description of your changes.  This window would not be assigned any pages and would not print, but it does serve as a versioning of sorts.  If each change is subsequently recorded in this fashion, you can always revert to an earlier version by re-importing the transport.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course, this suggestion is virtually useless if you are the only developer in your company who follows this practice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Aug 2005 20:15:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-08-22T20:15:34Z</dc:date>
    <item>
      <title>SAPScript Version Management</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-version-management/m-p/944812#M63942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Please let me know how i can see the version management of a particular SAPScript.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Suresh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2005 10:11:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-version-management/m-p/944812#M63942</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-22T10:11:16Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScript Version Management</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-version-management/m-p/944813#M63943</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;SAPScript are not version managed. To store version you need to simply download and store the scripts.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Shekhar Kulkarni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2005 10:13:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-version-management/m-p/944813#M63943</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-22T10:13:27Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScript Version Management</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-version-management/m-p/944814#M63944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shekher is right. There are no as such versions in Sapscript except language versions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should copy your forms if you feel the need of version. The best way to copy is to use the program: RSTXSCRP. The same program can again be used to import the file back if needed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need more information about this import/export program, please check the link to forum (i got reward points for this forum &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt; )-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/sdn/collaboration.sdn?node=linkFnode6-1&amp;amp;contenttype=url&amp;amp;content=https://" target="test_blank"&gt;https://www.sdn.sap.com/sdn/collaboration.sdn?node=linkFnode6-1&amp;amp;contenttype=url&amp;amp;content=https://&lt;/A&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="613385"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ashish Jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2005 10:52:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-version-management/m-p/944814#M63944</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-22T10:52:38Z</dc:date>
    </item>
    <item>
      <title>Re: SAPScript Version Management</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-version-management/m-p/944815#M63945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is also a good coding practice to create a dummy window called "Version" and put comments in the window with the transport number and a brief description of your changes.  This window would not be assigned any pages and would not print, but it does serve as a versioning of sorts.  If each change is subsequently recorded in this fashion, you can always revert to an earlier version by re-importing the transport.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Of course, this suggestion is virtually useless if you are the only developer in your company who follows this practice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Aug 2005 20:15:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapscript-version-management/m-p/944815#M63945</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-08-22T20:15:34Z</dc:date>
    </item>
  </channel>
</rss>

