<?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 control as non editable in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-as-non-editable/m-p/4320538#M1029525</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can set the attributes of the table control columns as Output only. or just un check the input only check box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then see ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 29 Aug 2008 03:25:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-08-29T03:25:50Z</dc:date>
    <item>
      <title>Table control as non editable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-as-non-editable/m-p/4320537#M1029524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts, &lt;/P&gt;&lt;P&gt;                I need make my table control as noneditable for a specific transaction after fetching values. &lt;/P&gt;&lt;P&gt;i did till fetching part and displaying in table control. but its diplaying as editable field. i need to make that as non editable... plz help me in this....this screen is for only dispaly purpose...&lt;/P&gt;&lt;P&gt;Note:- i did Table control through wizard...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2008 03:21:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-as-non-editable/m-p/4320537#M1029524</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-29T03:21:30Z</dc:date>
    </item>
    <item>
      <title>Re: Table control as non editable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-as-non-editable/m-p/4320538#M1029525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can set the attributes of the table control columns as Output only. or just un check the input only check box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then see ..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2008 03:25:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-as-non-editable/m-p/4320538#M1029525</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-29T03:25:50Z</dc:date>
    </item>
    <item>
      <title>Re: Table control as non editable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-as-non-editable/m-p/4320539#M1029526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi , &lt;/P&gt;&lt;P&gt;     I just make clear that some other transcations are also using the table control for input operations.&lt;/P&gt;&lt;P&gt;     so i need to make that noneditable for one transcation only.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2008 03:30:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-as-non-editable/m-p/4320539#M1029526</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-29T03:30:35Z</dc:date>
    </item>
    <item>
      <title>Re: Table control as non editable</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-as-non-editable/m-p/4320540#M1029527</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Based on your transaction identifier , and also give the Screen group1 for all the columns ex: AAA you can do some thing like this in the PBO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;PBO

Loop at itab with control tc.

module input_enable_disable.

endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;module input_enable_disable output.
if Transaction = 'DISP'.
loop at screen.
  if screen-group = 'AAA'.
   screen-input = 0.
   modify screen.
  endif.
endloop.
endif.
endmodule.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 29 Aug 2008 03:38:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-as-non-editable/m-p/4320540#M1029527</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-29T03:38:02Z</dc:date>
    </item>
  </channel>
</rss>

