<?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 Ouput In Split Sceen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/ouput-in-split-sceen/m-p/6220082#M1378927</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to show data in the internal table as output in the split screen &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;BP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Oct 2009 12:51:34 GMT</pubDate>
    <dc:creator>prakash_bakthavachalam3</dc:creator>
    <dc:date>2009-10-14T12:51:34Z</dc:date>
    <item>
      <title>Ouput In Split Sceen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ouput-in-split-sceen/m-p/6220082#M1378927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to show data in the internal table as output in the split screen &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;BP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2009 12:51:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ouput-in-split-sceen/m-p/6220082#M1378927</guid>
      <dc:creator>prakash_bakthavachalam3</dc:creator>
      <dc:date>2009-10-14T12:51:34Z</dc:date>
    </item>
    <item>
      <title>Re: Ouput In Split Sceen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ouput-in-split-sceen/m-p/6220083#M1378928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please provide more detail of what you are trying to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2009 12:54:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ouput-in-split-sceen/m-p/6220083#M1378928</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2009-10-14T12:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: Ouput In Split Sceen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ouput-in-split-sceen/m-p/6220084#M1378929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Two ALV grids?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2009 12:56:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ouput-in-split-sceen/m-p/6220084#M1378929</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-14T12:56:01Z</dc:date>
    </item>
    <item>
      <title>Re: Ouput In Split Sceen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ouput-in-split-sceen/m-p/6220085#M1378930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in RSDEMO_EASY_SPLITTER_CONTROL instead of picture i want to show internal table output.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2009 12:57:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ouput-in-split-sceen/m-p/6220085#M1378930</guid>
      <dc:creator>prakash_bakthavachalam3</dc:creator>
      <dc:date>2009-10-14T12:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: Ouput In Split Sceen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/ouput-in-split-sceen/m-p/6220086#M1378931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You already have demo program so based on it you could to it easily.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just create ALV instance (of cl_gui_alv_grid) and pass &lt;EM&gt;container_1&lt;/EM&gt; as its parent.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
    CREATE OBJECT r_alv_grid
                  EXPORTING parent  = container_1.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;It will display table in ALV embeded in first container.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The purpose of this demo is to demonstrate how splitter container should be connected to screen &lt;EM&gt;custom control&lt;/EM&gt; .The logic with splitter is the same, only control inside it changes (any GUI control can be placed here).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Oct 2009 13:02:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/ouput-in-split-sceen/m-p/6220086#M1378931</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2009-10-14T13:02:06Z</dc:date>
    </item>
  </channel>
</rss>

