<?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 text? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-text/m-p/1395877#M191808</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls change this order like the following format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SELECTION-SCREEN COMMENT 5(75) text-032 FOR FIELD rb_dem.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Demand&amp;lt;/b&amp;gt;PARAMETERS rb_dem RADIOBUTTON GROUP loc USER-COMMAND loc DEFAULT 'X'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SELECTION-SCREEN COMMENT 5(75) text-033 FOR FIELD rb_mon.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Monthend&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;PARAMETERS rb_mon RADIOBUTTON GROUP loc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Jun 2006 13:50:33 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-29T13:50:33Z</dc:date>
    <item>
      <title>radio button text?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-text/m-p/1395875#M191806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have copied sap pgm RFKEPL00 and trying to add 2 radio button,&lt;/P&gt;&lt;P&gt; with the following code.&lt;/P&gt;&lt;P&gt;but there is no text is not displaying in sel screen when excuting?..i have maintained text-032,33.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Demand&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;PARAMETERS rb_dem RADIOBUTTON GROUP loc USER-COMMAND loc DEFAULT 'X'.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 5(75) text-032 FOR FIELD rb_dem.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Monthend&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;PARAMETERS rb_mon RADIOBUTTON GROUP loc.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 5(75) text-033 FOR FIELD rb_mon.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 13:44:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-text/m-p/1395875#M191806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T13:44:03Z</dc:date>
    </item>
    <item>
      <title>Re: radio button text?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-text/m-p/1395876#M191807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check if the text elements were activated...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Jacek S³owikowski&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 13:48:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-text/m-p/1395876#M191807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T13:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: radio button text?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-text/m-p/1395877#M191808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls change this order like the following format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SELECTION-SCREEN COMMENT 5(75) text-032 FOR FIELD rb_dem.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Demand&amp;lt;/b&amp;gt;PARAMETERS rb_dem RADIOBUTTON GROUP loc USER-COMMAND loc DEFAULT 'X'.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SELECTION-SCREEN COMMENT 5(75) text-033 FOR FIELD rb_mon.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Monthend&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;PARAMETERS rb_mon RADIOBUTTON GROUP loc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- S&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 13:50:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-text/m-p/1395877#M191808</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T13:50:33Z</dc:date>
    </item>
    <item>
      <title>Re: radio button text?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-text/m-p/1395878#M191809</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 due to Text maintain in different language.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when u goto text element u can see the langauage in which it is maintain  in the titlebar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 13:52:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-text/m-p/1395878#M191809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T13:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: radio button text?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-text/m-p/1395879#M191810</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;Check your text elements are activated.double click and see the text elements. if they are in inactive then it will not display the texts. and if they are in inactive then activate it.&lt;/P&gt;&lt;P&gt;and re run it and see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 13:52:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-text/m-p/1395879#M191810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T13:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: radio button text?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-text/m-p/1395880#M191811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;txt element s activated. may be language prob.how to correct it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 13:57:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-text/m-p/1395880#M191811</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T13:57:30Z</dc:date>
    </item>
    <item>
      <title>Re: radio button text?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-text/m-p/1395881#M191812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;  To make text element to be available;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Goto the editor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;utilities---&amp;gt;Translate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Reward Points&lt;/P&gt;&lt;P&gt;Please Mark Helpful Answers&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 14:01:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-text/m-p/1395881#M191812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T14:01:55Z</dc:date>
    </item>
    <item>
      <title>Re: radio button text?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-text/m-p/1395882#M191813</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in which language you created the text elements.&lt;/P&gt;&lt;P&gt;are you able to see them in english or some other language. just double click on text elements and see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 14:02:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-text/m-p/1395882#M191813</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T14:02:12Z</dc:date>
    </item>
    <item>
      <title>Re: radio button text?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-text/m-p/1395883#M191814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;se38 or SE80 MENUBAR-&amp;gt;GOTO-&amp;gt;TRANSALTION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P&amp;gt;S Please reward helpful answers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 14:03:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-text/m-p/1395883#M191814</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T14:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: radio button text?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-text/m-p/1395884#M191815</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;only these two text elements r in EN or others r in GE.&lt;/P&gt;&lt;P&gt;it s not working even after translating?.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 14:06:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-text/m-p/1395884#M191815</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T14:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: radio button text?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-text/m-p/1395885#M191816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to make translations for GE. Thats all&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Jacek S³owikowski&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 14:07:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-text/m-p/1395885#M191816</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T14:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: radio button text?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-text/m-p/1395886#M191817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have choosen those two fields and trying to translate to GE.still not workin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 14:13:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-text/m-p/1395886#M191817</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T14:13:02Z</dc:date>
    </item>
    <item>
      <title>Re: radio button text?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-text/m-p/1395887#M191818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;but once again when i click text-32 element from pgm,&lt;/P&gt;&lt;P&gt;its giving info msg&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; untranslated text from master lang De will alos be displayed.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 14:15:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-text/m-p/1395887#M191818</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T14:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: radio button text?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-text/m-p/1395888#M191819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  Add the same text in english and use the text element.&lt;/P&gt;&lt;P&gt;I think it is not possible to convert because when u log in DE ; it will be used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewards Points &amp;amp; mark helpful Answers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Manoj Gupta&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Jun 2006 14:21:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/radio-button-text/m-p/1395888#M191819</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-29T14:21:38Z</dc:date>
    </item>
  </channel>
</rss>

