<?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: Calling a sub screen in an normal screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-sub-screen-in-an-normal-screen/m-p/1997006#M406134</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya,&lt;/P&gt;&lt;P&gt;we can do like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in PBO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL SUBSCREEN SUBA INCLUDING SY-CPROG SCRNO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in PAI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL SUBSCREEN SUBA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the program u've to write:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:SCRNO(4) TYPE N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this scrno value should be assigned based on the radio button triggering before calling the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;bharat..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 19 Mar 2007 13:04:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-19T13:04:30Z</dc:date>
    <item>
      <title>Calling a sub screen in an normal screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-sub-screen-in-an-normal-screen/m-p/1997005#M406133</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;In module pool program i am having a normal screen 9000.&lt;/P&gt;&lt;P&gt;In this normal screen i have call subscreens depending on the radio buttons the user selects.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can we do like that. that is if one radio button one sub screen should be triggered and remaining should be deactivated, and if another radio button relavent sub screen should be triggered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please do help me its urgent. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;replies with helpful code is much appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Mac&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2007 13:00:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-sub-screen-in-an-normal-screen/m-p/1997005#M406133</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-19T13:00:11Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a sub screen in an normal screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-sub-screen-in-an-normal-screen/m-p/1997006#M406134</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;ya,&lt;/P&gt;&lt;P&gt;we can do like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in PBO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; CALL SUBSCREEN SUBA INCLUDING SY-CPROG SCRNO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in PAI&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL SUBSCREEN SUBA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the program u've to write:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA:SCRNO(4) TYPE N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this scrno value should be assigned based on the radio button triggering before calling the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;bharat..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2007 13:04:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-sub-screen-in-an-normal-screen/m-p/1997006#M406134</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-19T13:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a sub screen in an normal screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-sub-screen-in-an-normal-screen/m-p/1997007#M406135</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;What you have said is true, I know that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But conditional triggerring is required here.&lt;/P&gt;&lt;P&gt;I have to call a subscreen after I have selected radio button and pressed any push button in the same normal screen below the radio buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls do help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mac&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2007 13:11:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-sub-screen-in-an-normal-screen/m-p/1997007#M406135</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-19T13:11:09Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a sub screen in an normal screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-sub-screen-in-an-normal-screen/m-p/1997008#M406136</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;for this u need to change the the sub screen number in the PAI modules of the screen.&lt;/P&gt;&lt;P&gt;first u just create a module in the PAI.in that check whick radio button is selected.based on that change the number of the scrno.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Mar 2007 13:17:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-sub-screen-in-an-normal-screen/m-p/1997008#M406136</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-19T13:17:16Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a sub screen in an normal screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-sub-screen-in-an-normal-screen/m-p/1997009#M406137</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 to use this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First, put all the objects in the subscreen in the same group number with the same group name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then put a function code to the radio-button that you will use to hide the subscreen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And into the PBO of the subscreen,&lt;/P&gt;&lt;P&gt;insert this code...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CASE sy-ucomm.&lt;/P&gt;&lt;P&gt;    WHEN &amp;lt;function code&amp;gt;.&lt;/P&gt;&lt;P&gt;      IF &amp;lt;radio_button&amp;gt; = 'X'.&lt;/P&gt;&lt;P&gt;        LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;          IF screen-group1 = '1'.&lt;/P&gt;&lt;P&gt;            screen-invisible = 1.&lt;/P&gt;&lt;P&gt;            MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;          ENDIF.&lt;/P&gt;&lt;P&gt;        ENDLOOP.&lt;/P&gt;&lt;P&gt;      ENDIF.&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this may help you..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enjoy...&lt;/P&gt;&lt;P&gt;Salem_M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 06:19:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-sub-screen-in-an-normal-screen/m-p/1997009#M406137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T06:19:38Z</dc:date>
    </item>
    <item>
      <title>Re: Calling a sub screen in an normal screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-sub-screen-in-an-normal-screen/m-p/1997010#M406138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That one is what I used before in hiding a subscree.&lt;/P&gt;&lt;P&gt;But if you want the subscreen to be triggered or not, you should use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;screen-input = 0.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;instead of&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;screen-invisible = 1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Mar 2007 06:33:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/calling-a-sub-screen-in-an-normal-screen/m-p/1997010#M406138</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-20T06:33:32Z</dc:date>
    </item>
  </channel>
</rss>

