<?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: maintenance screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-screen/m-p/1964202#M396128</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you create the maintenance view, the width will default to a size that will not fit in 255 characters, but it will allow you to input values with more characters than could be viewed in the table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case, if it is not allowing you to use more than 132 characters, then likely you need to regenerate your maintenance table (this could be because you initially declared your field as 132 and then changed to 255 without rebuilding).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) open your customizing table using se11.&lt;/P&gt;&lt;P&gt;2) utilities-&amp;gt;table maintenance generator&lt;/P&gt;&lt;P&gt;3) generated objects-&amp;gt;change&lt;/P&gt;&lt;P&gt;4) select all the items, and in the next screen select all items.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will rebuild your maintenance screen that you see in sm30.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also change your screen layout in sm30 screen to increase the width.  To do this, go to the table maintenance generator view in se11 goto Environment-&amp;gt;modification-&amp;gt;maintenance screens.  (make sure to first exit out of the se11/maintenance generator if you are in change mode).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goodluck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 15 Feb 2007 14:21:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-15T14:21:25Z</dc:date>
    <item>
      <title>maintenance screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-screen/m-p/1964201#M396127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi fellow developers,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I recently tried to create a table with a field for a large message (CHAR255).&lt;/P&gt;&lt;P&gt;No problems there, but when I  create the table maintenance (using transaction SE56) I get the message that the input box for this field was reduced to size 132. Also, when I try to adapt the size in the Screen Painter, it keeps saying this is the maximum size. Consequence: when I use SM30 to update the table, the input field is too short for my message. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any ideas how to circumvent this problem? (using SE16 to make an entry is not an option at this project)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 12:15:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-screen/m-p/1964201#M396127</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T12:15:44Z</dc:date>
    </item>
    <item>
      <title>Re: maintenance screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-screen/m-p/1964202#M396128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you create the maintenance view, the width will default to a size that will not fit in 255 characters, but it will allow you to input values with more characters than could be viewed in the table control.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your case, if it is not allowing you to use more than 132 characters, then likely you need to regenerate your maintenance table (this could be because you initially declared your field as 132 and then changed to 255 without rebuilding).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) open your customizing table using se11.&lt;/P&gt;&lt;P&gt;2) utilities-&amp;gt;table maintenance generator&lt;/P&gt;&lt;P&gt;3) generated objects-&amp;gt;change&lt;/P&gt;&lt;P&gt;4) select all the items, and in the next screen select all items.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this will rebuild your maintenance screen that you see in sm30.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can also change your screen layout in sm30 screen to increase the width.  To do this, go to the table maintenance generator view in se11 goto Environment-&amp;gt;modification-&amp;gt;maintenance screens.  (make sure to first exit out of the se11/maintenance generator if you are in change mode).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goodluck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 14:21:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-screen/m-p/1964202#M396128</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T14:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: maintenance screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-screen/m-p/1964203#M396129</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;Only the display size would be reduced not the actual length of the field.&lt;/P&gt;&lt;P&gt;What you have done is correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 14:42:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-screen/m-p/1964203#M396129</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T14:42:11Z</dc:date>
    </item>
    <item>
      <title>Re: maintenance screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-screen/m-p/1964204#M396130</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Dieter,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add the New field with Data element is CHAR255.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save, Check &amp;amp; Activate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next do the following Steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) goto Utilities&lt;DEL&gt;&amp;gt;Table Maintenance Generator&lt;/DEL&gt;&amp;gt;save it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)Goto Generated Objects--&amp;gt;Change&lt;/P&gt;&lt;P&gt;           Select all the Check boxes and Click on Continue button.&lt;/P&gt;&lt;P&gt;           in the Maintenece Screen  Tab Select the&lt;/P&gt;&lt;P&gt;                 Check the Overview Screen Check Box&lt;/P&gt;&lt;P&gt;           in the Field Type/Sec.Tab  Tab Select the&lt;/P&gt;&lt;P&gt;                 Check the Normal Field&lt;/P&gt;&lt;P&gt;           Click on Continue Button&lt;/P&gt;&lt;P&gt;       It shows the maintanance  Screen is deleted and Re-Creating&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Again save the table Maintenece Generator.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next&lt;/P&gt;&lt;P&gt;3) Take the Function Group Name and &lt;/P&gt;&lt;P&gt;    Goto SE80 and select Function Group and give the above Function group name&lt;/P&gt;&lt;P&gt;    and press enter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     after that you will select the function group name and right click on that click  &lt;/P&gt;&lt;P&gt;     on activate button.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the goto Tcode SM30 and go to new Entries.&lt;/P&gt;&lt;P&gt;give some values &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;save and come back.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;go to se11 tcode and open the data records&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;click on the just done entry you will find the 255 char value&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sreeni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Feb 2007 17:37:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-screen/m-p/1964204#M396130</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-15T17:37:29Z</dc:date>
    </item>
    <item>
      <title>Re: maintenance screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-screen/m-p/1964205#M396131</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your answers, but no matter how many times I rebuild my maintenance table or table maintenance generator, the length of the data element on the screen still gets cut off to length 132. The help procedure only says to change the length of the table field to 132 to prevent data loss. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And maybe the actual field length is larger than the display length but even if I type more than the display length, this gets cut off too. My SAP version is R/3 release 4.6C, maybe this is fixed in later versions...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll guess I'll have to find another solution, thanks anyway people&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dieter&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Feb 2007 09:37:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/maintenance-screen/m-p/1964205#M396131</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-19T09:37:33Z</dc:date>
    </item>
  </channel>
</rss>

