<?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 Version managmant in Module pool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/version-managmant-in-module-pool/m-p/4786220#M1121077</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I am creating a Z screen in module pool programming when ever the user chages the values in the screen.I should maintain version for each and every change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me&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;Rasheed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Nov 2008 04:25:44 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-27T04:25:44Z</dc:date>
    <item>
      <title>Version managmant in Module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/version-managmant-in-module-pool/m-p/4786220#M1121077</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I am creating a Z screen in module pool programming when ever the user chages the values in the screen.I should maintain version for each and every change.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest me&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;Rasheed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2008 04:25:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/version-managmant-in-module-pool/m-p/4786220#M1121077</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-27T04:25:44Z</dc:date>
    </item>
    <item>
      <title>Re: Version managmant in Module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/version-managmant-in-module-pool/m-p/4786221#M1121078</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 identify the data changes by using CHAIN...ENDCHAIN with the addition of MODULE ON-REQUEST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a database table and store the current data with a new version number whenever save is pressed. &lt;/P&gt;&lt;P&gt;i.e (The structure of this field will be like VERNO-Version number, FNAME-Fieldname, FVAL-Fieldvalue)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You shall give an option say Select version which will list all versions available for the screen. On selecting a particular version, you can retrieve the field values from database table and display on the current screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Lakshmi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2008 04:33:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/version-managmant-in-module-pool/m-p/4786221#M1121078</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-27T04:33:55Z</dc:date>
    </item>
    <item>
      <title>Re: Version managmant in Module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/version-managmant-in-module-pool/m-p/4786222#M1121079</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;Version management means the changes to the REPOSITORY object ( PROGRAMS TABLE STRUCTURES etc ) is taken care by the system itself.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you need not worry about this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the meaning of version is not as understood by me please be clear on that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Nov 2008 05:13:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/version-managmant-in-module-pool/m-p/4786222#M1121079</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-27T05:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Version managmant in Module pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/version-managmant-in-module-pool/m-p/4786223#M1121080</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;Creating another z table for version managment.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Dec 2008 12:14:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/version-managmant-in-module-pool/m-p/4786223#M1121080</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-18T12:14:43Z</dc:date>
    </item>
  </channel>
</rss>

