<?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 Degbugging in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/degbugging/m-p/3493259#M840128</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;How to Debug SE16 to allow record changes &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 09 Mar 2008 05:55:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-09T05:55:49Z</dc:date>
    <item>
      <title>Degbugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/degbugging/m-p/3493259#M840128</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;How to Debug SE16 to allow record changes &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thnks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Mar 2008 05:55:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/degbugging/m-p/3493259#M840128</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-09T05:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Degbugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/degbugging/m-p/3493260#M840129</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;after entering in to SE16 transaction activate the Debugger. then u can debugge the SE16 transaction.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Mar 2008 05:58:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/degbugging/m-p/3493260#M840129</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-09T05:58:46Z</dc:date>
    </item>
    <item>
      <title>Re: Degbugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/degbugging/m-p/3493261#M840130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CHk this thread..u have steps..&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="746425"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Mar 2008 06:47:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/degbugging/m-p/3493261#M840130</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-09T06:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: Degbugging</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/degbugging/m-p/3493262#M840131</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;1. Display record entries for desired table via SE16 or SE11.&lt;/P&gt;&lt;P&gt;2. Select record which requires updating by highlighting it and pressing the display icon (glasses, F7).&lt;/P&gt;&lt;P&gt;3. Type /h in command box and press enter.&lt;/P&gt;&lt;P&gt;4. Now press enter again and you should enter debugging mode&lt;/P&gt;&lt;P&gt;5. Change the value of code from &amp;#145;SHOW&amp;#146; to &amp;#145;EDIT&amp;#146;, remember to press the &amp;#145;change field contents&amp;#146;&lt;/P&gt;&lt;P&gt;    icon (pencil) in-order to store new value.&lt;/P&gt;&lt;P&gt;6. Press F8 (execute) to leave debug.&lt;/P&gt;&lt;P&gt;7. You should now have change access to the selected record.&lt;/P&gt;&lt;P&gt;8. Hit &amp;#145;SAVE&amp;#146; to save any changes.&lt;/P&gt;&lt;P&gt;9. Remember there is a reason why you can&amp;#146;t do this without debugging it, one reason being that it could&lt;/P&gt;&lt;P&gt;    introduce inconsistencies in the table data. 1. Display record entries for desired table via SE16 or SE11.&lt;/P&gt;&lt;P&gt;2. Select record which requires updating by highlighting it and pressing the display icon (glasses, F7).&lt;/P&gt;&lt;P&gt;3. Type /h in command box and press enter.&lt;/P&gt;&lt;P&gt;4. Now press enter again and you should enter debugging mode&lt;/P&gt;&lt;P&gt;5. Change the value of code from &amp;#145;SHOW&amp;#146; to &amp;#145;EDIT&amp;#146;, remember to press the &amp;#145;change field contents&amp;#146;&lt;/P&gt;&lt;P&gt;    icon (pencil) in-order to store new value.&lt;/P&gt;&lt;P&gt;6. Press F8 (execute) to leave debug.&lt;/P&gt;&lt;P&gt;7. You should now have change access to the selected record.&lt;/P&gt;&lt;P&gt;8. Hit &amp;#145;SAVE&amp;#146; to save any changes.&lt;/P&gt;&lt;P&gt;9. Remember there is a reason why you can&amp;#146;t do this without debugging it, one reason being that it could&lt;/P&gt;&lt;P&gt;    introduce inconsistencies in the table data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Cheers,&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Chandra Sekhar.&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 09 Mar 2008 08:11:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/degbugging/m-p/3493262#M840131</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-09T08:11:11Z</dc:date>
    </item>
  </channel>
</rss>

