<?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: Issue With Table Control in Module Pool in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-table-control-in-module-pool/m-p/11189840#M1909452</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks For your reply. &lt;/P&gt;&lt;P&gt;Even i had verified with TC using Wizard. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My issue got resolved. I have placed the code in Module After the Loop and do the code changes accordingly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Sandy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Jul 2015 13:27:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-07-06T13:27:51Z</dc:date>
    <item>
      <title>Issue With Table Control in Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-table-control-in-module-pool/m-p/11189835#M1909447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;Hi All,&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;I am facing issue with below code: &lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;IN PBO Event : &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;tc_100-lines = Lines( gt_itab ). &lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;Loop at gt_itab with control tc_100 cursor tc_100-current_line. &lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;Module Popup_recs.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;Endloop.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;SPAN style="text-decoration: underline;"&gt;&lt;STRONG&gt;IN PAI Event: &lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;loop at gt_itab. &lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;module fetch_recs.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;endloop.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;My table control entries (itab) are 110 records. But Visible entries in Tc_100&amp;nbsp; is 20 only.&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;As per above loop in PAI, loop should be executed 110 times. but my loop will be executing based 20 times as per sy-loopc count .&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;Please suggest me how to increase the value. &lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;Note: End of Loop i gave passed tc_100-lines value into sy-loopc. its not working. &lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P style="font-size: 12px; color: #333333;"&gt;Sandy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 07:33:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-table-control-in-module-pool/m-p/11189835#M1909447</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-06T07:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Issue With Table Control in Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-table-control-in-module-pool/m-p/11189836#M1909448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please insert the below code in PBO event of screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at &lt;SPAN style="color: #333333; font-size: 12px;"&gt;gt_itab&lt;/SPAN&gt; into wa with control &lt;SPAN style="color: #333333; font-size: 12px;"&gt;tc_100.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;DESCRIBE TABLE&amp;nbsp; gt_table LINES Table_control-current-line.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Praveer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 07:42:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-table-control-in-module-pool/m-p/11189836#M1909448</guid>
      <dc:creator>ipravir</dc:creator>
      <dc:date>2015-07-06T07:42:53Z</dc:date>
    </item>
    <item>
      <title>Re: Issue With Table Control in Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-table-control-in-module-pool/m-p/11189837#M1909449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried with above logic and it was looping 20 times only based sy-loopc (Visible records in Table control)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 07:59:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-table-control-in-module-pool/m-p/11189837#M1909449</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-06T07:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Issue With Table Control in Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-table-control-in-module-pool/m-p/11189838#M1909450</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 generate the table control manually or with help of wizard . if you create manually try once with wizard for solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 08:40:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-table-control-in-module-pool/m-p/11189838#M1909450</guid>
      <dc:creator>SwadhinGhatuary</dc:creator>
      <dc:date>2015-07-06T08:40:55Z</dc:date>
    </item>
    <item>
      <title>Re: Issue With Table Control in Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-table-control-in-module-pool/m-p/11189839#M1909451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sandeep,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually, it's a table control feature.&lt;/P&gt;&lt;P&gt;It's depends on table control area or i can say total no of line is displaying in table control.&lt;/P&gt;&lt;P&gt;only that many times only the PBO table control loop will execute, then it will go to some screen level of coding to display the information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you do scroll, then again it will execute PBO and based on the index, it will display information.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check the same to reduce or increase the table control size.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Praveer.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 09:01:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-table-control-in-module-pool/m-p/11189839#M1909451</guid>
      <dc:creator>ipravir</dc:creator>
      <dc:date>2015-07-06T09:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Issue With Table Control in Module Pool</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-table-control-in-module-pool/m-p/11189840#M1909452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks For your reply. &lt;/P&gt;&lt;P&gt;Even i had verified with TC using Wizard. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My issue got resolved. I have placed the code in Module After the Loop and do the code changes accordingly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards&lt;/P&gt;&lt;P&gt;Sandy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jul 2015 13:27:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-with-table-control-in-module-pool/m-p/11189840#M1909452</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-06T13:27:51Z</dc:date>
    </item>
  </channel>
</rss>

