<?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 Disabling the fields in table maintainance in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-the-fields-in-table-maintainance/m-p/4178599#M998887</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Can anyone tell me how to disable some of the fields in table maintaince (SM30) using events or with any other functionality based on the authoizations. &lt;/P&gt;&lt;P&gt;Please let me know in detail.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 22 Jul 2008 15:40:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-22T15:40:23Z</dc:date>
    <item>
      <title>Disabling the fields in table maintainance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-the-fields-in-table-maintainance/m-p/4178599#M998887</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Can anyone tell me how to disable some of the fields in table maintaince (SM30) using events or with any other functionality based on the authoizations. &lt;/P&gt;&lt;P&gt;Please let me know in detail.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 15:40:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-the-fields-in-table-maintainance/m-p/4178599#M998887</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T15:40:23Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling the fields in table maintainance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-the-fields-in-table-maintainance/m-p/4178600#M998888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;OPen the table in SM30 in your dev.client. Go to the screen where you want to validate the fields.&lt;/P&gt;&lt;P&gt;Write a module in the PAI routine. Dbl click and create the module..endmodule.&lt;/P&gt;&lt;P&gt;Write the code there for testing the authorizations.&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>Tue, 22 Jul 2008 15:49:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-the-fields-in-table-maintainance/m-p/4178600#M998888</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T15:49:26Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling the fields in table maintainance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-the-fields-in-table-maintainance/m-p/4178601#M998889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When you Generate the Table maintenance in SE11. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You will mention the Function Group and screen number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So use the Function group and go to se80, and change the screen &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in that screen in PBO you can use the logic to make it Disable using the LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;if authorization check fails&lt;/P&gt;&lt;P&gt;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if screen-name = 'XYZ'.&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;endif.&lt;/P&gt;&lt;P&gt;But careful when you are regenerating the Tablemaintenace, it will be deleted. So again you need to add the logic the screen inorder to make the fields disable&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 16:08:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-the-fields-in-table-maintainance/m-p/4178601#M998889</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T16:08:46Z</dc:date>
    </item>
    <item>
      <title>Re: Disabling the fields in table maintainance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-the-fields-in-table-maintainance/m-p/4178602#M998890</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; You can try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; in SE11 , utilities --&amp;gt; Table Maintenance Generator&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; You will have the screen numbers ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Double click on the screen numbers, u will get screen &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Double click on the field you want in display mode and in the attributes of that field change that to display only&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Jul 2008 16:31:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/disabling-the-fields-in-table-maintainance/m-p/4178602#M998890</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-22T16:31:54Z</dc:date>
    </item>
  </channel>
</rss>

