<?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 issue in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-issue/m-p/11216488#M1911318</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;We are facing strange issue for table control. We have added vertical scroll bar in table control we are trying to read table control values in internal table, it always taking only first 13 entries (i.e. value of sy-loopc ...values visible on screen) after that it comes out of that loop immediately in PAI module.After that it does not trasfer the other entries after first 13 to internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We tried to change value of sy-loopc and tried to add conditions on counter value still its not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Searched already available discussion but no solution. It comes out of the loop after it reaches to 13th entry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Sep 2015 15:05:00 GMT</pubDate>
    <dc:creator>sanjana_lingras</dc:creator>
    <dc:date>2015-09-08T15:05:00Z</dc:date>
    <item>
      <title>Table control issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-issue/m-p/11216488#M1911318</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;We are facing strange issue for table control. We have added vertical scroll bar in table control we are trying to read table control values in internal table, it always taking only first 13 entries (i.e. value of sy-loopc ...values visible on screen) after that it comes out of that loop immediately in PAI module.After that it does not trasfer the other entries after first 13 to internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We tried to change value of sy-loopc and tried to add conditions on counter value still its not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Searched already available discussion but no solution. It comes out of the loop after it reaches to 13th entry.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Sep 2015 15:05:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-issue/m-p/11216488#M1911318</guid>
      <dc:creator>sanjana_lingras</dc:creator>
      <dc:date>2015-09-08T15:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Table control issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-issue/m-p/11216489#M1911319</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 Describe statement to check the number of line items in internal table then pass count&lt;/P&gt;&lt;P&gt;in Table control-Lines field it will work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;DESCRIBE &lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;ITAB &lt;SPAN class="L0S52"&gt;LINES &lt;/SPAN&gt;L_CUTIL_COUNT&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;TC&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;LINES &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;L_CUTIL_COUNT&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;Salil....&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 06:48:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-issue/m-p/11216489#M1911319</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-09-09T06:48:35Z</dc:date>
    </item>
    <item>
      <title>Re: Table control issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-issue/m-p/11216490#M1911320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No this is not working. In PAI it loops only sy-loopc value times and then come out of the loop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 07:39:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-issue/m-p/11216490#M1911320</guid>
      <dc:creator>sanjana_lingras</dc:creator>
      <dc:date>2015-09-09T07:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: Table control issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-issue/m-p/11216491#M1911321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use this logic in PAI before loop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 08:18:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-issue/m-p/11216491#M1911321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-09-09T08:18:04Z</dc:date>
    </item>
    <item>
      <title>Re: Table control issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-issue/m-p/11216492#M1911322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes, follow the Chavan logic, check the no.of lines. customize your number while debug.&lt;/P&gt;&lt;P&gt;still if you face same problem, while debug, delete 14 row from itab before looping, debug again.&lt;/P&gt;&lt;P&gt;might be 14th have invalid char or values.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 08:32:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-issue/m-p/11216492#M1911322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-09-09T08:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: Table control issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-issue/m-p/11216493#M1911323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;The WITH CONTROL is implicit in PAI LOOP.&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;This is normal behavior, the PAI only manage the displayed lines (so 13 for one PAI/PBO cycle) why would it manage records not displayed? &lt;SPAN class="short_text" lang="en"&gt;&lt;SPAN class="hps"&gt;These&lt;/SPAN&gt; &lt;SPAN class="alt-edited hps"&gt;rows could not&lt;/SPAN&gt; &lt;SPAN class="alt-edited hps"&gt;have&lt;/SPAN&gt; &lt;SPAN class="alt-edited hps"&gt;been modified&lt;/SPAN&gt;, so nothing to modify in the internal table&lt;SPAN class="hps"&gt;&lt;/SPAN&gt;&lt;/SPAN&gt; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Question : What is your actual requirement, checking (again) some values not displayed ?&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 08:47:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-issue/m-p/11216493#M1911323</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2015-09-09T08:47:52Z</dc:date>
    </item>
    <item>
      <title>Re: Table control issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-issue/m-p/11216494#M1911324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in table control we have added vertical scroll bar, now if visible no. of lines are 13 and if you scroll down its having 20 rows then LOOP is always processing 13 rows only i.e. value of sy-loopc. it does not process further rows it directly comes out of loop.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 09:05:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-issue/m-p/11216494#M1911324</guid>
      <dc:creator>sanjana_lingras</dc:creator>
      <dc:date>2015-09-09T09:05:06Z</dc:date>
    </item>
    <item>
      <title>Re: Table control issue</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-issue/m-p/11216495#M1911325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;Hi Please try the below code.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;PROCESS BEFORE OUTPUT&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;BR /&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;MODULE &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;STATUS_9000&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;EM style=": ; color: #808080; font-size: 10pt;"&gt;*&lt;/EM&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;LOOP AT&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;lt_tab&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;WITH CONTROL &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;tct_bil &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;CURSOR &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;tct_bil&lt;/SPAN&gt;&lt;SPAN style="color: #808080; font-size: 10pt;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;current_line&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;MODULE &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;tct_bil_get_lines&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;ENDLOOP&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;PROCESS AFTER &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;INPUT&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;LOOP AT &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;lt_tab&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;MODULE &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;modify_tctrl&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;ENDLOOP&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;MODULE &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;user_command_9000&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;MODULE tct_bil_get_lines &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;OUTPUT&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;DATA &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;lv_lines &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;TYPE i&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;DESCRIBE TABLE &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;lt_tab &lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;LINES &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;lv_lines&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; tct_bil&lt;/SPAN&gt;&lt;SPAN style="color: #808080; font-size: 10pt;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;lines &lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;= &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;lv_lines&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;SPAN style="color: #0000ff; font-size: 10pt;"&gt;ENDMODULE&lt;/SPAN&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;EM style=": ; color: #808080; font-size: 10pt;"&gt;" TCT_BIL_GET_LINES&amp;nbsp; OUTPUT&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;The loop in PAI module loops only the records shown in the screen, and when you scroll down, it will loop the next set of records in the screen.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;This will work as Salil mentioned.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #800080; font-size: 10pt;"&gt;SPR&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Sep 2015 10:09:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/table-control-issue/m-p/11216495#M1911325</guid>
      <dc:creator>former_member651443</dc:creator>
      <dc:date>2015-09-09T10:09:53Z</dc:date>
    </item>
  </channel>
</rss>

