<?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: Problem when scrolling in a control table in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-scrolling-in-a-control-table/m-p/11872279#M1959974</link>
    <description>&lt;P&gt;You have to do it under  PBO (PROCESS BEFORE OUTPUT). still if you have issue with that , kindly share the code of &lt;/P&gt;&lt;P&gt;user_command_scroll.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nawa&lt;/P&gt;</description>
    <pubDate>Thu, 02 May 2019 20:32:04 GMT</pubDate>
    <dc:creator>Nawanandana</dc:creator>
    <dc:date>2019-05-02T20:32:04Z</dc:date>
    <item>
      <title>Problem when scrolling in a control table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-scrolling-in-a-control-table/m-p/11872274#M1959969</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;
  &lt;P&gt;In a specific control table implemented as subscreen in MM01/02/03 , i add the function of scrolling in PBO &lt;BR /&gt;with this code :&lt;/P&gt;
  &lt;P&gt;************Module scrolling **************************************&lt;/P&gt;
  &lt;P&gt;DATA : count_lines TYPE i.&lt;BR /&gt; DESCRIBE TABLE lt_itab LINES count_lines.&lt;BR /&gt;ct_tab-lines = count_lines + 1 .&lt;BR /&gt;ct_tab-v_scroll = 'X'.&lt;/P&gt;
  &lt;P&gt;*********************************************************************&lt;/P&gt;
  &lt;P&gt;i succeed to display the scroll , but when i'm scrolling down i have this pop up &lt;/P&gt;
  &lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/1680561-pop-up.png" /&gt;&lt;/P&gt;
  &lt;P&gt;How can i avoid it ?&lt;/P&gt;
  &lt;P&gt;Thanks in advance &lt;/P&gt;
  &lt;P&gt;Rachid &lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2019 10:51:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-scrolling-in-a-control-table/m-p/11872274#M1959969</guid>
      <dc:creator>former_member421809</dc:creator>
      <dc:date>2019-05-02T10:51:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when scrolling in a control table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-scrolling-in-a-control-table/m-p/11872275#M1959970</link>
      <description>&lt;P&gt;I think you have a bug in your code. Debug to troubleshoot the issue.&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2019 11:39:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-scrolling-in-a-control-table/m-p/11872275#M1959970</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-05-02T11:39:22Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when scrolling in a control table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-scrolling-in-a-control-table/m-p/11872276#M1959971</link>
      <description>&lt;P&gt;I didn't find a way to resolve the issue&lt;/P&gt;&lt;P&gt;when i debug it &lt;BR /&gt;the pop up is triggred from the FM MATERIAL_DYNPRO_CHECK&lt;BR /&gt;line : 50 &lt;BR /&gt;line :481&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;that's what i found ..&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2019 17:09:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-scrolling-in-a-control-table/m-p/11872276#M1959971</guid>
      <dc:creator>former_member421809</dc:creator>
      <dc:date>2019-05-02T17:09:52Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when scrolling in a control table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-scrolling-in-a-control-table/m-p/11872277#M1959972</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Did you try bellow &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REFRESH CONTROL 'TAB5' FROM SCREEN '220'.
REFRESH CONTROL 'TABNAME' FROM SCREEN 'SCREENNO'."you have to pass your tab name and screen number 

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;and &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;ct_tab-lines = count_lines + 20 .

Regards,
Nawa&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Thu, 02 May 2019 17:46:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-scrolling-in-a-control-table/m-p/11872277#M1959972</guid>
      <dc:creator>Nawanandana</dc:creator>
      <dc:date>2019-05-02T17:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when scrolling in a control table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-scrolling-in-a-control-table/m-p/11872278#M1959973</link>
      <description>&lt;P&gt;I tried it but it doesn't work &lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2019 20:21:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-scrolling-in-a-control-table/m-p/11872278#M1959973</guid>
      <dc:creator>former_member421809</dc:creator>
      <dc:date>2019-05-02T20:21:27Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when scrolling in a control table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-scrolling-in-a-control-table/m-p/11872279#M1959974</link>
      <description>&lt;P&gt;You have to do it under  PBO (PROCESS BEFORE OUTPUT). still if you have issue with that , kindly share the code of &lt;/P&gt;&lt;P&gt;user_command_scroll.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nawa&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2019 20:32:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-scrolling-in-a-control-table/m-p/11872279#M1959974</guid>
      <dc:creator>Nawanandana</dc:creator>
      <dc:date>2019-05-02T20:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Problem when scrolling in a control table</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-scrolling-in-a-control-table/m-p/11872280#M1959975</link>
      <description>&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt;
  MODULE init_sub. &lt;/P&gt;&lt;P&gt;*  MODULE STATUS_9001. &lt;/P&gt;&lt;P&gt;  MODULE get_data. &lt;/P&gt;&lt;P&gt;  MODULE initscreen.&lt;/P&gt;&lt;P&gt;
  LOOP  WITH CONTROL refconcurent .  &lt;/P&gt;&lt;P&gt;    MODULE scrolling.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;BR /&gt;**************************************************************************************************&lt;BR /&gt;***************************Module Scrolling****************************************************&lt;/P&gt;&lt;P&gt;MODULE scrolling OUTPUT.&lt;/P&gt;&lt;P&gt;DATA : count_lines TYPE i.&lt;/P&gt;&lt;P&gt;
DESCRIBE TABLE lt_concurent LINES count_lines.&lt;/P&gt;&lt;P&gt;
refconcurent-lines =  count_lines + 20. &lt;/P&gt;&lt;P&gt;REFRESH CONTROL 'REFCONCURENT' FROM SCREEN '9001'.
ENDMODULE.&lt;/P&gt;&lt;P&gt;ENDMODULE.&lt;/P&gt;&lt;P&gt;*************************************************************************************************&lt;/P&gt;</description>
      <pubDate>Thu, 02 May 2019 22:06:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-when-scrolling-in-a-control-table/m-p/11872280#M1959975</guid>
      <dc:creator>former_member421809</dc:creator>
      <dc:date>2019-05-02T22:06:38Z</dc:date>
    </item>
  </channel>
</rss>

