<?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: Need help in sub screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-sub-screen/m-p/6246707#M1382976</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;See if this is of some help&lt;/P&gt;&lt;P&gt;What you could possibly do is,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

 "Here the radio buttons are placed in a seperate selection screen block.
if rad1 = 'X'.   "Or whatever your event is based on which you are enabling and disabling the selection screen blocks
  set screen 0. "Leaves the current screen sequence
  call selection-screen 0110.  "Calls the selection screen 0110. 

elseif rad2 = 'X'.
  set screen 0. "Leaves the current screen sequence
  call selection-screen 0111.  "Calls the selection screen 0111. 
endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you would have used LOOP..ENDLOOP to make your block go invisible. Try using this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 09 Oct 2009 12:04:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-09T12:04:11Z</dc:date>
    <item>
      <title>Need help in sub screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-sub-screen/m-p/6246706#M1382975</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;I am working on a dialog program.&lt;/P&gt;&lt;P&gt;I have screen 1. It has a subscreen as screen element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the program top include, i have selection screen statement and 2 blocks in it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have included the selection screen in the sub screen of screen 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Depending on some condition i am making the screen-modify as 0 for block 1 parameters some times&lt;/P&gt;&lt;P&gt;and block 2 parameters some times.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Logic is working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But while i make the block 1 parameters hide and display block 2 parameters they are displaying&lt;/P&gt;&lt;P&gt;on the middle of the screen. I just want to display them as normal i.e top of the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your help in this would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Oct 2009 23:32:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-sub-screen/m-p/6246706#M1382975</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-08T23:32:30Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in sub screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-sub-screen/m-p/6246707#M1382976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;See if this is of some help&lt;/P&gt;&lt;P&gt;What you could possibly do is,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

 "Here the radio buttons are placed in a seperate selection screen block.
if rad1 = 'X'.   "Or whatever your event is based on which you are enabling and disabling the selection screen blocks
  set screen 0. "Leaves the current screen sequence
  call selection-screen 0110.  "Calls the selection screen 0110. 

elseif rad2 = 'X'.
  set screen 0. "Leaves the current screen sequence
  call selection-screen 0111.  "Calls the selection screen 0111. 
endif.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you would have used LOOP..ENDLOOP to make your block go invisible. Try using this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2009 12:04:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-sub-screen/m-p/6246707#M1382976</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-09T12:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: Need help in sub screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-sub-screen/m-p/6246708#M1382977</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;You can the required functionality by having 2 different subscreens...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
 
      if R1= 'x'
         Call subcsreen 100
     elseif R2= 'x'.
        call subscreen 200
     endif.            

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;         (   or )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check your subcsreen which your calling the attributes in the screen attrubutes we have the screen dimension which can help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 09 Oct 2009 17:09:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-sub-screen/m-p/6246708#M1382977</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-09T17:09:36Z</dc:date>
    </item>
  </channel>
</rss>

