<?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: previous data updation. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/previous-data-updation/m-p/4493381#M1063435</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;Just try the tcode se16n.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After entering the tcode.... execute and then type :&amp;amp;sap_edit in the command box.  You can edit the values in the table without disturbing the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vishwa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Sep 2008 10:24:39 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-19T10:24:39Z</dc:date>
    <item>
      <title>previous data updation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/previous-data-updation/m-p/4493380#M1063434</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;              I want to update previous data in 'Z'  table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Previously there was the problem in opening balance and closing balance  that has been corrected but the previous data I want to modify.&lt;/P&gt;&lt;P&gt;How do i do with out changing the previous program?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2008 10:21:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/previous-data-updation/m-p/4493380#M1063434</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-19T10:21:29Z</dc:date>
    </item>
    <item>
      <title>Re: previous data updation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/previous-data-updation/m-p/4493381#M1063435</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;Just try the tcode se16n.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After entering the tcode.... execute and then type :&amp;amp;sap_edit in the command box.  You can edit the values in the table without disturbing the program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vishwa.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2008 10:24:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/previous-data-updation/m-p/4493381#M1063435</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-19T10:24:39Z</dc:date>
    </item>
    <item>
      <title>Re: previous data updation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/previous-data-updation/m-p/4493382#M1063436</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Why dont you try it from table maintainace generator. ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it wud be simple for you to change it from there. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tcode is SM30. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Sep 2008 16:58:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/previous-data-updation/m-p/4493382#M1063436</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-19T16:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: previous data updation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/previous-data-updation/m-p/4493383#M1063437</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;Go to SE11 give the table name and press F7 and go for utilities-&amp;gt;table contents-&amp;gt;Display Entries.&lt;/P&gt;&lt;P&gt;Then press F8.  Then check the record you wanted to Edit, In the command line write /H and press &amp;lt;Enter&amp;gt; to switch on Debugging. Then press Display Icon in the application tool bar. After entering Debugging mode press F7. Then change the value of parameter CODE from DISP to EDIT. Then the record will come to you in editable mode.After  making the changes press SAVE button.&lt;/P&gt;&lt;P&gt;The record will be updated.&lt;/P&gt;&lt;P&gt;Hope this will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Meshack Appikatla.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Sep 2008 17:57:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/previous-data-updation/m-p/4493383#M1063437</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-22T17:57:15Z</dc:date>
    </item>
    <item>
      <title>Re: previous data updation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/previous-data-updation/m-p/4493384#M1063438</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;If there are a few records in tables, you can use se16n and the updation during debugging.&lt;/P&gt;&lt;P&gt;But if u have more records, its better to create a Maintenance Generator and update the entries. However, you will not be able to change the key fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Sep 2008 10:03:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/previous-data-updation/m-p/4493384#M1063438</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-23T10:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: previous data updation.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/previous-data-updation/m-p/4493385#M1063439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you so much guys....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sorry for the late reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Oct 2008 06:37:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/previous-data-updation/m-p/4493385#M1063439</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-01T06:37:05Z</dc:date>
    </item>
  </channel>
</rss>

