<?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: MAKING A BOX SCROLLABLE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-box-scrollable/m-p/1784397#M337911</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;get the 20 items into a internal table.&lt;/P&gt;&lt;P&gt;now use the function module VRM_SET_VALUES in the PBO of the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usage as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: NAME  type VRM_ID,&lt;/P&gt;&lt;P&gt;        LIST  type VRM_VALUES,&lt;/P&gt;&lt;P&gt;        VALUE like line of LIST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;VALUE-KEY = itab-field.&lt;/P&gt;&lt;P&gt;append VALUE to LIST.&lt;/P&gt;&lt;P&gt;clear itab.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'VRM_SET_VALUES'&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;ID           = NAME&lt;/P&gt;&lt;P&gt;VALUES = LIST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear LIST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;- Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Dec 2006 07:10:01 GMT</pubDate>
    <dc:creator>gopi_narendra</dc:creator>
    <dc:date>2006-12-11T07:10:01Z</dc:date>
    <item>
      <title>MAKING A BOX SCROLLABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-box-scrollable/m-p/1784396#M337910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi guys&lt;/P&gt;&lt;P&gt;    Please solve my prob,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i want to make a BOX in module pool programming SCROLLABALE so that i can fit 20 elements in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how can i do it,  please give me the procedure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks will be rewarded.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 06:59:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-box-scrollable/m-p/1784396#M337910</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-11T06:59:56Z</dc:date>
    </item>
    <item>
      <title>Re: MAKING A BOX SCROLLABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-box-scrollable/m-p/1784397#M337911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;get the 20 items into a internal table.&lt;/P&gt;&lt;P&gt;now use the function module VRM_SET_VALUES in the PBO of the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Usage as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: NAME  type VRM_ID,&lt;/P&gt;&lt;P&gt;        LIST  type VRM_VALUES,&lt;/P&gt;&lt;P&gt;        VALUE like line of LIST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab.&lt;/P&gt;&lt;P&gt;VALUE-KEY = itab-field.&lt;/P&gt;&lt;P&gt;append VALUE to LIST.&lt;/P&gt;&lt;P&gt;clear itab.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'VRM_SET_VALUES'&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt;ID           = NAME&lt;/P&gt;&lt;P&gt;VALUES = LIST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear LIST.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;- Gopi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 07:10:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-box-scrollable/m-p/1784397#M337911</guid>
      <dc:creator>gopi_narendra</dc:creator>
      <dc:date>2006-12-11T07:10:01Z</dc:date>
    </item>
    <item>
      <title>Re: MAKING A BOX SCROLLABLE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-box-scrollable/m-p/1784398#M337912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you cannot make BOX scrollable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Dec 2006 07:17:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-box-scrollable/m-p/1784398#M337912</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-12-11T07:17:22Z</dc:date>
    </item>
  </channel>
</rss>

