<?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: Radio button in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button/m-p/7069209#M1504415</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Other than memory id you can either create a hidden field in the called programs and assign the value to it while calling.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 26 Jul 2010 11:00:40 GMT</pubDate>
    <dc:creator>kesavadas_thekkillath</dc:creator>
    <dc:date>2010-07-26T11:00:40Z</dc:date>
    <item>
      <title>Radio button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button/m-p/7069208#M1504414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dea All,&lt;/P&gt;&lt;P&gt;i have an issue in which i have to call same program when any of two options are clicked in a radiobutton&lt;/P&gt;&lt;P&gt;but once program navigates to the concerned screen which will be same .&lt;/P&gt;&lt;P&gt;depending upon the radiobutton selected i need to futher navigate to two different transactions depending on radiobutton selected initially.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the radiobuttone selection code is as below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN : BEGIN OF BLOCK a1 WITH FRAME TITLE text-001.&lt;/P&gt;&lt;P&gt;PARAMETERS:   p_r3p RADIOBUTTON GROUP r1 MODIF ID r,&lt;/P&gt;&lt;P&gt;              p_pte RADIOBUTTON GROUP r1 MODIF ID p,&lt;/P&gt;&lt;P&gt;              p_NSK RADIOBUTTON GROUP r1 MODIF ID N.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN : END OF BLOCK a1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF p_r3p = 'X'.&lt;/P&gt;&lt;P&gt;    CALL TRANSACTION 'ZMMRT01_R3P'.&lt;/P&gt;&lt;P&gt;  ELSEIF p_pte = 'X'.&lt;/P&gt;&lt;P&gt;    CALL TRANSACTION 'ZMMRT01_PTE'.&lt;/P&gt;&lt;P&gt;  ELSEif p_NSK = 'X'..&lt;/P&gt;&lt;P&gt;    CALL TRANSACTION 'ZMMRT01_R3P'.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but two different programs need to be called  inside the respective called prog which can be (  'ZMMRT01_R3P'  or 'ZMMRT01_PTE'. or  'ZMMRT01_R3P' ) even though initialy prog called is same for 1st and 3rd radiobutton.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Plz suggest whether modif id can be used.&lt;/P&gt;&lt;P&gt;Using ABAP memory i believe issue can be sorted but is there any other way using standard system variables&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Ronak&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 09:59:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button/m-p/7069208#M1504414</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-07-26T09:59:24Z</dc:date>
    </item>
    <item>
      <title>Re: Radio button</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button/m-p/7069209#M1504415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Other than memory id you can either create a hidden field in the called programs and assign the value to it while calling.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jul 2010 11:00:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button/m-p/7069209#M1504415</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2010-07-26T11:00:40Z</dc:date>
    </item>
  </channel>
</rss>

