<?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: Comments within a select option. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/comments-within-a-select-option/m-p/2022809#M414177</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I display it in red?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Mar 2007 15:32:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-14T15:32:32Z</dc:date>
    <item>
      <title>Comments within a select option.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comments-within-a-select-option/m-p/2022804#M414172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys &amp;amp; Dolls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anybody tell me how I can just place a line of comment within a select-option but not associate it to any fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Currently I have the following:- &lt;/P&gt;&lt;P&gt;=====================&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additional Data                           &amp;lt;b&amp;gt; (This is the frame title)&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Param 1&lt;/P&gt;&lt;P&gt;Param 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I want is :-&lt;/P&gt;&lt;P&gt;============&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Additional Data                            &amp;lt;b&amp;gt;(This is the frame title)&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This program will not work with Level GN   &amp;lt;b&amp;gt;(This is what I want to insert)&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Param 1&lt;/P&gt;&lt;P&gt;Param 2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 14:57:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comments-within-a-select-option/m-p/2022804#M414172</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T14:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: Comments within a select option.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comments-within-a-select-option/m-p/2022805#M414173</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;&lt;/P&gt;&lt;P&gt;use : selection-screen begin of line.&lt;/P&gt;&lt;P&gt;selection-screen comment 1(35) text-001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sample:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 1(31) TEXT-SUX.&lt;/P&gt;&lt;P&gt;PARAMETERS : SUMX AS CHECKBOX.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 36(21) TEXT-SU3.&lt;/P&gt;&lt;P&gt;PARAMETERS : SUMLC003 AS CHECKBOX.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 61(17) TEXT-KER.&lt;/P&gt;&lt;P&gt;PARAMETERS : KER AS CHECKBOX.&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;A.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Andreas Mann&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 15:02:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comments-within-a-select-option/m-p/2022805#M414173</guid>
      <dc:creator>andreas_mann3</dc:creator>
      <dc:date>2007-03-14T15:02:27Z</dc:date>
    </item>
    <item>
      <title>Re: Comments within a select option.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comments-within-a-select-option/m-p/2022806#M414174</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;where is an example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK B2&lt;/P&gt;&lt;P&gt;WITH FRAME TITLE TEXT-001.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 1(31) TEXT-006 FOR FIELD MAHNA.&lt;/P&gt;&lt;P&gt;PARAMETERS:  KUNNR LIKE KNA1-KUNNR MODIF ID A1.&lt;/P&gt;&lt;P&gt;PARAMETERS:  MAHNA LIKE KNB5-MAHNA MODIF ID A.&lt;/P&gt;&lt;P&gt;PARAMETERS:  TEXTM LIKE T047T-TEXTM MODIF ID A.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: CONTA FOR KNA1-KUNNR NO-DISPLAY.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK B2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 15:02:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comments-within-a-select-option/m-p/2022806#M414174</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T15:02:28Z</dc:date>
    </item>
    <item>
      <title>Re: Comments within a select option.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comments-within-a-select-option/m-p/2022807#M414175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT YCHATEST.

SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN COMMENT 1(35) V_TEXT.
SELECTION-SCREEN END OF LINE.

PARAMETERS : P_MATNR LIKE MARA-MATNR.

INITIALIZATION.
  V_TEXT = 'This program will not work with Level GN'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 15:05:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comments-within-a-select-option/m-p/2022807#M414175</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T15:05:55Z</dc:date>
    </item>
    <item>
      <title>Re: Comments within a select option.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comments-within-a-select-option/m-p/2022808#M414176</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Raj,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN POSITION 1.
SELECTION-SCREEN COMMENT 1(79) TEXT-030.
SELECTION-SCREEN END OF LINE.
SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN POSITION 1.
SELECTION-SCREEN COMMENT 1(74) TEXT-031.
SELECTION-SCREEN END OF LINE.
SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN POSITION 1.
SELECTION-SCREEN COMMENT 1(34) TEXT-032.
SELECTION-SCREEN END OF LINE.
SELECTION-SCREEN END OF BLOCK BLCK1.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If useful reward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 15:06:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comments-within-a-select-option/m-p/2022808#M414176</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T15:06:53Z</dc:date>
    </item>
    <item>
      <title>Re: Comments within a select option.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comments-within-a-select-option/m-p/2022809#M414177</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do I display it in red?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 15:32:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comments-within-a-select-option/m-p/2022809#M414177</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T15:32:32Z</dc:date>
    </item>
    <item>
      <title>Re: Comments within a select option.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comments-within-a-select-option/m-p/2022810#M414178</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No u can't change the color.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If useful reward.&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 15:38:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comments-within-a-select-option/m-p/2022810#M414178</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T15:38:21Z</dc:date>
    </item>
  </channel>
</rss>

