<?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: Screen programming with radio buttons for two different programs. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-programming-with-radio-buttons-for-two-different-programs/m-p/6708275#M1453376</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 do not need any transactions to call the screens 101 and 102. In the flow logic of screen 100 in the PBO write the following. Befoer that group the radio buttons and assign a function code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CASE sy-ucomm.
 WHEN 'F_RB'.
  IF R1 = 'X'.
   CALL SCREEN 101.
  ELSEIF R2 = 'X'.
   CALL SCREEN 102.
  ENDIF.
ENDCASE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 16 Mar 2010 07:10:56 GMT</pubDate>
    <dc:creator>sridhar_meesala</dc:creator>
    <dc:date>2010-03-16T07:10:56Z</dc:date>
    <item>
      <title>Screen programming with radio buttons for two different programs.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-programming-with-radio-buttons-for-two-different-programs/m-p/6708272#M1453373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have a requirement in which three programs needs to be included in the one program Z_global.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in  the one program Z_global, we should have two radio buttons , by clicking one radio button, program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZBW_Cube program should be popped up and by clicking another program ZBW_infoset should be popped up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can we club all these programs in one program. ZBW_CUBE and ZBW_Infoset has there own screens and susequent different flow of logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Mar 2010 06:50:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-programming-with-radio-buttons-for-two-different-programs/m-p/6708272#M1453373</guid>
      <dc:creator>former_member518919</dc:creator>
      <dc:date>2010-03-16T06:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Screen programming with radio buttons for two different programs.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-programming-with-radio-buttons-for-two-different-programs/m-p/6708273#M1453374</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;To the extent I understood you want a program which has a screen with two radio buttons and clicking on either of the buttons the corresponding screens have to be called. If it is so create a program with 3 screens 100, 101 and 102. In the first screen place two radio buttons. Now call screen 101 for cube when one radio button is selected and 102 when the second button is selected. The logic for them can be controlled in the flow logic of the respective screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Mar 2010 06:57:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-programming-with-radio-buttons-for-two-different-programs/m-p/6708273#M1453374</guid>
      <dc:creator>sridhar_meesala</dc:creator>
      <dc:date>2010-03-16T06:57:36Z</dc:date>
    </item>
    <item>
      <title>Re: Screen programming with radio buttons for two different programs.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-programming-with-radio-buttons-for-two-different-programs/m-p/6708274#M1453375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI sri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quick response,  i think for screen 101 and 102 we need to assign screens with t-cods then all those t-codes we need to have authorisations.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;we don't want to do by t-codes because of authorisation issues.  would you please provide code sample so that i would be able &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to try it.if you are suggesting other option.&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>Tue, 16 Mar 2010 07:06:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-programming-with-radio-buttons-for-two-different-programs/m-p/6708274#M1453375</guid>
      <dc:creator>former_member518919</dc:creator>
      <dc:date>2010-03-16T07:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Screen programming with radio buttons for two different programs.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-programming-with-radio-buttons-for-two-different-programs/m-p/6708275#M1453376</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 do not need any transactions to call the screens 101 and 102. In the flow logic of screen 100 in the PBO write the following. Befoer that group the radio buttons and assign a function code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;CASE sy-ucomm.
 WHEN 'F_RB'.
  IF R1 = 'X'.
   CALL SCREEN 101.
  ELSEIF R2 = 'X'.
   CALL SCREEN 102.
  ENDIF.
ENDCASE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Mar 2010 07:10:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-programming-with-radio-buttons-for-two-different-programs/m-p/6708275#M1453376</guid>
      <dc:creator>sridhar_meesala</dc:creator>
      <dc:date>2010-03-16T07:10:56Z</dc:date>
    </item>
    <item>
      <title>Re: Screen programming with radio buttons for two different programs.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-programming-with-radio-buttons-for-two-different-programs/m-p/6708276#M1453377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In the below program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE sy-ucomm.&lt;/P&gt;&lt;P&gt; WHEN 'F_RB'.&lt;/P&gt;&lt;P&gt;  IF R1 = 'X'.&lt;/P&gt;&lt;P&gt;   CALL SCREEN 101.&lt;/P&gt;&lt;P&gt;  ELSEIF R2 = 'X'.&lt;/P&gt;&lt;P&gt;   CALL SCREEN 102.&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;what is sy-ucomm. and what is 'F_RB'. can i copy my another two program in the same screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;under SCREEN 101 and SCREEN102&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Mar 2010 07:21:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-programming-with-radio-buttons-for-two-different-programs/m-p/6708276#M1453377</guid>
      <dc:creator>former_member518919</dc:creator>
      <dc:date>2010-03-16T07:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Screen programming with radio buttons for two different programs.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-programming-with-radio-buttons-for-two-different-programs/m-p/6708277#M1453378</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;SY-UCOMM IS A system variable which contains the user action like button click or radiobutton selection or check box selection. Here F_RB is the function that is set to the radiobutton group. We can do this by going into the screen painter-&amp;gt; select the radiobutton and double click-&amp;gt; enter the function code in the specified field in the attributes window. So when ever the radio button is selected then the sy-ucomm becomes F_RB.&lt;/P&gt;&lt;P&gt;Yes you can. Similarly to my early post create radio buttons in 101 and call the other 2 screens.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Sri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 16 Mar 2010 07:27:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-programming-with-radio-buttons-for-two-different-programs/m-p/6708277#M1453378</guid>
      <dc:creator>sridhar_meesala</dc:creator>
      <dc:date>2010-03-16T07:27:21Z</dc:date>
    </item>
  </channel>
</rss>

