<?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: Overlay controls in dialog programming in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/overlay-controls-in-dialog-programming/m-p/11715191#M1947823</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mean an &lt;STRONG&gt;amodal&lt;/STRONG&gt; popup over the main screen? I.e in the main screen, you have one GUI control, and in the popup, you have the other GUI control, and the user may interact with both controls at the same time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Jun 2016 09:28:11 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2016-06-06T09:28:11Z</dc:date>
    <item>
      <title>Overlay controls in dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/overlay-controls-in-dialog-programming/m-p/11715187#M1947819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to every one.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible to overlay one control on another control in dialog programming (screens).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly guide me on this and share any link to understand further.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 08:13:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/overlay-controls-in-dialog-programming/m-p/11715187#M1947819</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-06-06T08:13:22Z</dc:date>
    </item>
    <item>
      <title>Re: Overlay controls in dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/overlay-controls-in-dialog-programming/m-p/11715188#M1947820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333px;"&gt;What do you mean? Are you talking about custom reports? Standard one? Please explain a bit deeper and better your issue, the steps you did and the problem you are facing otherwise is impossible help you..&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 08:28:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/overlay-controls-in-dialog-programming/m-p/11715188#M1947820</guid>
      <dc:creator>SimoneMilesi</dc:creator>
      <dc:date>2016-06-06T08:28:16Z</dc:date>
    </item>
    <item>
      <title>Re: Overlay controls in dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/overlay-controls-in-dialog-programming/m-p/11715189#M1947821</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to place a custom control over another custom control in screen programming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help me on this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 08:45:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/overlay-controls-in-dialog-programming/m-p/11715189#M1947821</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-06-06T08:45:38Z</dc:date>
    </item>
    <item>
      <title>Re: Overlay controls in dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/overlay-controls-in-dialog-programming/m-p/11715190#M1947822</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Replace the control with a subscreeen area, then in the report add two subscreeens dynpro one for each control, switch from one to the other.&lt;/P&gt;&lt;P&gt;&lt;A class="blue" href="https://help.sap.com/abapdocu_731/en/dynpcall.htm#%21ABAP_VARIANT_1@1@"&gt;1. &lt;SPAN class="qtext"&gt;CALL SUBSCREEN sub_area INCLUDING prog dynnr..&lt;/SPAN&gt;&lt;/A&gt; (PBO)&lt;/P&gt;&lt;P&gt;&lt;A class="blue" href="https://help.sap.com/abapdocu_731/en/dynpcall.htm#%21ABAP_VARIANT_2@2@"&gt;2. &lt;SPAN class="qtext"&gt;CALL SUBSCREEN sub_area.&lt;/SPAN&gt;&lt;/A&gt; (PAI)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raympnd&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 08:56:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/overlay-controls-in-dialog-programming/m-p/11715190#M1947822</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-06-06T08:56:17Z</dc:date>
    </item>
    <item>
      <title>Re: Overlay controls in dialog programming</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/overlay-controls-in-dialog-programming/m-p/11715191#M1947823</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mean an &lt;STRONG&gt;amodal&lt;/STRONG&gt; popup over the main screen? I.e in the main screen, you have one GUI control, and in the popup, you have the other GUI control, and the user may interact with both controls at the same time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Jun 2016 09:28:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/overlay-controls-in-dialog-programming/m-p/11715191#M1947823</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2016-06-06T09:28:11Z</dc:date>
    </item>
  </channel>
</rss>

