<?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: ABAP- Table control error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-table-control-error/m-p/6887763#M1479547</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;&lt;/P&gt;&lt;P&gt;Check the following&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;In PBO

module status_100.
loop at itab with control tc.

endloop.

in PAI
loop at itab
module modify_tc.
endloop


in program,

module status_100.
describe table itab lines tc-lines.
if tc-lines = 0.
tc-lines = 10.
else.
tc-lines = tc-lines + 10.
endif.
endmodule

in Program
module modify_tc.
describe table itab lines tc-lines.
if tc-lines &amp;gt; tc-current_line.
modify itab index tc-current_line.
else.
append itab.
endmodule&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Cheerz&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 28 Apr 2010 03:50:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-04-28T03:50:25Z</dc:date>
    <item>
      <title>ABAP- Table control error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-table-control-error/m-p/6887762#M1479546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In screen painter, I use table control to edit a specifique table, when loading the table with no data, I can edit all the row, Howerver if the table contains some data (some rows), When I change to edit mode for the columns, It only enable the row that contain data, How can I enable all the other rows for editing too ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I use the command :&lt;/P&gt;&lt;P&gt;DATA: ws_col02 TYPE tab_control-cols.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    LOOP AT tab_control-cols INTO ws_col01.&lt;/P&gt;&lt;P&gt;      ws_col01-screen-input = 1.&lt;/P&gt;&lt;P&gt;      MODIFY tab_control-cols FROM ws_col01 INDEX sy-tabix.&lt;/P&gt;&lt;P&gt;    ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 Apr 2010 23:29:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-table-control-error/m-p/6887762#M1479546</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-27T23:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP- Table control error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-table-control-error/m-p/6887763#M1479547</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;&lt;/P&gt;&lt;P&gt;Check the following&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;In PBO

module status_100.
loop at itab with control tc.

endloop.

in PAI
loop at itab
module modify_tc.
endloop


in program,

module status_100.
describe table itab lines tc-lines.
if tc-lines = 0.
tc-lines = 10.
else.
tc-lines = tc-lines + 10.
endif.
endmodule

in Program
module modify_tc.
describe table itab lines tc-lines.
if tc-lines &amp;gt; tc-current_line.
modify itab index tc-current_line.
else.
append itab.
endmodule&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Cheerz&lt;/P&gt;&lt;P&gt;Ram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 Apr 2010 03:50:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-table-control-error/m-p/6887763#M1479547</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-04-28T03:50:25Z</dc:date>
    </item>
  </channel>
</rss>

