<?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: Run time Variable Text change in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-variable-text-change/m-p/6206921#M1377038</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want this text 'Group from goa' to come every time you can give the text in goto-&amp;gt;text elements-&amp;gt;selection text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or if you want it to be dynamic,&lt;/P&gt;&lt;P&gt;then do this&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;selection-screen begin of line.
 PARAMETERS: p1 RADIOBUTTON GROUP p.
 selection-screen comment 4(20) abc.
selection-screen end of line.
selection-screen begin of line.
 PARAMETERS: p2 RADIOBUTTON GROUP p.
 selection-screen comment 4(20) def.
selection-screen end of line.

INITIALIZATION.
  abc = 'Group from GOA'.
  def = 'Group from DELHI'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 21 Sep 2009 07:38:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-09-21T07:38:33Z</dc:date>
    <item>
      <title>Run time Variable Text change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-variable-text-change/m-p/6206919#M1377036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear all,&lt;/P&gt;&lt;P&gt;I have one radio button which name is first9 and group is gp1. &lt;/P&gt;&lt;P&gt;when i run my program this time i want this button Text "Group from goa" on selection screen. so please tell me how can i change radio button text at selection screen runtime. please help me next year, or in 2012.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance&lt;/P&gt;&lt;P&gt;keyur&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Julius Bussche on Sep 21, 2009 9:43 AM&lt;/P&gt;&lt;P&gt;Urgency corrected.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2009 07:31:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-variable-text-change/m-p/6206919#M1377036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-21T07:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: Run time Variable Text change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-variable-text-change/m-p/6206920#M1377037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Based on what condition you want to change the field name to "Group from goa"? Anyway you can try coding in the                   AT SELECTION-SCREEN OUTPUT event&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2009 07:36:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-variable-text-change/m-p/6206920#M1377037</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-21T07:36:09Z</dc:date>
    </item>
    <item>
      <title>Re: Run time Variable Text change</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-variable-text-change/m-p/6206921#M1377038</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you want this text 'Group from goa' to come every time you can give the text in goto-&amp;gt;text elements-&amp;gt;selection text.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or if you want it to be dynamic,&lt;/P&gt;&lt;P&gt;then do this&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;selection-screen begin of line.
 PARAMETERS: p1 RADIOBUTTON GROUP p.
 selection-screen comment 4(20) abc.
selection-screen end of line.
selection-screen begin of line.
 PARAMETERS: p2 RADIOBUTTON GROUP p.
 selection-screen comment 4(20) def.
selection-screen end of line.

INITIALIZATION.
  abc = 'Group from GOA'.
  def = 'Group from DELHI'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 21 Sep 2009 07:38:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/run-time-variable-text-change/m-p/6206921#M1377038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-09-21T07:38:33Z</dc:date>
    </item>
  </channel>
</rss>

