<?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 display proble. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-display-proble/m-p/5241798#M1211199</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 include a module and that module, you write a loop to enable the recods all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Feb 2009 11:24:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-17T11:24:23Z</dc:date>
    <item>
      <title>Table control display proble.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-display-proble/m-p/5241794#M1211195</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a table control with 4 colums, The Table control is designed as input enabled ( Input/output possible ) for all lines.&lt;/P&gt;&lt;P&gt;The data is comming in my internal table ( The internal table which I am looping for table control data display ) from selection screen.&lt;/P&gt;&lt;P&gt;Now the problem is I am having only one record in my internal table, and it is displaying in table control in first line with input enable but the remaining lines are greyed out ( display only ).&lt;/P&gt;&lt;P&gt;Now I want to make every line as input enable for the changes or to add the data into another lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note : Internal table colums are like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHK      F1   F2  F3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it possible???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sridhar.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 10:45:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-display-proble/m-p/5241794#M1211195</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T10:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Table control display proble.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-display-proble/m-p/5241795#M1211196</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;Try this...&lt;/P&gt;&lt;P&gt;In design mode click on the fields and set the group1 field to say 111. Now run a loop on scrren table and enable the fields.&lt;/P&gt;&lt;P&gt;in PBO&lt;/P&gt;&lt;P&gt;Loop at screen.&lt;/P&gt;&lt;P&gt;if screen-group = '111'.&lt;/P&gt;&lt;P&gt;screen-input = 1.&lt;/P&gt;&lt;P&gt;modify screen.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sachin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 10:53:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-display-proble/m-p/5241795#M1211196</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T10:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Table control display proble.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-display-proble/m-p/5241796#M1211197</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 set desired no of lines as input by passing lines in table control&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; tabc-lines = 10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set desired no of lines in PBO .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bikas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 11:00:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-display-proble/m-p/5241796#M1211197</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T11:00:08Z</dc:date>
    </item>
    <item>
      <title>Re: Table control display proble.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-display-proble/m-p/5241797#M1211198</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sridhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Assume that your table is TAB1 and the columns are COL1 COL2 COL3 COL4. In PBO include the  line which is highlighted as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;  MODULE liste_initialisieren.&lt;/P&gt;&lt;P&gt;  LOOP AT extract WITH CONTROL&lt;/P&gt;&lt;P&gt;   tctrl_tab1 CURSOR nextline.&lt;/P&gt;&lt;P&gt;    &lt;STRONG&gt;MODULE enable_fields.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;    MODULE liste_show_liste.&lt;/P&gt;&lt;P&gt;  ENDLOOP.&lt;/P&gt;&lt;P&gt;  MODULE fill_substflds.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double click on MODULE enable_fields and add the following lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;module ENABLE_FIELDS output.
    LOOP AT SCREEN.
      IF screen-name = 'TAB1-COL1'
      OR screen-name = 'TAB1-COL2' 
      OR screen-name = 'TAB1-COL3'
      OR screen-name = 'TAB1-COL4'.
        screen-input = '1'.
        MODIFY SCREEN.
      ENDIF.                           
    ENDLOOP.         
endmodule.&lt;/CODE&gt;&lt;/PRE&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>Tue, 17 Feb 2009 11:09:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-display-proble/m-p/5241797#M1211198</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T11:09:19Z</dc:date>
    </item>
    <item>
      <title>Re: Table control display proble.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-display-proble/m-p/5241798#M1211199</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 include a module and that module, you write a loop to enable the recods all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Feb 2009 11:24:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-display-proble/m-p/5241798#M1211199</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-17T11:24:23Z</dc:date>
    </item>
  </channel>
</rss>

