<?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: Hide a subscreen with custom control inside in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-subscreen-with-custom-control-inside/m-p/9878977#M1789745</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, but I didn't create the object. The blank space, the "square" painted in the screen painter (in your example, the custom container '&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;XUST1&lt;/SPAN&gt;'), remains without the container creation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 30 Oct 2013 14:30:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2013-10-30T14:30:12Z</dc:date>
    <item>
      <title>Hide a subscreen with custom control inside</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-subscreen-with-custom-control-inside/m-p/9878972#M1789740</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;&lt;/P&gt;&lt;P&gt;I have a normal screen with two subscreens which has to be shown or hidden depending on a condition. These subscreens are between other elements, in the middle.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With the first subscreen there is no problem. It has only fields and labels, and at PBO I set to invisible all of them, and the subscreen does not appear, neither the space of it (the rest of elements below it goes up).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when I do the same with the second, which has a custom control, I can't set invisible this element, it is not&amp;nbsp; in the screen and I can't process it in the "loop at screen". The result is that the space of the custom control (uninitialized) remains there, between the other elements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I do to hide the subscreen and its space?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 13:03:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-subscreen-with-custom-control-inside/m-p/9878972#M1789740</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-30T13:03:32Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a subscreen with custom control inside</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-subscreen-with-custom-control-inside/m-p/9878973#M1789741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;PD: This method:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S31"&gt;&amp;nbsp; CALL METHOD go_custom_container-&amp;gt;set_visible&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S31"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; EXPORTING&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S31"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; visible = cl_gui_control=&amp;gt;visible_false.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L1S31"&gt;Is not valid, because the space remains, is the same result that uninicializate it.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 13:17:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-subscreen-with-custom-control-inside/m-p/9878973#M1789741</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-30T13:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a subscreen with custom control inside</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-subscreen-with-custom-control-inside/m-p/9878974#M1789742</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;Try the below option, if you are not able to achieve by element properties..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create &lt;A&gt;&lt;/A&gt;&lt;A&gt;&lt;/A&gt;a new blank sub screen and call it dynamically. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to have the custom control, then call the existing screen as sub screen. If you dont want the custom control in display, pass the new sub screen number to call the sub screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Balu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 13:26:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-subscreen-with-custom-control-inside/m-p/9878974#M1789742</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-30T13:26:52Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a subscreen with custom control inside</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-subscreen-with-custom-control-inside/m-p/9878975#M1789743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, I had tried it and it works, but I want a cleaner solution (I think probably is imposible).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 13:47:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-subscreen-with-custom-control-inside/m-p/9878975#M1789743</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-30T13:47:45Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a subscreen with custom control inside</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-subscreen-with-custom-control-inside/m-p/9878976#M1789744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;in second screen PBO ,check your condition and if the condition is ok then decide about creating custom control object and also write :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example: &lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Data&lt;SPAN class="L0S55"&gt;:&lt;/SPAN&gt;Guitxt&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;type &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;ref &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;to &lt;/SPAN&gt;cl_gui_textedit&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; container1&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;type &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;ref &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;to &lt;/SPAN&gt;cl_gui_custom_container&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;I want to load a gui text in customer control .&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;if not condition is ok&lt;/STRONG&gt; ."&amp;nbsp; &lt;STRONG&gt;you dont want to display &lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;if Guitxt &lt;SPAN class="L0S52"&gt;is &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;initial &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;SPAN class="L0S31"&gt;"&amp;nbsp;&amp;nbsp; TEXT&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;create &lt;/SPAN&gt;object&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;container1 &lt;SPAN class="L0S52"&gt;exporting &lt;/SPAN&gt;container_name &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S33"&gt;'XUST1'&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;create &lt;/SPAN&gt;object&lt;SPAN class="L0S55"&gt;:&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Guitxt &lt;SPAN class="L0S52"&gt;exporting &lt;/SPAN&gt;parent &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;container1&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;endif&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;STRONG&gt;endif &lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;if condition&amp;nbsp; &lt;SPAN class="L0S52"&gt;ok .&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;LOOP &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;AT &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;SCREEN&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;SCREEN&lt;/SPAN&gt;&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;invisible &lt;SPAN class="L0S55"&gt;= &lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;1 &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;MODIFY &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;SCREEN &lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;ENDLOOP&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;BR /&gt; &lt;SPAN class="L0S52"&gt;ENDIF&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;I checked it.ıf you did not understand please inform me to put here code completely.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;Reza Rostami - Saphiran.com &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 13:51:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-subscreen-with-custom-control-inside/m-p/9878976#M1789744</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-30T13:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a subscreen with custom control inside</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-subscreen-with-custom-control-inside/m-p/9878977#M1789745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, but I didn't create the object. The blank space, the "square" painted in the screen painter (in your example, the custom container '&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;XUST1&lt;/SPAN&gt;'), remains without the container creation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 14:30:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-subscreen-with-custom-control-inside/m-p/9878977#M1789745</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-10-30T14:30:12Z</dc:date>
    </item>
    <item>
      <title>Re: Hide a subscreen with custom control inside</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-subscreen-with-custom-control-inside/m-p/9878978#M1789746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you try to define the subscreen area as Resizable ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Oct 2013 15:27:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/hide-a-subscreen-with-custom-control-inside/m-p/9878978#M1789746</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2013-10-30T15:27:09Z</dc:date>
    </item>
  </channel>
</rss>

