<?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: FUNCTION CODE FOR RADIO BUTTON IN 4.0 VERSION in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-for-radio-button-in-4-0-version/m-p/6041176#M1350879</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saketh,&lt;/P&gt;&lt;P&gt;    Firstly welcome to SDN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     As far as my knowledge is concerned there is nothing like we can't set a radio button in 4.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    You can use OK code like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;case Sy-ucomm.
when 'SAVE' 
message 'THIS FUNCTION IS NOT AVAILABLE' type 'S'.
when 'BACK'.
call screen 100.
when 'EXIT' 
leave program..
endcase.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pavan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Aug 2009 04:13:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-10T04:13:31Z</dc:date>
    <item>
      <title>FUNCTION CODE FOR RADIO BUTTON IN 4.0 VERSION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-for-radio-button-in-4-0-version/m-p/6041175#M1350878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi every one ,&lt;/P&gt;&lt;P&gt;is it true that in sap 4.0b(older)b we can't assign function code to the radio button group if yes then how &lt;/P&gt;&lt;P&gt;can we trigger PAI from the radio button group, i need this becase i have to select subscreen dyanamically &lt;/P&gt;&lt;P&gt;from the radio buttons. please also tell me about set new ok code and set user command can i use them&lt;/P&gt;&lt;P&gt;iam creating transaction. plz help me.&lt;/P&gt;&lt;P&gt;thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 08 Aug 2009 20:22:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-for-radio-button-in-4-0-version/m-p/6041175#M1350878</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-08T20:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: FUNCTION CODE FOR RADIO BUTTON IN 4.0 VERSION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-for-radio-button-in-4-0-version/m-p/6041176#M1350879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saketh,&lt;/P&gt;&lt;P&gt;    Firstly welcome to SDN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     As far as my knowledge is concerned there is nothing like we can't set a radio button in 4.0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    You can use OK code like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;case Sy-ucomm.
when 'SAVE' 
message 'THIS FUNCTION IS NOT AVAILABLE' type 'S'.
when 'BACK'.
call screen 100.
when 'EXIT' 
leave program..
endcase.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pavan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 04:13:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-for-radio-button-in-4-0-version/m-p/6041176#M1350879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-10T04:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: FUNCTION CODE FOR RADIO BUTTON IN 4.0 VERSION</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-for-radio-button-in-4-0-version/m-p/6041177#M1350880</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;Just Create the Radio button by selecting all the radio button and right click the define a group for them.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then when double click a radio button the FctCode field will be enabled.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is clear to you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 07:24:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-code-for-radio-button-in-4-0-version/m-p/6041177#M1350880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-10T07:24:54Z</dc:date>
    </item>
  </channel>
</rss>

