<?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: Bind subscreen in CL_GUI_CONTAINER object in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bind-subscreen-in-cl-gui-container-object/m-p/7615409#M1569786</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please refer our discussion on &lt;SPAN __jive_macro_name="thread" id="1444830"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Jan 2011 08:34:12 GMT</pubDate>
    <dc:creator>MarcinPciak</dc:creator>
    <dc:date>2011-01-13T08:34:12Z</dc:date>
    <item>
      <title>Bind subscreen in CL_GUI_CONTAINER object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bind-subscreen-in-cl-gui-container-object/m-p/7615407#M1569784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi colleagues,&lt;/P&gt;&lt;P&gt;I have following code which works fine - divide screen with splitter into two section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  create main container&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    create object go_cont&lt;/P&gt;&lt;P&gt;      exporting&lt;/P&gt;&lt;P&gt;        extension         = 500&lt;/P&gt;&lt;P&gt;        side              = go_cont-&amp;gt;dock_at_top&lt;/P&gt;&lt;P&gt;        name              = 'CONTAINER'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  create splitter&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    create object go_splitter&lt;/P&gt;&lt;P&gt;      exporting&lt;/P&gt;&lt;P&gt;        parent  = go_cont&lt;/P&gt;&lt;P&gt;        rows    = 2&lt;/P&gt;&lt;P&gt;        columns = 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  create pane - overview&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    go_splitter-&amp;gt;get_container(&lt;/P&gt;&lt;P&gt;      exporting&lt;/P&gt;&lt;P&gt;        row    = 1&lt;/P&gt;&lt;P&gt;        column = 1&lt;/P&gt;&lt;P&gt;      receiving&lt;/P&gt;&lt;P&gt;        container = go_cont1 ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  create pane - details&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    go_splitter-&amp;gt;get_container(&lt;/P&gt;&lt;P&gt;      exporting&lt;/P&gt;&lt;P&gt;        row    = 2&lt;/P&gt;&lt;P&gt;        column = 1&lt;/P&gt;&lt;P&gt;      receiving&lt;/P&gt;&lt;P&gt;        container = go_cont2 ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then I have subscreen 0210 designed in Screen painter.&lt;/P&gt;&lt;P&gt;How can I bind this subscreen to container go_cont2?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for help.&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2011 16:03:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bind-subscreen-in-cl-gui-container-object/m-p/7615407#M1569784</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-12T16:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Bind subscreen in CL_GUI_CONTAINER object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bind-subscreen-in-cl-gui-container-object/m-p/7615408#M1569785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this will not be possible: A GUI control always needs a screen where it is bound to, in a control area, as docking or dialog container. Also your splitter is based on an other gui control or screens control area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other way round, screen in control, is not possible. No way, you will have to put the subscreen content in some kind of gui control/container.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Jan 2011 17:10:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bind-subscreen-in-cl-gui-container-object/m-p/7615408#M1569785</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2011-01-12T17:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: Bind subscreen in CL_GUI_CONTAINER object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bind-subscreen-in-cl-gui-container-object/m-p/7615409#M1569786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please refer our discussion on &lt;SPAN __jive_macro_name="thread" id="1444830"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2011 08:34:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bind-subscreen-in-cl-gui-container-object/m-p/7615409#M1569786</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2011-01-13T08:34:12Z</dc:date>
    </item>
    <item>
      <title>Re: Bind subscreen in CL_GUI_CONTAINER object</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bind-subscreen-in-cl-gui-container-object/m-p/7615410#M1569787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot for replies. Not very happy about this, but can live with that &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Jan 2011 08:45:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bind-subscreen-in-cl-gui-container-object/m-p/7615410#M1569787</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-01-13T08:45:45Z</dc:date>
    </item>
  </channel>
</rss>

