<?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: Table update when a type STRING is present in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-update-when-a-type-string-is-present/m-p/3166134#M753155</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Roberto...thanks for the post...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Creating the table is no problem...try to do the table maintenance generator on the table and you will get this...&lt;/P&gt;&lt;P&gt;(Leading to a difficulty in doing an UPDATE to the table) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data type STRING is not supported in field QA_COMMENTS                   &lt;/P&gt;&lt;P&gt;     Message no. SV178                                                                                &lt;/P&gt;&lt;P&gt;Diagnosis                                                                &lt;/P&gt;&lt;P&gt;    The table for which a maintenance dialog is to be generated, contains&lt;/P&gt;&lt;P&gt;    fields with the data type STRING.                                                                                &lt;/P&gt;&lt;P&gt;The data type STRING is not supported by the view maintenance (SE54).&lt;/P&gt;&lt;P&gt;                                                                         &lt;/P&gt;&lt;P&gt;System response                                                                                &lt;/P&gt;&lt;P&gt;No maintenance dialog can be generated. The program is cancelled.                                                                                &lt;/P&gt;&lt;P&gt;Procedure                                                                                &lt;/P&gt;&lt;P&gt;Correct the definition of this field in this table, in the ABAP      &lt;/P&gt;&lt;P&gt;    Dictionary(SE11).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 07 Dec 2007 14:30:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-07T14:30:33Z</dc:date>
    <item>
      <title>Table update when a type STRING is present</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-update-when-a-type-string-is-present/m-p/3166132#M753153</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey ABAPers...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ok...rudimentary question, but I'm not finding any answers in my reference books, or in a search or the like.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Simple...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a z custom table with the following parameters...matnr type matnr and comments type sign_comm.  The sign_comm type is a comment on a digital signature.  I am using this table to log comments relating to a quality hold process we have.  I need to be able to put in &amp;gt;15000 characters in the comment field, so of course this makes it a STRING type. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My code uses the textedit control and determines if a person has updated this text.  If so, when they save it the changes should be posted back to this table.  I do the regular UPDATE ZTABLE FROM TABLE INTTAB. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may see the problem with this already.  I get a dump when executing the program.  When I do an SE11 for the Ztable and try to do the maintenance dialog it tells me that you cannot do a maintenance dialog for a table with STRING types.  Ok...but I need the string type for the long data sets that will be going in there.  There must be a way to update a Ztable when a STRING type is present.  After all table SIGNS has a string on it and it is getting updated.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for any guidance.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2007 20:27:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-update-when-a-type-string-is-present/m-p/3166132#M753153</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-06T20:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Table update when a type STRING is present</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-update-when-a-type-string-is-present/m-p/3166133#M753154</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Greg,&lt;/P&gt;&lt;P&gt;something strange is happening i think...&lt;/P&gt;&lt;P&gt;I've just tried to create a ZTABLE in my SAP System, just like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field - Type&lt;/P&gt;&lt;P&gt;PERNR - PERNR_D&lt;/P&gt;&lt;P&gt;SIGN - SIGN_COMM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SIGN_COMM, as you say, is a string type.&lt;/P&gt;&lt;P&gt;I've even tried to put in a custom data element, ZSTRING, created as a STRING with unlimited length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saved, activated the table and all is ok...technical params are:&lt;/P&gt;&lt;P&gt;APPL0 -&amp;gt; 01&lt;/P&gt;&lt;P&gt;Table class is A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, the maintenance dialog is not generated, because STRING type is not supported.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please, can you post here some tech info about your ZTABLE?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2007 09:25:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-update-when-a-type-string-is-present/m-p/3166133#M753154</guid>
      <dc:creator>former_member199581</dc:creator>
      <dc:date>2007-12-07T09:25:04Z</dc:date>
    </item>
    <item>
      <title>Re: Table update when a type STRING is present</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-update-when-a-type-string-is-present/m-p/3166134#M753155</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Roberto...thanks for the post...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Creating the table is no problem...try to do the table maintenance generator on the table and you will get this...&lt;/P&gt;&lt;P&gt;(Leading to a difficulty in doing an UPDATE to the table) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data type STRING is not supported in field QA_COMMENTS                   &lt;/P&gt;&lt;P&gt;     Message no. SV178                                                                                &lt;/P&gt;&lt;P&gt;Diagnosis                                                                &lt;/P&gt;&lt;P&gt;    The table for which a maintenance dialog is to be generated, contains&lt;/P&gt;&lt;P&gt;    fields with the data type STRING.                                                                                &lt;/P&gt;&lt;P&gt;The data type STRING is not supported by the view maintenance (SE54).&lt;/P&gt;&lt;P&gt;                                                                         &lt;/P&gt;&lt;P&gt;System response                                                                                &lt;/P&gt;&lt;P&gt;No maintenance dialog can be generated. The program is cancelled.                                                                                &lt;/P&gt;&lt;P&gt;Procedure                                                                                &lt;/P&gt;&lt;P&gt;Correct the definition of this field in this table, in the ABAP      &lt;/P&gt;&lt;P&gt;    Dictionary(SE11).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Dec 2007 14:30:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-update-when-a-type-string-is-present/m-p/3166134#M753155</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-07T14:30:33Z</dc:date>
    </item>
    <item>
      <title>Re: Table update when a type STRING is present</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-update-when-a-type-string-is-present/m-p/3166135#M753156</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found the answer in another post...relating to the textedit cl. &lt;/P&gt;&lt;P&gt;&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="426281"&gt;&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Dec 2007 00:01:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-update-when-a-type-string-is-present/m-p/3166135#M753156</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-10T00:01:18Z</dc:date>
    </item>
  </channel>
</rss>

