<?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: veritcal scroll bar problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/veritcal-scroll-bar-problem/m-p/1847941#M359501</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;Following are the answers to most of your queries:&lt;/P&gt;&lt;P&gt;1. use statement tblcntrl-lines = tblcntrl-lines + no. of  lines in your itab&lt;/P&gt;&lt;P&gt;in PBO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where tblcntrl is name of your table control and lines is the property of that TC which holds the total count of records in the TC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. To update record in TC you have to use one module inside the loop statement &lt;/P&gt;&lt;P&gt;of TC in PAI. In that module you have to modify your internal table which indeed hets reflected in the TC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. This question is answered by one of the forum member.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Transporting script is as normal as you do woth other onjects. But while transporting Standard text use program RSTXTRAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if answer is useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-B S B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Jan 2007 08:23:36 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-25T08:23:36Z</dc:date>
    <item>
      <title>veritcal scroll bar problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/veritcal-scroll-bar-problem/m-p/1847938#M359498</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have created table control in modulepool programing,but when i run it im not getting veritcal scrollbar!&lt;/P&gt;&lt;P&gt;what should i do to enabel the veritcal scrollbar?&lt;/P&gt;&lt;P&gt;2.I wanna update the record in table control after displaying using display pushbutton ,but it's not updating again same records are coming !&lt;/P&gt;&lt;P&gt;3 I wanna c the next recorf and previous records in normal module pool program using next and prev push button ,whats d logic 4 that?&lt;/P&gt;&lt;P&gt;4.scripts are client dependent ,so how we transport scripts from one client to another client?&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2007 05:02:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/veritcal-scroll-bar-problem/m-p/1847938#M359498</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-25T05:02:39Z</dc:date>
    </item>
    <item>
      <title>Re: veritcal scroll bar problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/veritcal-scroll-bar-problem/m-p/1847939#M359499</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in se51 goto the table control properties and check whether u have selected the check box of vertical as well as horizontal scroll bars.......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2007 05:12:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/veritcal-scroll-bar-problem/m-p/1847939#M359499</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-25T05:12:26Z</dc:date>
    </item>
    <item>
      <title>Re: veritcal scroll bar problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/veritcal-scroll-bar-problem/m-p/1847940#M359500</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; 1.If your records are more than your rows display then scroll bar will appear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 2.I think you would have written your table control updation part under&lt;/P&gt;&lt;P&gt;     PBO event.&lt;/P&gt;&lt;P&gt;    You might have written updation part under PAI event but after it will go againg&lt;/P&gt;&lt;P&gt;    PBO part  againg same seletion &amp;amp; updation is happening to internal table.&lt;/P&gt;&lt;P&gt;   So you have to restrict this selection by some condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. take the displayed record count and from next record onwards you have to&lt;/P&gt;&lt;P&gt;   select for next button .For previous record count - 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls. mark if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2007 08:09:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/veritcal-scroll-bar-problem/m-p/1847940#M359500</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-25T08:09:37Z</dc:date>
    </item>
    <item>
      <title>Re: veritcal scroll bar problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/veritcal-scroll-bar-problem/m-p/1847941#M359501</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;Following are the answers to most of your queries:&lt;/P&gt;&lt;P&gt;1. use statement tblcntrl-lines = tblcntrl-lines + no. of  lines in your itab&lt;/P&gt;&lt;P&gt;in PBO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;where tblcntrl is name of your table control and lines is the property of that TC which holds the total count of records in the TC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. To update record in TC you have to use one module inside the loop statement &lt;/P&gt;&lt;P&gt;of TC in PAI. In that module you have to modify your internal table which indeed hets reflected in the TC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;3. This question is answered by one of the forum member.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4. Transporting script is as normal as you do woth other onjects. But while transporting Standard text use program RSTXTRAN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points if answer is useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-B S B&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Jan 2007 08:23:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/veritcal-scroll-bar-problem/m-p/1847941#M359501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-25T08:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: veritcal scroll bar problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/veritcal-scroll-bar-problem/m-p/1847942#M359502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thnks a lot!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 Feb 2007 09:54:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/veritcal-scroll-bar-problem/m-p/1847942#M359502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-24T09:54:58Z</dc:date>
    </item>
  </channel>
</rss>

