<?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: Custom table modify problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-modify-problem/m-p/6999470#M1495029</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;Thx for the answers. Originally this table did not have a maintenance view. I created one and it works but this certain field does not accept entries. When I select the relevant line and enter a value to this BELNR field I save and receive no error message. But when I rerun SM30 the previous data I typed in is gone!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 31 May 2010 09:15:52 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-05-31T09:15:52Z</dc:date>
    <item>
      <title>Custom table modify problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-modify-problem/m-p/6999466#M1495025</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;I am trying to update a Z* table through SM30 but a certain field can not be updated or modified. All other fields can be changed but this certain field does not accept entries. In SM30 everything seems ok and I can save but when I run SM30 or SE16 to view table the entry is gone. I have tried also SE16 and tried to change the related field but received error  'Unable to write database record'. Is there a way to lock update to specific fields in data dictionary which prevents me from updating this field? Where should I check?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 May 2010 16:02:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-modify-problem/m-p/6999466#M1495025</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-28T16:02:22Z</dc:date>
    </item>
    <item>
      <title>Re: Custom table modify problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-modify-problem/m-p/6999467#M1495026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is it really a table or rather a view, joining several tables?&lt;/P&gt;&lt;P&gt;What is the data type of this field, and which value are you trying to enter?&lt;/P&gt;&lt;P&gt;What is the message class and number of the error you get in SE16, does it have an explanatory long text?&lt;/P&gt;&lt;P&gt;Might have something to do with related check or text tables...&lt;/P&gt;&lt;P&gt;Thomas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 May 2010 16:39:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-modify-problem/m-p/6999467#M1495026</guid>
      <dc:creator>ThomasZloch</dc:creator>
      <dc:date>2010-05-28T16:39:55Z</dc:date>
    </item>
    <item>
      <title>Re: Custom table modify problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-modify-problem/m-p/6999468#M1495027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ali&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you need block some specific fields in SM30 transaction when editing entries for Z-tables you can edit object Maintenance view and enabled disable this field directly in the screen.. You can use transaction SM31 to do that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 May 2010 16:49:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-modify-problem/m-p/6999468#M1495027</guid>
      <dc:creator>former_member214857</dc:creator>
      <dc:date>2010-05-28T16:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: Custom table modify problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-modify-problem/m-p/6999469#M1495028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try the following sequence:&lt;/P&gt;&lt;P&gt;1) If the field is greyed out - check setupm in SM31&lt;/P&gt;&lt;P&gt;2) If field is enabled&lt;/P&gt;&lt;P&gt;    Put in the value&lt;/P&gt;&lt;P&gt;- Doesit directly refuse the value with an e-message?&lt;/P&gt;&lt;P&gt;  -&amp;gt; then you value violated a domain or foreign key&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- does it not directly complain - try to save&lt;/P&gt;&lt;P&gt; -&amp;gt; if you now get an message it might be either&lt;/P&gt;&lt;P&gt;       + you violated a secondary unique index on the table ( check indexes in SE11 )&lt;/P&gt;&lt;P&gt;       + There might be an "exit implementation" before saving if it is a &lt;/P&gt;&lt;P&gt;           generated maintenenance view or view cluster&lt;/P&gt;&lt;P&gt;          -&amp;gt; check the view in SE11 and search the menu for "exits"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps,&lt;/P&gt;&lt;P&gt;Marcel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Marcel Wahl on May 29, 2010 4:28 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 May 2010 02:28:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-modify-problem/m-p/6999469#M1495028</guid>
      <dc:creator>Marcel_Wahl</dc:creator>
      <dc:date>2010-05-29T02:28:26Z</dc:date>
    </item>
    <item>
      <title>Re: Custom table modify problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-modify-problem/m-p/6999470#M1495029</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;Thx for the answers. Originally this table did not have a maintenance view. I created one and it works but this certain field does not accept entries. When I select the relevant line and enter a value to this BELNR field I save and receive no error message. But when I rerun SM30 the previous data I typed in is gone!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ali&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 May 2010 09:15:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-table-modify-problem/m-p/6999470#M1495029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-05-31T09:15:52Z</dc:date>
    </item>
  </channel>
</rss>

