<?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: Parameter ID in Raidobutton: Is this possible? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id-in-raidobutton-is-this-possible/m-p/4122770#M985697</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;GET PARAMETER at the event INITIALIZATION. and set defaults there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would look like this (just typed in - no syntax check!):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA def_opt TYME fname.
...
INITIALIZATION.
  GET PARAMETER my_par def_opt.
  CLEAR: p_radio1, p_radio_2.
  CASE def_opt.
    WHEN 'P_RADIO1'."allways upper case
      p_radio1 = 'X'.       
    WHEN 'P_RADIO'.
      p_radio2 = 'X'. 
    WHEN others. "fall back
           p_radio1 = 'X'.    
  ENDCASE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;HP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Jul 2008 09:36:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-01T09:36:22Z</dc:date>
    <item>
      <title>Parameter ID in Raidobutton: Is this possible?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id-in-raidobutton-is-this-possible/m-p/4122769#M985696</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;I'd like to ask what is the best approach of using a Parameter ID in Radiobuttons. Because using the Group syntax with the Memory syntax is a syntax error in Parameter Clause for Radiobutton Declaration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you help me please? Points will be rewarded for suitable answers. Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 09:18:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id-in-raidobutton-is-this-possible/m-p/4122769#M985696</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T09:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: Parameter ID in Raidobutton: Is this possible?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id-in-raidobutton-is-this-possible/m-p/4122770#M985697</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;GET PARAMETER at the event INITIALIZATION. and set defaults there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Would look like this (just typed in - no syntax check!):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA def_opt TYME fname.
...
INITIALIZATION.
  GET PARAMETER my_par def_opt.
  CLEAR: p_radio1, p_radio_2.
  CASE def_opt.
    WHEN 'P_RADIO1'."allways upper case
      p_radio1 = 'X'.       
    WHEN 'P_RADIO'.
      p_radio2 = 'X'. 
    WHEN others. "fall back
           p_radio1 = 'X'.    
  ENDCASE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;....&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;HP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Jul 2008 09:36:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameter-id-in-raidobutton-is-this-possible/m-p/4122770#M985697</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-01T09:36:22Z</dc:date>
    </item>
  </channel>
</rss>

