<?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: Unable to edit table in debug mode. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-edit-table-in-debug-mode/m-p/712678#M32914</link>
    <description>&lt;P&gt;Won't help. See my comment to Sooraj D's answer.&lt;/P&gt;</description>
    <pubDate>Thu, 30 Aug 2018 08:48:59 GMT</pubDate>
    <dc:creator>matt</dc:creator>
    <dc:date>2018-08-30T08:48:59Z</dc:date>
    <item>
      <title>Unable to edit table in debug mode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-edit-table-in-debug-mode/m-p/712673#M32909</link>
      <description>&lt;P&gt;I am unable to edit table (having display/maintenance not allowed) entries while debugging in Se16 or in SE16N. Is any way to do so as i already tried the suggested steps of changing the code to edit but while debugging its not going to sap report.&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt; &lt;/P&gt;
  &lt;P&gt;As the table have display/maintenance not allowed i cannot se the entries as well.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 01:36:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-edit-table-in-debug-mode/m-p/712673#M32909</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-08-29T01:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to edit table in debug mode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-edit-table-in-debug-mode/m-p/712674#M32910</link>
      <description>&lt;P&gt;You can't do anything with such a table in SE16. That's the whole point. if you need to edit it, then you'll have to write some kind of program to do that.&lt;/P&gt;</description>
      <pubDate>Wed, 29 Aug 2018 05:29:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-edit-table-in-debug-mode/m-p/712674#M32910</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2018-08-29T05:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to edit table in debug mode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-edit-table-in-debug-mode/m-p/712675#M32911</link>
      <description>&lt;P&gt;There is a way to do it and as &lt;A href="https://answers.sap.com/users/2688/matthewbillingham.html"&gt;Matthew Billingham&lt;/A&gt; said it is not recommended. Go to debugger mode before transaction se16n, enter the table name and execute command '/h'. Then click on enter. This will take you to debugger. There should be a structure with 'GD'. Edit the fields. 'SAPEDIT' and 'EDIT' to 'X'. Continue execution and hopefully it will open the editable table list for you.&lt;/P&gt;
  &lt;P&gt;If that's not possible then go to SE11 get table row where you want to edit by giving the key values. Click on display row. Go to debugger mode using '/H' and Enter press. Change the code variable to 'EDIT'. It will take you to edit screen.&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;And I repeat again do not use this to edit any tables unless it is essential and even if you make the change revert it. Best use it only for testing purpose in developer system. Because editing by this method might cause inconsistencies.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2018 05:56:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-edit-table-in-debug-mode/m-p/712675#M32911</guid>
      <dc:creator>former_member539238</dc:creator>
      <dc:date>2018-08-30T05:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to edit table in debug mode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-edit-table-in-debug-mode/m-p/712676#M32912</link>
      <description>&lt;P&gt;He knows how to edit a table from SE16 using debugger. His problem is that the table is marked in tab &lt;STRONG&gt;Delivery and Maintenance&lt;/STRONG&gt; as &lt;STRONG&gt;Display/Maintenance not allowed&lt;/STRONG&gt;.&lt;/P&gt;
  &lt;P&gt;The means in SE16, he enters the name of the table, and that raises error message MO408.&lt;/P&gt;
  &lt;H3&gt;You cannot display &amp;lt;table_name&amp;gt; with the standard tools&lt;/H3&gt;
  &lt;P&gt;In SE11, the contents button for such tables are greyed out and disabled.&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2018 07:03:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-edit-table-in-debug-mode/m-p/712676#M32912</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2018-08-30T07:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to edit table in debug mode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-edit-table-in-debug-mode/m-p/712677#M32913</link>
      <description>&lt;P&gt;Hello Ankit,&lt;/P&gt;
  &lt;P&gt;You can ask to your basis team, may be you assigned with the roles which is having only the value for Debug Display!&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2018 07:29:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-edit-table-in-debug-mode/m-p/712677#M32913</guid>
      <dc:creator>ankurch</dc:creator>
      <dc:date>2018-08-30T07:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to edit table in debug mode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-edit-table-in-debug-mode/m-p/712678#M32914</link>
      <description>&lt;P&gt;Won't help. See my comment to Sooraj D's answer.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2018 08:48:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-edit-table-in-debug-mode/m-p/712678#M32914</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2018-08-30T08:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: Unable to edit table in debug mode.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-edit-table-in-debug-mode/m-p/712679#M32915</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;You should be able to fix this with a transport. Or if this table needs te be editable once in a while change the delivery/maintenance of it.&lt;/P&gt;
  &lt;P&gt;&lt;/P&gt;
  &lt;P&gt;Kind regards, Rob Dielemans&lt;/P&gt;</description>
      <pubDate>Thu, 30 Aug 2018 14:53:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/unable-to-edit-table-in-debug-mode/m-p/712679#M32915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2018-08-30T14:53:49Z</dc:date>
    </item>
  </channel>
</rss>

