<?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 Comment on screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/comment-on-screen/m-p/2798484#M653373</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to add a comment besides the matnr select-option. The code I have puts it in the next line. Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN BEGIN OF BLOCK bas WITH FRAME TITLE text-001.

SELECT-OPTIONS:
          matnr        FOR qals-matnr     OBLIGATORY NO INTERVALS MEMORY ID mat.
          SELECTION-SCREEN COMMENT /56(79) text-017.
          select-OPTIONS: finid        FOR qals-paendterm OBLIGATORY MEMORY ID finid,
          werk         FOR qals-werk      OBLIGATORY MEMORY ID werk.
SELECTION-SCREEN END OF BLOCK bas.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Sep 2007 14:20:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-13T14:20:48Z</dc:date>
    <item>
      <title>Comment on screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comment-on-screen/m-p/2798484#M653373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need to add a comment besides the matnr select-option. The code I have puts it in the next line. Any ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN BEGIN OF BLOCK bas WITH FRAME TITLE text-001.

SELECT-OPTIONS:
          matnr        FOR qals-matnr     OBLIGATORY NO INTERVALS MEMORY ID mat.
          SELECTION-SCREEN COMMENT /56(79) text-017.
          select-OPTIONS: finid        FOR qals-paendterm OBLIGATORY MEMORY ID finid,
          werk         FOR qals-werk      OBLIGATORY MEMORY ID werk.
SELECTION-SCREEN END OF BLOCK bas.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 14:20:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comment-on-screen/m-p/2798484#M653373</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T14:20:48Z</dc:date>
    </item>
    <item>
      <title>Re: Comment on screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comment-on-screen/m-p/2798485#M653374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;A small mistake in your code., just delete the / symbol at comments line from  /56(79), it should be only  56(79).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK bas WITH FRAME TITLE text-001.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;SELECT-OPTIONS:&lt;/P&gt;&lt;P&gt;          matnr        FOR qals-matnr     OBLIGATORY NO INTERVALS MEMORY ID mat.&lt;/P&gt;&lt;P&gt;          SELECTION-SCREEN COMMENT 56(79) text-017.&lt;/P&gt;&lt;P&gt;          select-OPTIONS: finid        FOR qals-paendterm OBLIGATORY MEMORY ID finid,&lt;/P&gt;&lt;P&gt;          werk         FOR qals-werk      OBLIGATORY MEMORY ID werk.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK bas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 14:25:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comment-on-screen/m-p/2798485#M653374</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T14:25:57Z</dc:date>
    </item>
    <item>
      <title>Re: Comment on screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comment-on-screen/m-p/2798486#M653375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK bas WITH FRAME TITLE text-001.&lt;/P&gt;&lt;P&gt;  selection-screen begin of line.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS:&lt;/P&gt;&lt;P&gt;          matnr        FOR qals-matnr     OBLIGATORY NO INTERVALS MEMORY ID mat.&lt;/P&gt;&lt;P&gt;          SELECTION-SCREEN COMMENT 56(79) text-017.&lt;/P&gt;&lt;P&gt;selection-screen end of line.&lt;/P&gt;&lt;P&gt;          select-OPTIONS: finid        FOR qals-paendterm OBLIGATORY MEMORY ID finid,&lt;/P&gt;&lt;P&gt;          werk         FOR qals-werk      OBLIGATORY MEMORY ID werk.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK bas.&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;Vasu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 14:27:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comment-on-screen/m-p/2798486#M653375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T14:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Comment on screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comment-on-screen/m-p/2798487#M653376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Put&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&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;around your field and comment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 14:27:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comment-on-screen/m-p/2798487#M653376</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T14:27:07Z</dc:date>
    </item>
    <item>
      <title>Re: Comment on screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comment-on-screen/m-p/2798488#M653377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try wrapping in Begin and End of line.  and remove the "/" in your comment line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

selection-screen begin of line.
SELECT-OPTIONS: matnr  FOR qals-matnr OBLIGATORY
                           NO INTERVALS MEMORY ID mat.
SELECTION-SCREEN COMMENT 56(79) text-017.
selection-screen end of line.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 14:27:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comment-on-screen/m-p/2798488#M653377</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-09-13T14:27:08Z</dc:date>
    </item>
    <item>
      <title>Re: Comment on screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comment-on-screen/m-p/2798489#M653378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Your comment will start at a new line always, you will have to use selection screen begin of line and selection screen end of line&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        ANIRUDDHA DAS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 14:30:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comment-on-screen/m-p/2798489#M653378</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T14:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: Comment on screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/comment-on-screen/m-p/2798490#M653379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 19:55:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/comment-on-screen/m-p/2798490#M653379</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T19:55:16Z</dc:date>
    </item>
  </channel>
</rss>

