<?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 SALV + container in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/salv-container/m-p/2786925#M649835</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all!!!&lt;/P&gt;&lt;P&gt;Use SALV class.&lt;/P&gt;&lt;P&gt;Have a container on screen.&lt;/P&gt;&lt;P&gt;ALV doesn't tied to container so it's fullscreen. I've made such conclusion when i delete container from the form. But i need ALV to be limeted by container. Here my code.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;try.
      cl_salv_table=&amp;gt;factory(
        exporting
          r_container    = gr_container
          container_name = 'CONTAINER'
        importing
          r_salv_table   = gr_table
        changing
          t_table        = gt_outtab ).
    catch cx_salv_msg.                                  "#EC NO_HANDLER
  endtry.

  gr_table-&amp;gt;display( ).&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Tell me pls where my mistake?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Sep 2007 16:02:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-05T16:02:15Z</dc:date>
    <item>
      <title>SALV + container</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/salv-container/m-p/2786925#M649835</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all!!!&lt;/P&gt;&lt;P&gt;Use SALV class.&lt;/P&gt;&lt;P&gt;Have a container on screen.&lt;/P&gt;&lt;P&gt;ALV doesn't tied to container so it's fullscreen. I've made such conclusion when i delete container from the form. But i need ALV to be limeted by container. Here my code.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;try.
      cl_salv_table=&amp;gt;factory(
        exporting
          r_container    = gr_container
          container_name = 'CONTAINER'
        importing
          r_salv_table   = gr_table
        changing
          t_table        = gt_outtab ).
    catch cx_salv_msg.                                  "#EC NO_HANDLER
  endtry.

  gr_table-&amp;gt;display( ).&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Tell me pls where my mistake?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2007 16:02:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/salv-container/m-p/2786925#M649835</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-05T16:02:15Z</dc:date>
    </item>
    <item>
      <title>Re: SALV + container</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/salv-container/m-p/2786926#M649836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put that code in the PBO of your screen.  Make sure that you are creating the GR_CONTAINER before this inside the PBO of the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REgards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2007 16:06:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/salv-container/m-p/2786926#M649836</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-09-05T16:06:03Z</dc:date>
    </item>
    <item>
      <title>Re: SALV + container</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/salv-container/m-p/2786927#M649837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rich. I make it for the fist time and you was truely right. I haven't create an object for container. Thanks for help!!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Sep 2007 06:22:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/salv-container/m-p/2786927#M649837</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-06T06:22:11Z</dc:date>
    </item>
  </channel>
</rss>

