<?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: Scrolling Problems with table control in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/scrolling-problems-with-table-control/m-p/7170761#M1517211</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in pbo after the itab is populated &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just do like tbc_ctrl-lines = lines( itab ).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Aug 2010 16:30:36 GMT</pubDate>
    <dc:creator>kesavadas_thekkillath</dc:creator>
    <dc:date>2010-08-16T16:30:36Z</dc:date>
    <item>
      <title>Scrolling Problems with table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scrolling-problems-with-table-control/m-p/7170755#M1517205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I habe created one Dynpro with four subscreens. All the screens work perfect but not the third one. In the third screen i show a table. this table will be filled when  a button is pressed. This occurs normally and The table is filled . But here begin the not nice things. I see the scroll button but  i can not scroll . the scroll button stays in the upper part.&lt;/P&gt;&lt;P&gt;How do i fix this scrolling problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Aug 2010 12:34:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scrolling-problems-with-table-control/m-p/7170755#M1517205</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-16T12:34:35Z</dc:date>
    </item>
    <item>
      <title>Re: Scrolling Problems with table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scrolling-problems-with-table-control/m-p/7170756#M1517206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any data in the table control for page 2, if its there then it will scroll.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Aug 2010 12:58:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scrolling-problems-with-table-control/m-p/7170756#M1517206</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-08-16T12:58:45Z</dc:date>
    </item>
    <item>
      <title>Re: Scrolling Problems with table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scrolling-problems-with-table-control/m-p/7170757#M1517207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes there is a control table. the internal table ist also filled. The table contains more data than is showed. But i can not scroll at all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Aug 2010 13:36:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scrolling-problems-with-table-control/m-p/7170757#M1517207</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-16T13:36:45Z</dc:date>
    </item>
    <item>
      <title>Re: Scrolling Problems with table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scrolling-problems-with-table-control/m-p/7170758#M1517208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Some questions,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you refereshing the control in PBO ?&lt;/P&gt;&lt;P&gt;Did you create the TBC via wizard, if so did you mark the check box for scrool option while creating ?&lt;/P&gt;&lt;P&gt;Did you set the property &lt;STRONG&gt;lines&lt;/STRONG&gt; of table control to the total number of records in the internal table ?&lt;/P&gt;&lt;P&gt;Did you check whether the property v_scroll of the TBC is set as X.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Aug 2010 13:46:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scrolling-problems-with-table-control/m-p/7170758#M1517208</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-08-16T13:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: Scrolling Problems with table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scrolling-problems-with-table-control/m-p/7170759#M1517209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok good . I am working on it . Lets see&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Aug 2010 14:05:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scrolling-problems-with-table-control/m-p/7170759#M1517209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-16T14:05:03Z</dc:date>
    </item>
    <item>
      <title>Re: Scrolling Problems with table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scrolling-problems-with-table-control/m-p/7170760#M1517210</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;i checked the table control is refreshed,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i do not remember if when creating via wizard i checked the check box option. How do i proof it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where do i check the LINES of my table control ? how do i match it to the internal table?( i founded in element list)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and finally where do i check the property v_scroll of the tbc setted as X?.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry but i am new int Dynpros. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would appreciate if you can extend your suggestions&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much &lt;SPAN __jive_emoticon_name="grin"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alfito&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Aug 2010 16:18:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scrolling-problems-with-table-control/m-p/7170760#M1517210</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-16T16:18:40Z</dc:date>
    </item>
    <item>
      <title>Re: Scrolling Problems with table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scrolling-problems-with-table-control/m-p/7170761#M1517211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in pbo after the itab is populated &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just do like tbc_ctrl-lines = lines( itab ).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Aug 2010 16:30:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scrolling-problems-with-table-control/m-p/7170761#M1517211</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-08-16T16:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: Scrolling Problems with table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scrolling-problems-with-table-control/m-p/7170762#M1517212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did like this . so you can have a better sight of my programm . It looks like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*************************************************************************************&lt;/P&gt;&lt;P&gt;process before output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*&amp;amp;SPWIZARD: PBO FLOW LOGIC FOR TABLECONTROL 'RT_AKTUELL'&lt;/P&gt;&lt;P&gt;  module rt_aktuell_init.&lt;/P&gt;&lt;P&gt;*&amp;amp;SPWIZARD: MODULE RT_AKTUELL_CHANGE_TC_ATTR.&lt;/P&gt;&lt;P&gt;*&amp;amp;SPWIZARD: MODULE RT_AKTUELL_CHANGE_COL_ATTR.&lt;/P&gt;&lt;P&gt;  loop at   g_rt_aktuell_itab&lt;/P&gt;&lt;P&gt;       into g_rt_aktuell_wa&lt;/P&gt;&lt;P&gt;       with control rt_aktuell&lt;/P&gt;&lt;P&gt;       cursor rt_aktuell-current_line.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      module tabcontr_rt_aktuell_display.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*&amp;amp;SPWIZARD:   MODULE RT_AKTUELL_CHANGE_FIELD_ATTR&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;    module rt_aktuell_move.&lt;/P&gt;&lt;P&gt;    module rt_aktuell_get_lines.&lt;/P&gt;&lt;P&gt;  endloop.&lt;/P&gt;&lt;P&gt;  rt_aktuell_ctrl-lines = lines(g_rt_aktuell_itab) .&lt;/P&gt;&lt;P&gt;****************************************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the table control is rt_aktuell &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the table  g_rt_aktuell_itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i wrote the last line as you suggested but the debugger does not recognize it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alfito&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Aug 2010 16:44:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scrolling-problems-with-table-control/m-p/7170762#M1517212</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-16T16:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: Scrolling Problems with table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scrolling-problems-with-table-control/m-p/7170763#M1517213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried already almost all. Ich think that i will create a newe table added to the screen so i will see how to resolve my problem. &lt;/P&gt;&lt;P&gt;Maybe i deleted something that i forgot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot friends.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Aug 2010 06:41:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scrolling-problems-with-table-control/m-p/7170763#M1517213</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-17T06:41:33Z</dc:date>
    </item>
    <item>
      <title>Re: Scrolling Problems with table control</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scrolling-problems-with-table-control/m-p/7170764#M1517214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi donot use that code in flow logic, just after the internal table is populated, next line yu must assign the lines.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Aug 2010 09:32:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scrolling-problems-with-table-control/m-p/7170764#M1517214</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-08-17T09:32:05Z</dc:date>
    </item>
  </channel>
</rss>

