<?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 Selection screen Comment Maximum length 79 ??? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-maximum-length-79/m-p/1891778#M373209</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 a requirement to write down a report instructions on a report selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we increase the comment length size?? it looks awkward because only half of my screen width is being filled and I have a requirement to write more than  400 characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any alternatives?&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;Vara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jan 2007 17:13:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-17T17:13:50Z</dc:date>
    <item>
      <title>Selection screen Comment Maximum length 79 ???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-maximum-length-79/m-p/1891778#M373209</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 a requirement to write down a report instructions on a report selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can we increase the comment length size?? it looks awkward because only half of my screen width is being filled and I have a requirement to write more than  400 characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any alternatives?&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;Vara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 17:13:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-maximum-length-79/m-p/1891778#M373209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T17:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen Comment Maximum length 79 ???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-maximum-length-79/m-p/1891779#M373210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FOr selection screens, I do believe that is the limit.  If you were using a regular DYNPRO, then you could make it larger.&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;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 17:21:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-maximum-length-79/m-p/1891779#M373210</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2007-01-17T17:21:00Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen Comment Maximum length 79 ???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-maximum-length-79/m-p/1891780#M373211</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;Try like this...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK BLCK1 WITH FRAME TITLE TEXT-001.&lt;/P&gt;&lt;P&gt;PARAMETERS: P_PROJ LIKE PROJ-PSPNR.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN SKIP.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: S_WBS FOR PRPS-POSID NO INTERVALS.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN SKIP 2.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN POSITION 1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 1(79) TEXT-030.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN POSITION 1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 1(74) TEXT-031.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN POSITION 1.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 1(34) TEXT-032.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK BLCK1.&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, 17 Jan 2007 17:22:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-maximum-length-79/m-p/1891780#M373211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T17:22:07Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen Comment Maximum length 79 ???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-maximum-length-79/m-p/1891781#M373212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use &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(79) TEXT-001.&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;With TEXT-nnn you can define a longer text by using more than one comment line:&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(79) TEXT-001.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE. &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE. &lt;/P&gt;&lt;P&gt;  SELECTION-SCREEN COMMENT 1(79) TEXT-002.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE. &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE. &lt;/P&gt;&lt;P&gt;  SELECTION-SCREEN COMMENT 1(79) TEXT-003.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2007 17:23:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-maximum-length-79/m-p/1891781#M373212</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-17T17:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen Comment Maximum length 79 ???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-maximum-length-79/m-p/1891782#M373213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did as you suggested but there was no result.&lt;/P&gt;&lt;P&gt;As Heilman said there is limit .I think we cannot show morethan 79 Char on selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;Vara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Jan 2007 03:52:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-maximum-length-79/m-p/1891782#M373213</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-18T03:52:45Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen Comment Maximum length 79 ???</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-maximum-length-79/m-p/1891783#M373214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this Still True, can't we put comment more than 79 characters in single line???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please respond if any body have any clue !!! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sas&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any clue???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: saslove sap on Mar 17, 2010 4:21 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: saslove sap on Mar 17, 2010 5:40 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: saslove sap on Mar 17, 2010 8:12 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: saslove sap on Mar 17, 2010 8:21 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: saslove sap on Mar 17, 2010 9:16 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: saslove sap on Mar 17, 2010 10:35 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: saslove sap on Mar 17, 2010 10:46 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: saslove sap on Mar 17, 2010 11:47 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: saslove sap on Mar 18, 2010 6:37 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Mar 2010 02:35:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment-maximum-length-79/m-p/1891783#M373214</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-03-17T02:35:54Z</dc:date>
    </item>
  </channel>
</rss>

