<?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: SE54 Table View issue ~! Quick Points !~ in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/se54-table-view-issue-quick-points/m-p/2623128#M602557</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you have done works fine, but has a longer term issue if the table is ever changed (eg new fields added) - changes made directly to the screen will be lost if the maintenance dialog is re-generated for the new fields.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jul 2007 00:12:08 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-27T00:12:08Z</dc:date>
    <item>
      <title>SE54 Table View issue ~! Quick Points !~</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se54-table-view-issue-quick-points/m-p/2623122#M602551</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a Z table with many fields (&amp;gt; 20) and I'm creating a table maintenance view via SE54 however when I generate the screen I'm getting an error on certain fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Field Z309-JOUINV_LOC shortened (new visible length: 000017)&lt;/P&gt;&lt;P&gt;(5 of these)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I view the long text of error it is..&lt;/P&gt;&lt;P&gt;Field Z309-JOUINV_LOC shortened (new visible length: 000017)&lt;/P&gt;&lt;P&gt;Message no. SV 624&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Diagnosis&lt;/P&gt;&lt;P&gt;There is not enough space to display all fields in full length on screen 1304.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;System Response&lt;/P&gt;&lt;P&gt;The generation continues, but field Z309-JOUINV_LOC is a rollable field with visible length 000017 on screen 1304.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Procedure&lt;/P&gt;&lt;P&gt;You can edit screen 1304 manually&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have a ton of experience in creating these maintenance views, I only need to include a handful of fields in the view as this view will only be needed for editing certain fields and not loading data. How can eliminate some fields from the view and avoid these errors?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks ~ Quick points for Quick Answers!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2007 14:50:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se54-table-view-issue-quick-points/m-p/2623122#M602551</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-25T14:50:41Z</dc:date>
    </item>
    <item>
      <title>Re: SE54 Table View issue ~! Quick Points !~</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se54-table-view-issue-quick-points/m-p/2623123#M602552</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;goto Z table and delete the fields... Within the table use Utilities --&amp;gt; Table Maintenance Generator to create the table maintenance... This way it will work..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem with SE54 might be that U or someone has modified the field length of some fields in the Z table for which the Table Maintenace already exists.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2007 14:54:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se54-table-view-issue-quick-points/m-p/2623123#M602552</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-25T14:54:00Z</dc:date>
    </item>
    <item>
      <title>Re: SE54 Table View issue ~! Quick Points !~</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se54-table-view-issue-quick-points/m-p/2623124#M602553</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to keep the fields in my Z table as they are needed, I only need to remove them from the maintenance view. Maybe I'm misunderstanding, can you detail the steps?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jul 2007 14:56:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se54-table-view-issue-quick-points/m-p/2623124#M602553</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-25T14:56:10Z</dc:date>
    </item>
    <item>
      <title>Re: SE54 Table View issue ~! Quick Points !~</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se54-table-view-issue-quick-points/m-p/2623125#M602554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use SE11 to create a maintenance view for your table with the fields you want, and then generate the maintenance dialog based on this view instead of the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 02:37:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se54-table-view-issue-quick-points/m-p/2623125#M602554</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T02:37:42Z</dc:date>
    </item>
    <item>
      <title>Re: SE54 Table View issue ~! Quick Points !~</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se54-table-view-issue-quick-points/m-p/2623126#M602555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Joseph...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1)About the message&lt;/P&gt;&lt;P&gt;*************************&lt;/P&gt;&lt;P&gt;what i understood from the system message id that for the field &lt;/P&gt;&lt;P&gt;Z309-JOUINV_LOC &lt;/P&gt;&lt;P&gt;the length visible on the screen has been reduced to 17 &lt;/P&gt;&lt;P&gt;which is the display length.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can see that in a menu painter there is an option of &lt;/P&gt;&lt;P&gt;defined field length &lt;/P&gt;&lt;P&gt;visible field length&lt;/P&gt;&lt;P&gt;scrollable check box&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if the field length Z309-JOUINV_LOC  = 25&lt;/P&gt;&lt;P&gt;in your case&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;defined field length  = 25&lt;/P&gt;&lt;P&gt;visible field length   = 17&lt;/P&gt;&lt;P&gt;scrollable check box = 'X'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that means the end of the box will have a "}" symbol...which means you can view upto 17 but enter upto 25 and see more through scrolling to the left of the field&lt;/P&gt;&lt;P&gt;since you are not doing BDC on this maintainance this will not be a problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2)About eliminating/Restricting some fields&lt;/P&gt;&lt;P&gt;***************************************************&lt;/P&gt;&lt;P&gt;In your maintaninace check the screen number..&lt;/P&gt;&lt;P&gt;Procedure..Run sm30...enter the table name and see the view &lt;/P&gt;&lt;P&gt;OR run the t-code for the view..&lt;/P&gt;&lt;P&gt;check on the top menu...system-&amp;gt;status-&amp;gt;note the program and screen number&lt;/P&gt;&lt;P&gt;if you note,the program will be related to the function group assigned to the table and it will start with  SAPLXXXXXXX where XXXXX represents the Ztable name&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go to the program and that screen and in LAYOUT for the screen do the changes you need&lt;/P&gt;&lt;P&gt;that is change to display only/delete it from that screen using menu painter or there itself directly and activate...this includes increasing the length of the field you have mentioned earlier&lt;/P&gt;&lt;P&gt;....whatever changes you have done will be reflected in the maintainance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it clarifies you...&lt;/P&gt;&lt;P&gt;Reward points if it was any help to you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Byju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 04:33:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se54-table-view-issue-quick-points/m-p/2623126#M602555</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T04:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: SE54 Table View issue ~! Quick Points !~</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se54-table-view-issue-quick-points/m-p/2623127#M602556</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What I did, which seemed to have worked for me is right when I create the maintenance view in SE54, I double clicked the screen number to launch screen painter, from there I just removed all the fields I didn't need, saved and activated it.&lt;/P&gt;&lt;P&gt;Thanks everyone!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Jul 2007 12:56:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se54-table-view-issue-quick-points/m-p/2623127#M602556</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-26T12:56:54Z</dc:date>
    </item>
    <item>
      <title>Re: SE54 Table View issue ~! Quick Points !~</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/se54-table-view-issue-quick-points/m-p/2623128#M602557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What you have done works fine, but has a longer term issue if the table is ever changed (eg new fields added) - changes made directly to the screen will be lost if the maintenance dialog is re-generated for the new fields.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jul 2007 00:12:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/se54-table-view-issue-quick-points/m-p/2623128#M602557</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-27T00:12:08Z</dc:date>
    </item>
  </channel>
</rss>

