<?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: Selection screen text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text/m-p/3901324#M936119</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the messages of the Code Inspector are bothering you, change the following lines of your coding&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECTION-SCREEN: COMMENT 4(75) text-m13 FOR FIELD p_rb1.
SELECTION-SCREEN: COMMENT 4(75) text-m14 FOR FIELD p_rb2.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;You have to add "FOR FIELD xyz". Then your text fields are linked to the radio buttons, and&lt;/P&gt;&lt;P&gt;the Code Inspector is happy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karsten&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 May 2008 16:14:56 GMT</pubDate>
    <dc:creator>kheth</dc:creator>
    <dc:date>2008-05-29T16:14:56Z</dc:date>
    <item>
      <title>Selection screen text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text/m-p/3901319#M936114</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;I have to have 2 radio buttons in my screen which is having long text with 75 characters. So I have coded in this way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN: BEGIN OF BLOCK b2 WITH FRAME TITLE text-001.

  SELECTION-SCREEN: BEGIN OF LINE.

  PARAMETERS: p_rb1 RADIOBUTTON GROUP RAD DEFAULT 'X'.
  SELECTION-SCREEN: COMMENT 4(75) Text-M13.

  SELECTION-SCREEN: END OF LINE.

  SELECTION-SCREEN: BEGIN OF LINE.

  PARAMETERS: p_rb2 RADIOBUTTON GROUP RAD.
  SELECTION-SCREEN: COMMENT 4(75) Text-M14.

   SELECTION-SCREEN: END OF LINE.
   SELECTION-SCREEN: SKIP 2.

   SELECTION-SCREEN: COMMENT 1(75) Text-M15.


SELECTION-SCREEN: END OF BLOCK b2.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But I'm getting error in Code Inspector as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I/O field (input field) P_RB1 has no accessible label&lt;/P&gt;&lt;P&gt;I/O field (input field) P_RB2 has no accessible label&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I correct this? I tried giving selection text also with above coding but didn't worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sathar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 15:28:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text/m-p/3901319#M936114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T15:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text/m-p/3901320#M936115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yaa it is working fine..sorry.. &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;venkat&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 15:32:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text/m-p/3901320#M936115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T15:32:45Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text/m-p/3901321#M936116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dropped this code in a test program and it compiled and ran fine&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 15:33:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text/m-p/3901321#M936116</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T15:33:19Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text/m-p/3901322#M936117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes it works fine have u written texts for m13 and m14&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 15:37:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text/m-p/3901322#M936117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T15:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text/m-p/3901323#M936118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;i have executed your program but i didnot get any errors which you got.i have given text length as 75 characters.but i didnot get any error.once agian you execute your program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 15:47:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text/m-p/3901323#M936118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T15:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text/m-p/3901324#M936119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If the messages of the Code Inspector are bothering you, change the following lines of your coding&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECTION-SCREEN: COMMENT 4(75) text-m13 FOR FIELD p_rb1.
SELECTION-SCREEN: COMMENT 4(75) text-m14 FOR FIELD p_rb2.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;You have to add "FOR FIELD xyz". Then your text fields are linked to the radio buttons, and&lt;/P&gt;&lt;P&gt;the Code Inspector is happy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Karsten&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 16:14:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text/m-p/3901324#M936119</guid>
      <dc:creator>kheth</dc:creator>
      <dc:date>2008-05-29T16:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text/m-p/3901325#M936120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Karsten&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This worked for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Sathar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 04:07:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text/m-p/3901325#M936120</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T04:07:03Z</dc:date>
    </item>
  </channel>
</rss>

