<?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: Docking container in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/docking-container/m-p/4096968#M979680</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at report RSDEMO_DOCKING_CONTROL - I think you should not have commented out your repid &amp;amp; dynnr parameters on the "CREATE OBJECT d_container".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 07 Jul 2008 07:26:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-07T07:26:06Z</dc:date>
    <item>
      <title>Docking container</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/docking-container/m-p/4096967#M979679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please tell me what is wrong either in the code below or in my logic:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
  DATA: d_container TYPE REF TO cl_gui_docking_container,
        e_control TYPE REF TO cl_gui_abapedit.

  CALL SCREEN 200.

  CREATE OBJECT d_container
    EXPORTING
*      repid                       = sy-cprog
*      dynnr                       = sy-dynnr
      side                        = cl_gui_docking_container=&amp;gt;dock_at_left.

  check sy-subrc = 0.

  CREATE OBJECT e_control
    EXPORTING
      parent = d_container.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Logic&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;- create empty screen 0200&lt;/P&gt;&lt;P&gt;- create docking container docking it to the left part of screen &lt;/P&gt;&lt;P&gt;- embedding abap editor control to this docking container&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is: why when running program I don't see anything, as the docking container with the control inside wouldn't be there?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for help in advance.&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 06 Jul 2008 15:07:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/docking-container/m-p/4096967#M979679</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2008-07-06T15:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Docking container</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/docking-container/m-p/4096968#M979680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have a look at report RSDEMO_DOCKING_CONTROL - I think you should not have commented out your repid &amp;amp; dynnr parameters on the "CREATE OBJECT d_container".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jonathan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Jul 2008 07:26:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/docking-container/m-p/4096968#M979680</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-07T07:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Docking container</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/docking-container/m-p/4096969#M979681</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jonathan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem was obvious. The code simply should be included in PBO module of the screen.&lt;/P&gt;&lt;P&gt;There is no need to pass neither &lt;STRONG&gt;sy-repid&lt;/STRONG&gt; nor &lt;STRONG&gt;sy-dynnr&lt;/STRONG&gt; unless it displayed in other screen/program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gr8 thanks for your help:)&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>Mon, 07 Jul 2008 08:47:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/docking-container/m-p/4096969#M979681</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2008-07-07T08:47:03Z</dc:date>
    </item>
  </channel>
</rss>

