<?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: Customizing Maintenance Views in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/customizing-maintenance-views/m-p/5193042#M1201734</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shalini,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Go to the layout of the screen on which you have to change the properties to the fields. Double click on the Table column which you want to make input-disabled. The properties window opens in which you have a check box for Input. So if you want to make a particular column input disabled then Uncheck this box. This will solve.&lt;/P&gt;&lt;P&gt;     But if the scenario is like based on some conditions you have to make it Input enabled / disabled then you need to go with the function code and handle it in the module pool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Swapna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Feb 2009 06:37:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-13T06:37:01Z</dc:date>
    <item>
      <title>Customizing Maintenance Views</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customizing-maintenance-views/m-p/5193040#M1201732</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;I have created a Maintenance View for a set of tables with relevant foreign key relationships. How do I control which columns should be editable, and which should be read-only? By default, all primary key fields are read only, while others are editable. However, I wish to restrict the user from editing certain non-primary key fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Shalini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2009 07:42:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customizing-maintenance-views/m-p/5193040#M1201732</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-12T07:42:41Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing Maintenance Views</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customizing-maintenance-views/m-p/5193041#M1201733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can think of two options:&lt;/P&gt;&lt;P&gt;1. Go to the generated screen for the maintenance view and change the column (field) settings. However, after regenerating a maintenance view (adding a new field for example), you have to do this again. These settings are overwritten.&lt;/P&gt;&lt;P&gt;2. Do some validations using the standard events for maintenance views. In this case, coding will not be overwritten.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Feb 2009 08:30:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customizing-maintenance-views/m-p/5193041#M1201733</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2009-02-12T08:30:27Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing Maintenance Views</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customizing-maintenance-views/m-p/5193042#M1201734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shalini,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Go to the layout of the screen on which you have to change the properties to the fields. Double click on the Table column which you want to make input-disabled. The properties window opens in which you have a check box for Input. So if you want to make a particular column input disabled then Uncheck this box. This will solve.&lt;/P&gt;&lt;P&gt;     But if the scenario is like based on some conditions you have to make it Input enabled / disabled then you need to go with the function code and handle it in the module pool.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Swapna.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2009 06:37:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customizing-maintenance-views/m-p/5193042#M1201734</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-13T06:37:01Z</dc:date>
    </item>
    <item>
      <title>Re: Customizing Maintenance Views</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customizing-maintenance-views/m-p/5193043#M1201735</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;u can do it by go to that screen layout -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&amp;gt;  changing filed attribute  by unchecking the input .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can write code in program which generated by maintance view &lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if screen-field = &amp;lt;table-fieldname&amp;gt;&lt;/P&gt;&lt;P&gt;screen-input = 0.&lt;/P&gt;&lt;P&gt;modify screen.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regds:&lt;/P&gt;&lt;P&gt;rajesh.k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Feb 2009 08:55:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customizing-maintenance-views/m-p/5193043#M1201735</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-13T08:55:45Z</dc:date>
    </item>
  </channel>
</rss>

