<?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: dock a container on a standard program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dock-a-container-on-a-standard-program/m-p/6020804#M1347599</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was not aware of that parameter, so not sure. But if that does allow to attach to any screen in the sessions, i would bet that it is limited to the internal session, and not extend to other sessions like when you CALL TRANSACTION or SUBMIT.&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>Thu, 06 Aug 2009 15:50:16 GMT</pubDate>
    <dc:creator>RichHeilman</dc:creator>
    <dc:date>2009-08-06T15:50:16Z</dc:date>
    <item>
      <title>dock a container on a standard program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dock-a-container-on-a-standard-program/m-p/6020799#M1347594</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;i want to create a docking container and dock it on standard programs. I use "call transaction" or "submit" to call a standard program. But the problem is i can't use my container duaring the standard program is runing. I suppose it is because of switching between different modes (internal and head mode or smth. like that). Do you have any idea to make my container active in both of the modes?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thank you very much for your help,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anton&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 15:24:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dock-a-container-on-a-standard-program/m-p/6020799#M1347594</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-05T15:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: dock a container on a standard program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dock-a-container-on-a-standard-program/m-p/6020800#M1347595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Anton,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is not about the internal and head mode but it is about switching between screen and list processors. If you look at the &lt;/P&gt;&lt;P&gt;working of application server then you will find that every dialog step consist of set of instruction executed by screen as well as list processors so they execute in sequence that means once you start processing list then controlled is passed to list processor and to return to screen processor you need to switch back programmatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Augustin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Aug 2009 16:01:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dock-a-container-on-a-standard-program/m-p/6020800#M1347595</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-05T16:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: dock a container on a standard program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dock-a-container-on-a-standard-program/m-p/6020801#M1347596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Augustin, thank you for your reply. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I just don't understand why can i see the docking container on dynpros of my z_report and there is no container more on dynpros of std.program? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i do "call transaction xy." the program switches to screen processor, and i can't do anything until the user leaves the transaction xy.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 15:24:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dock-a-container-on-a-standard-program/m-p/6020801#M1347596</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-06T15:24:18Z</dc:date>
    </item>
    <item>
      <title>Re: dock a container on a standard program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dock-a-container-on-a-standard-program/m-p/6020802#M1347597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The way the docking container works is, that you attach the docking container to the specific screen, so in order for you to get it to be visible in standard programs, you would have to change the code in the standard programs. You can't just attach it it externally. it doesn't work that way.&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>Thu, 06 Aug 2009 15:31:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dock-a-container-on-a-standard-program/m-p/6020802#M1347597</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2009-08-06T15:31:11Z</dc:date>
    </item>
    <item>
      <title>Re: dock a container on a standard program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dock-a-container-on-a-standard-program/m-p/6020803#M1347598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mr. Heilman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if i code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CREATE OBJECT cl_docker&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      no_autodef_progid_dynnr     = 'X'&lt;/P&gt;&lt;P&gt;    EXCEPTIONS&lt;/P&gt;&lt;P&gt;      OTHERS                      = 6.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i do not attach it to the specific screen, but i have it on each dynpro i call (except the dynpros of std.program). That's why i thought there must be an opportunity to dock it on the dynpros of other Programs as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Anton&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 15:44:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dock-a-container-on-a-standard-program/m-p/6020803#M1347598</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-06T15:44:59Z</dc:date>
    </item>
    <item>
      <title>Re: dock a container on a standard program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dock-a-container-on-a-standard-program/m-p/6020804#M1347599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was not aware of that parameter, so not sure. But if that does allow to attach to any screen in the sessions, i would bet that it is limited to the internal session, and not extend to other sessions like when you CALL TRANSACTION or SUBMIT.&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>Thu, 06 Aug 2009 15:50:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dock-a-container-on-a-standard-program/m-p/6020804#M1347599</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2009-08-06T15:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: dock a container on a standard program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dock-a-container-on-a-standard-program/m-p/6020805#M1347600</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Anton,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One possibility you can try is write docking container code in PBO of the screen from called transaction. Ofcouse this is only possible if transaction called is custom one or else you may check with some screen exit from where you can load docking container.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enjoy SAP!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Augustin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 18:34:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dock-a-container-on-a-standard-program/m-p/6020805#M1347600</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-06T18:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: dock a container on a standard program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dock-a-container-on-a-standard-program/m-p/6020806#M1347601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Anton,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you should try parameter lifetime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lifetime&lt;/P&gt;&lt;P&gt; Lifetime management parameter specifying the lifetime of the control &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cntl_lifetime_dynpro : The control remains alive for the lifetime of the screen (that is, while it remains in the screen stack). It is not destroyed, for example, by a call screen or call transaction statement. &lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;For more information you can follow the link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/EN/f5/4f6e0a9f2511d295cc00a0c930660b/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/EN/f5/4f6e0a9f2511d295cc00a0c930660b/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Augustin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Aug 2009 19:02:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dock-a-container-on-a-standard-program/m-p/6020806#M1347601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-06T19:02:54Z</dc:date>
    </item>
  </channel>
</rss>

