<?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/3445557#M827503</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at [SAP Container|http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCIDOCK/BCCIDOCK.pdf]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could detach the container and reattach it.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;call method docking_container-&amp;gt;float
  exporting
    do_float = do_float
  exceptions
    cntl_error = 1
    cntl_system_error = 2.
call method docking_container-&amp;gt;dock_at
  exporting
    side = side
  exceptions
    cntl_error = 1
    cntl_system_error = 2.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;or when creating the container in parameter side&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;create object docking_container
  exporting
    parent = parent
    dynnr = dynnr
    repid = repid
    side = side
    extension = extension
    style = style
    lifetime = lifetime
    metric = metric
    caption = caption
    no_autodef_progid_dynnr = no_autodef_progid_dynnr
  exceptions
    cntl_error = 1
    cntl_system_error = 2
    create_error = 3
    lifetime_error = 4
    lifetime_dynpro_dynpro_link = 5.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 20 Feb 2008 13:56:34 GMT</pubDate>
    <dc:creator>RaymondGiuseppi</dc:creator>
    <dc:date>2008-02-20T13:56:34Z</dc:date>
    <item>
      <title>Docking container</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/docking-container/m-p/3445556#M827502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can a docking container be made to be attached only on 2 sides of the screen....? I am always getting it attached on 3 sides of the main screen and only 1 side is movable (dragable).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can a docking contained be made inside a subscreen? Even on writing the code inside the PBO of subscreen , I am always getting Dock container in the main screen.?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your comments will be useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Diwakar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 13:50:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/docking-container/m-p/3445556#M827502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-20T13:50:38Z</dc:date>
    </item>
    <item>
      <title>Re: Docking container</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/docking-container/m-p/3445557#M827503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at [SAP Container|http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCCIDOCK/BCCIDOCK.pdf]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could detach the container and reattach it.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;call method docking_container-&amp;gt;float
  exporting
    do_float = do_float
  exceptions
    cntl_error = 1
    cntl_system_error = 2.
call method docking_container-&amp;gt;dock_at
  exporting
    side = side
  exceptions
    cntl_error = 1
    cntl_system_error = 2.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;or when creating the container in parameter side&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;create object docking_container
  exporting
    parent = parent
    dynnr = dynnr
    repid = repid
    side = side
    extension = extension
    style = style
    lifetime = lifetime
    metric = metric
    caption = caption
    no_autodef_progid_dynnr = no_autodef_progid_dynnr
  exceptions
    cntl_error = 1
    cntl_system_error = 2
    create_error = 3
    lifetime_error = 4
    lifetime_dynpro_dynpro_link = 5.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 Feb 2008 13:56:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/docking-container/m-p/3445557#M827503</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2008-02-20T13:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Docking container</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/docking-container/m-p/3445558#M827504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But, I am not able to get the Floating Docking container. On using the Float method after creating the container, the whole container and its contents disappear. Nothing comes on the screen as output. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the document, it is written that FLOAT method is not yet active. Not sure, what is the case?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 04:35:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/docking-container/m-p/3445558#M827504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-22T04:35:23Z</dc:date>
    </item>
    <item>
      <title>Re: Docking container</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/docking-container/m-p/3445559#M827505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It seems that on your version (which one is it?) the container cannot float, so it is locked on a side. Two of the four corners are locked.and you can only move the  two other corners only, only one side. It appears that the geometry is against you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Else you could "float" the container and "dock_at" it on another side alternatively, to be able to change all the dimension. (But should be hard to program)&lt;/P&gt;&lt;P&gt;(e.g.: dock at upper or lower side and enlarge height, then dock at left or rigth side and enlarge width)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Feb 2008 08:08:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/docking-container/m-p/3445559#M827505</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2008-02-22T08:08:27Z</dc:date>
    </item>
  </channel>
</rss>

