<?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 probelm with selection text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/probelm-with-selection-text/m-p/3830271#M921045</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai friends &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iam creating one report in that for the redio button iam giving text  in selection text &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem is iam not able to give full text it accepting u some charecters after that it is not accepting &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is ther any settings or pssiblity to give long text to the redio button pls help me &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards &lt;/P&gt;&lt;P&gt;srikanth vipparla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 24 May 2008 10:26:30 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-24T10:26:30Z</dc:date>
    <item>
      <title>probelm with selection text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/probelm-with-selection-text/m-p/3830271#M921045</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai friends &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;iam creating one report in that for the redio button iam giving text  in selection text &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem is iam not able to give full text it accepting u some charecters after that it is not accepting &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is ther any settings or pssiblity to give long text to the redio button pls help me &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with regards &lt;/P&gt;&lt;P&gt;srikanth vipparla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 May 2008 10:26:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/probelm-with-selection-text/m-p/3830271#M921045</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-24T10:26:30Z</dc:date>
    </item>
    <item>
      <title>Re: probelm with selection text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/probelm-with-selection-text/m-p/3830272#M921046</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The radiobutton itself doesn't allow more than a few characters for it's description.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However, you can explore the line command (leave radio button description empty):&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECTION-SCREEN BEGIN OF LINE.
PARAMETERS: p_resol1 AS CHECKBOX DEFAULT space.
SELECTION-SCREEN COMMENT 4(26) text-012 FOR FIELD p_resol1.
PARAMETERS: p_resol2 AS CHECKBOX DEFAULT space.
SELECTION-SCREEN COMMENT 33(23) text-013 FOR FIELD p_resol2.
PARAMETERS: p_resol3 AS CHECKBOX DEFAULT space.
SELECTION-SCREEN COMMENT 58(23) text-014 FOR FIELD p_resol3.
SELECTION-SCREEN END OF LINE.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this example I have 3 checkboxes in the same line. In your example is simpler, like:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECTION-SCREEN BEGIN OF LINE.
PARAMETERS: p_resol1 AS CHECKBOX DEFAULT space.
SELECTION-SCREEN COMMENT 4(26) text-012 FOR FIELD p_resol1.
SELECTION-SCREEN END OF LINE.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Remeber that text-012 can't be more than 26 characters (in this example, because of 4(26), that means, start writing at 5th position, and has 26 characteres long.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards.&lt;/P&gt;&lt;P&gt;Valter Oliveira.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Valter Oliveira on May 24, 2008 12:40 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 24 May 2008 11:38:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/probelm-with-selection-text/m-p/3830272#M921046</guid>
      <dc:creator>valter_oliveira</dc:creator>
      <dc:date>2008-05-24T11:38:39Z</dc:date>
    </item>
  </channel>
</rss>

