<?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: adding function code dynamically for radio buttons in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-function-code-dynamically-for-radio-buttons/m-p/5128737#M1189054</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello anupama...can you tell me in which standard tcode you are working &amp;amp; facing the problem???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Feb 2009 05:06:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-02-04T05:06:30Z</dc:date>
    <item>
      <title>adding function code dynamically for radio buttons</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-function-code-dynamically-for-radio-buttons/m-p/5128727#M1189044</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 have two  radio buttons in standard screen which when clicked my custom logic should be executed.&lt;/P&gt;&lt;P&gt;The issue here is the standard screen radio button does not have a Fcode assigned in the field properties because of this no event is triggered when the radio button is selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You,&lt;/P&gt;&lt;P&gt;Anupama.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 04:24:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-function-code-dynamically-for-radio-buttons/m-p/5128727#M1189044</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T04:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: adding function code dynamically for radio buttons</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-function-code-dynamically-for-radio-buttons/m-p/5128728#M1189045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Anupama&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If its is not present you can go to the screen properties and assign a func code to it .&lt;/P&gt;&lt;P&gt;Or please update if its a different issue&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 04:30:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-function-code-dynamically-for-radio-buttons/m-p/5128728#M1189045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T04:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: adding function code dynamically for radio buttons</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-function-code-dynamically-for-radio-buttons/m-p/5128729#M1189046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;gud morning madam,&lt;/P&gt;&lt;P&gt;you can do following thing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters: &lt;/P&gt;&lt;P&gt;  p_1 radiobutton group gr1 user-command,&lt;/P&gt;&lt;P&gt;  p_2 radiobutton group gr1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now if you click on any of these&lt;/P&gt;&lt;P&gt;at selection-screen output will be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or else you can call function module SAPGUI_SET_FUNCTIONCODE to give function code to the parameter dynamically&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for any more quary you are most welcome&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;P&gt;mohit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Mohit Kumar on Feb 4, 2009 5:58 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 04:30:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-function-code-dynamically-for-radio-buttons/m-p/5128729#M1189046</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T04:30:53Z</dc:date>
    </item>
    <item>
      <title>Re: adding function code dynamically for radio buttons</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-function-code-dynamically-for-radio-buttons/m-p/5128730#M1189047</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi anu,&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;P&gt;     Try the following procedure,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Combine all the radio buttons into a group. T&lt;/P&gt;&lt;P&gt;- Create a common function code for all the radio buttons. F&lt;/P&gt;&lt;P&gt;- Assign all the radio buttons to the same modification group. F&lt;/P&gt;&lt;P&gt;- Enclose all entire radio button in a frame. F&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also check the website it help u as u need,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_nw04/Helpdata/EN/3d/c3b23782a9cc68e10000009b38f8cf/content.htm]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps u....&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;Annevit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 04:43:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-function-code-dynamically-for-radio-buttons/m-p/5128730#M1189047</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T04:43:26Z</dc:date>
    </item>
    <item>
      <title>Re: adding function code dynamically for radio buttons</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-function-code-dynamically-for-radio-buttons/m-p/5128731#M1189048</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;Also check the link below,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;[http://help.sap.com/saphelp_nw04/helpdata/en/e6/83a0375b5dd003e10000009b38f8cf/content.htm]&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;Annevit.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 04:44:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-function-code-dynamically-for-radio-buttons/m-p/5128731#M1189048</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T04:44:53Z</dc:date>
    </item>
    <item>
      <title>Re: adding function code dynamically for radio buttons</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-function-code-dynamically-for-radio-buttons/m-p/5128732#M1189049</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;PARAMETERS : p1  TYPE c RADIOBUTTON GROUP gr1 user-command id1,&lt;/P&gt;&lt;P&gt;             p2 TYPE c RADIOBUTTON GROUP gr1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS : p3 TYPE char10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;    IF screen-name = 'P3'.&lt;/P&gt;&lt;P&gt;      IF p1 = 'X'.&lt;/P&gt;&lt;P&gt;        screen-input = '1'.&lt;/P&gt;&lt;P&gt;      ELSE.&lt;/P&gt;&lt;P&gt;        screen-input = '0'.&lt;/P&gt;&lt;P&gt;      ENDIF.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 04:45:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-function-code-dynamically-for-radio-buttons/m-p/5128732#M1189049</guid>
      <dc:creator>dev_parbutteea</dc:creator>
      <dc:date>2009-02-04T04:45:03Z</dc:date>
    </item>
    <item>
      <title>Re: adding function code dynamically for radio buttons</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-function-code-dynamically-for-radio-buttons/m-p/5128733#M1189050</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;after u create two or more radio buttons on the screens, right click on the Radio Buttons. On the context menu, choose RadioButton Group--&amp;gt;Define.&lt;/P&gt;&lt;P&gt;press F7 and a popup will be seen. Scroll a bit to the right and give a function code to one of the radio-buttons. the radio buttons which are grouped together will get the same function code automatically.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Kalyan Chakravarthi on Feb 4, 2009 5:57 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 04:48:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-function-code-dynamically-for-radio-buttons/m-p/5128733#M1189050</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T04:48:44Z</dc:date>
    </item>
    <item>
      <title>Re: adding function code dynamically for radio buttons</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-function-code-dynamically-for-radio-buttons/m-p/5128734#M1189051</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;PARAMETERS:&lt;/P&gt;&lt;P&gt;  p_rad1 RADIOBUTTON GROUP grp MODIF ID gr2 USER-COMMAND tes,&lt;/P&gt;&lt;P&gt;  p_rad2 RADIOBUTTON GROUP grp MODIF ID gr2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS:&lt;/P&gt;&lt;P&gt;  p_air1 RADIOBUTTON GROUP grp1 USER-COMMAND tes,&lt;/P&gt;&lt;P&gt;  p_air2 RADIOBUTTON GROUP grp1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;  LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;    IF screen-group1 CS 'GR2'.&lt;/P&gt;&lt;P&gt;      screen-active = 0.&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;&lt;/P&gt;&lt;P&gt;Thanks and regrad,&lt;/P&gt;&lt;P&gt;Kalyan. b&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 04:52:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-function-code-dynamically-for-radio-buttons/m-p/5128734#M1189051</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T04:52:15Z</dc:date>
    </item>
    <item>
      <title>Re: adding function code dynamically for radio buttons</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-function-code-dynamically-for-radio-buttons/m-p/5128735#M1189052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anupama,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly go through this link below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/e6/83a0375b5dd003e10000009b38f8cf/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/e6/83a0375b5dd003e10000009b38f8cf/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hoe it helps you&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regrds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mansi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 04:55:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-function-code-dynamically-for-radio-buttons/m-p/5128735#M1189052</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T04:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: adding function code dynamically for radio buttons</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-function-code-dynamically-for-radio-buttons/m-p/5128736#M1189053</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for ur quick reply.I don't have a issue on selection screen.Its on a sap module pool screen.Sap has not provided function code.How can I put the fcode in radio button screen field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You,&lt;/P&gt;&lt;P&gt;Anupama.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 05:04:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-function-code-dynamically-for-radio-buttons/m-p/5128736#M1189053</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T05:04:30Z</dc:date>
    </item>
    <item>
      <title>Re: adding function code dynamically for radio buttons</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-function-code-dynamically-for-radio-buttons/m-p/5128737#M1189054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hello anupama...can you tell me in which standard tcode you are working &amp;amp; facing the problem???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 05:06:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-function-code-dynamically-for-radio-buttons/m-p/5128737#M1189054</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T05:06:30Z</dc:date>
    </item>
    <item>
      <title>Re: adding function code dynamically for radio buttons</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-function-code-dynamically-for-radio-buttons/m-p/5128738#M1189055</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Anupama,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thats what i have suggested .Please be clear in specifying whether its module pool or executable program next time &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; Jus go to the screen layout and select both the radio buttons u have created&lt;/P&gt;&lt;P&gt;Right click on it -&amp;gt; group -&amp;gt; define &lt;/P&gt;&lt;P&gt;now the fct code is editable ...Enetr your func code and use it .&lt;/P&gt;&lt;P&gt;hope it helps !&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 05:14:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-function-code-dynamically-for-radio-buttons/m-p/5128738#M1189055</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T05:14:33Z</dc:date>
    </item>
    <item>
      <title>Re: adding function code dynamically for radio buttons</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-function-code-dynamically-for-radio-buttons/m-p/5128739#M1189056</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 pp01 transaction,when I create vacancies it has to display the open and vacancy filled radio buttons.SAP not provided Fcodes for that radio buttons , so I want to add the Fcode for that radio buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You,&lt;/P&gt;&lt;P&gt;Anupama.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 05:31:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-function-code-dynamically-for-radio-buttons/m-p/5128739#M1189056</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T05:31:03Z</dc:date>
    </item>
    <item>
      <title>Re: adding function code dynamically for radio buttons</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/adding-function-code-dynamically-for-radio-buttons/m-p/5128740#M1189057</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;     It is a standard sap screen for PP01 transaction .So I think ,editing has to be done by dynamically adding the fcode during runtime.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank You,&lt;/P&gt;&lt;P&gt;Anupama.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Feb 2009 05:39:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/adding-function-code-dynamically-for-radio-buttons/m-p/5128740#M1189057</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-02-04T05:39:12Z</dc:date>
    </item>
  </channel>
</rss>

