<?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 - Input Dis-abling ?? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-input-dis-abling/m-p/2703883#M626288</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;put the name of the field in upper case inside quotes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if screen-name = 'WORK_AREA_CTRL-NETWR'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This must be the name as in the screen element list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put a breakpoint in the code and look at the screen values to see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 19 Aug 2007 05:07:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-19T05:07:34Z</dc:date>
    <item>
      <title>Table Control - Input Dis-abling ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-input-dis-abling/m-p/2703880#M626285</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;&lt;/P&gt;&lt;P&gt;Just curious to know, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By using table control wizard I built the z_table_control with a separate work_area_ctrl.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As soon as the user clicks the Pencil icon, the screen has to change dispaly/change mode. So, I guess. code is goes like(same as selection screens),&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;&amp;lt;b&amp;gt;&amp;lt;u&amp;gt;PBO&amp;lt;/u&amp;gt;:&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;if screen-name = work_area_ctr l-netwr.&lt;/P&gt;&lt;P&gt;if screen-input = 1.&lt;/P&gt;&lt;P&gt;screen-input = 0&lt;/P&gt;&lt;P&gt;else.&lt;/P&gt;&lt;P&gt;screen-input = 1.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;modify screen.&lt;/P&gt;&lt;P&gt;endif&lt;/P&gt;&lt;P&gt;endloop.&amp;lt;/b&amp;gt;&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but, not working! pls.clarify.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanq.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Srikhar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Aug 2007 04:18:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-input-dis-abling/m-p/2703880#M626285</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-19T04:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control - Input Dis-abling ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-input-dis-abling/m-p/2703881#M626286</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;Please check the sy-ucomm value is TOGGLE? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I find no other way but to debug the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pl check this link may this one help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapmaterial.com/tablecontrol_sap.html" target="test_blank"&gt;http://www.sapmaterial.com/tablecontrol_sap.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;aRs&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Aug 2007 05:05:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-input-dis-abling/m-p/2703881#M626286</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2007-08-19T05:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control - Input Dis-abling ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-input-dis-abling/m-p/2703882#M626287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MODULE populate_screen OUTPUT.&lt;/P&gt;&lt;P&gt;    DATA: ld_line TYPE i.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Set which line of itab is at the top of the table control&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    IF sy-stepl = 1.&lt;/P&gt;&lt;P&gt;      tc100-lines =&lt;/P&gt;&lt;P&gt;        tc100-top_line + sy-loopc - 1.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  move fields from work area to scrren fields&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    MOVE-CORRESPONDING wa_ekko TO ztc_ekko.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;    ld_line =  sy-stepl + tc100-top_line - 1.&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Changes individual field attributes of table control,&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Sets EBELN field on 3rd row of TC to not be an input field!&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;      IF ld_line EQ 3.&lt;/P&gt;&lt;P&gt;        IF screen-name EQ 'ZTC_EKKO-EBELN'.&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;      ENDIF.&lt;/P&gt;&lt;P&gt;    ENDLOOP.&lt;/P&gt;&lt;P&gt;  ENDMODULE.                 " populate_screen  OUTPUT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Aug 2007 05:07:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-input-dis-abling/m-p/2703882#M626287</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-19T05:07:11Z</dc:date>
    </item>
    <item>
      <title>Re: Table Control - Input Dis-abling ??</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-input-dis-abling/m-p/2703883#M626288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;put the name of the field in upper case inside quotes:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if screen-name = 'WORK_AREA_CTRL-NETWR'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This must be the name as in the screen element list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put a breakpoint in the code and look at the screen values to see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Aug 2007 05:07:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-input-dis-abling/m-p/2703883#M626288</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-19T05:07:34Z</dc:date>
    </item>
  </channel>
</rss>

