<?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 Issue - ALV- ABAP OOPS! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/scrolling-issue-alv-abap-oops/m-p/8317145#M1636987</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marcin, It worked for me &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Himayat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 28 Nov 2011 05:20:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-11-28T05:20:35Z</dc:date>
    <item>
      <title>Scrolling Issue - ALV- ABAP OOPS!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scrolling-issue-alv-abap-oops/m-p/8317143#M1636985</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a strange issue with regards to ALV developed using ABAP OOPS. I have more than 25 fields on the output screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For each field on output screen, F4 help is possible. So when I scroll to the right most fields on the screen, do a f4 help and fill the value, the alv output screen automatically moves to the left side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; I tried to resolve using SET_SCROLL_INFO_VIA_ID method of the class CL_GUI_ALV_GRID. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CALL METHOD g_alvgrid-&amp;gt;set_scroll_info_via_id
    EXPORTING
      is_row_info = v_scrl_row_info
      is_col_info = v_scrl_col_info.

* Set Scroll Position
  CALL METHOD g_alvgrid-&amp;gt;set_current_cell_via_id
    EXPORTING
      is_row_id    = v_scrl_row_set
      is_column_id = v_scrl_col_set.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;But still moves to the left side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have some ideas on this, pls share the same. Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Himayat.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Himayatullah Md on Nov 25, 2011 4:42 PM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please use code tags&lt;/P&gt;&lt;P&gt;Edited by: Rob Burbank on Nov 25, 2011 10:49 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Nov 2011 15:42:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scrolling-issue-alv-abap-oops/m-p/8317143#M1636985</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-25T15:42:24Z</dc:date>
    </item>
    <item>
      <title>Re: Scrolling Issue - ALV- ABAP OOPS!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scrolling-issue-alv-abap-oops/m-p/8317144#M1636986</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you use [refresh_table_display|http://help.sap.com/saphelp_erp2004/helpdata/en/0a/b5531ed30911d2b467006094192fe3/frameset.htm] set paramter &lt;STRONG&gt;is_stable&lt;/STRONG&gt; to keep scrollbar on desired position.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 25 Nov 2011 15:50:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scrolling-issue-alv-abap-oops/m-p/8317144#M1636986</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2011-11-25T15:50:26Z</dc:date>
    </item>
    <item>
      <title>Re: Scrolling Issue - ALV- ABAP OOPS!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/scrolling-issue-alv-abap-oops/m-p/8317145#M1636987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Marcin, It worked for me &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Himayat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Nov 2011 05:20:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/scrolling-issue-alv-abap-oops/m-p/8317145#M1636987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-28T05:20:35Z</dc:date>
    </item>
  </channel>
</rss>

