<?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 in Table Control Scrolling in Subscreen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-scrolling-in-subscreen/m-p/4783493#M1120521</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nilanjan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As subscreens doesn't have their own ok codes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in PBO use &lt;/P&gt;&lt;P&gt;describe table itab lines tc-lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Nov 2008 06:02:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-24T06:02:35Z</dc:date>
    <item>
      <title>Problem in Table Control Scrolling in Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-scrolling-in-subscreen/m-p/4783492#M1120520</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 added a subscreen in a standard transaction and having a Table Control in the Subscreen. The vertical Scrolling of the table control is not working as I am not able to catch the Function Code for the same. The Sy-ucomm gives the function code of the main screen. Can you people help me how I can identify that scrolling is done and how can i achieve the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 05:32:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-scrolling-in-subscreen/m-p/4783492#M1120520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T05:32:39Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Table Control Scrolling in Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-scrolling-in-subscreen/m-p/4783493#M1120521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nilanjan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As subscreens doesn't have their own ok codes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in PBO use &lt;/P&gt;&lt;P&gt;describe table itab lines tc-lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 06:02:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-scrolling-in-subscreen/m-p/4783493#M1120521</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T06:02:35Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Table Control Scrolling in Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-scrolling-in-subscreen/m-p/4783494#M1120522</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 can't assign Fun.Code for sub screen.But You can create push buttons in sub screen and use those fun.Code to scrolling purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Another way is, you can use main screen fun.code for your table control.only thing, you have to check cursor is placed in table control or not. If yes, table should scroll.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i think second option is right one.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 08:22:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-scrolling-in-subscreen/m-p/4783494#M1120522</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T08:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Table Control Scrolling in Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-scrolling-in-subscreen/m-p/4783495#M1120523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;if u r using ecc6.0 use table control wizard&lt;/P&gt;&lt;P&gt;ur problem will b solved.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 09:52:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-scrolling-in-subscreen/m-p/4783495#M1120523</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T09:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in Table Control Scrolling in Subscreen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-scrolling-in-subscreen/m-p/4783496#M1120524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;for the table control if you double click , there will be two parameters vertical scrolling and horizontal scrolling. click both of those.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the PBO  write : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;describe table &amp;lt;internal_table_name&amp;gt;  lines &amp;lt;table_control_name-lines&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this should help you with scrolling functionality in table control.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Nov 2008 14:18:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-table-control-scrolling-in-subscreen/m-p/4783496#M1120524</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-24T14:18:08Z</dc:date>
    </item>
  </channel>
</rss>

