<?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 Table control Problerm in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-problerm/m-p/3749901#M902176</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;  Iam using 2 screens like 100 and 600. in two screen im using table controls. in the 100 screen im enetering one vbeln value after the im clicking "Enter" button then it has call 600 screen. in the 600 screen table control im enter some data but that data is not updating in the correspond table control internal table. iam using this statement  MODIFYitab2 INDEX tab_control2-current_line to update the internval with the values whatever i entered in the table control. but this is not working. so i used append and clear statements instead of this then it's updating that internal table. but the scross bar is not working properly when i dragged that one it's showing only the last record instead of previous records. and also that tabel control is not allowing me to enter more values into that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actally im doing like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The below one is 100 screen it's updating the correspond tablecontrol tb1 internal table.&lt;/P&gt;&lt;P&gt; LOOP AT IT_CASE.&lt;/P&gt;&lt;P&gt;      FIELD itab1-CASE MODULE CHECK_CASE ON      input&lt;/P&gt;&lt;P&gt;   ENDLOOP.&lt;/P&gt;&lt;P&gt;module check_Case.&lt;/P&gt;&lt;P&gt;itab1-case = v_case.&lt;/P&gt;&lt;P&gt;itab1-mat = v_mat.&lt;/P&gt;&lt;P&gt;modify itab1 index tb1-current_line.&lt;/P&gt;&lt;P&gt;call screen 600.&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The below one is 600 screen it's not updating the correspond tablecontrol tb1 internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab2.&lt;/P&gt;&lt;P&gt;module update_itab2.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;module update_itab2.&lt;/P&gt;&lt;P&gt;modify itab2 index tb2-current_line.&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you pls any one suggest what to do. and how can we implent scroll bar to allow the number of entries more&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Apr 2008 08:32:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-30T08:32:42Z</dc:date>
    <item>
      <title>Table control Problerm</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-problerm/m-p/3749901#M902176</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;  Iam using 2 screens like 100 and 600. in two screen im using table controls. in the 100 screen im enetering one vbeln value after the im clicking "Enter" button then it has call 600 screen. in the 600 screen table control im enter some data but that data is not updating in the correspond table control internal table. iam using this statement  MODIFYitab2 INDEX tab_control2-current_line to update the internval with the values whatever i entered in the table control. but this is not working. so i used append and clear statements instead of this then it's updating that internal table. but the scross bar is not working properly when i dragged that one it's showing only the last record instead of previous records. and also that tabel control is not allowing me to enter more values into that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actally im doing like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The below one is 100 screen it's updating the correspond tablecontrol tb1 internal table.&lt;/P&gt;&lt;P&gt; LOOP AT IT_CASE.&lt;/P&gt;&lt;P&gt;      FIELD itab1-CASE MODULE CHECK_CASE ON      input&lt;/P&gt;&lt;P&gt;   ENDLOOP.&lt;/P&gt;&lt;P&gt;module check_Case.&lt;/P&gt;&lt;P&gt;itab1-case = v_case.&lt;/P&gt;&lt;P&gt;itab1-mat = v_mat.&lt;/P&gt;&lt;P&gt;modify itab1 index tb1-current_line.&lt;/P&gt;&lt;P&gt;call screen 600.&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The below one is 600 screen it's not updating the correspond tablecontrol tb1 internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab2.&lt;/P&gt;&lt;P&gt;module update_itab2.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;module update_itab2.&lt;/P&gt;&lt;P&gt;modify itab2 index tb2-current_line.&lt;/P&gt;&lt;P&gt;endmodule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you pls any one suggest what to do. and how can we implent scroll bar to allow the number of entries more&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 08:32:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-problerm/m-p/3749901#M902176</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-30T08:32:42Z</dc:date>
    </item>
    <item>
      <title>Re: Table control Problerm</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-problerm/m-p/3749902#M902177</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;Use tablecontrolname-LINES property to increase scroll number&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;for example&lt;/P&gt;&lt;P&gt; giving &lt;/P&gt;&lt;P&gt;   tablecontrolname-LINES = 100.&lt;/P&gt;&lt;P&gt;  this will increase total no. rows of  table control is 100&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Siva.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Apr 2008 09:37:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-problerm/m-p/3749902#M902177</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-30T09:37:24Z</dc:date>
    </item>
  </channel>
</rss>

