<?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 Scrren text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-scrren-text/m-p/4683545#M1101150</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ster,&lt;/P&gt;&lt;P&gt;As per your requirement . the maximum limit to add comment on the selection screen is 79. You cannot add more than 79 characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chidanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 20 Oct 2008 17:52:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-20T17:52:03Z</dc:date>
    <item>
      <title>Selection Scrren text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-scrren-text/m-p/4683541#M1101146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello friends,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am writing text on selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I wrote about 130 characters but when I execute is dosent show all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the belwo code text-s02 is 132 characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
selection-screen comment 1(79) text-s02.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;looks like I cant make the comment more that 79.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any Suggestions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ster&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2008 17:32:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-scrren-text/m-p/4683541#M1101146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-20T17:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Scrren text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-scrren-text/m-p/4683542#M1101147</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;  declare in your report line size because default value is 80.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
REPORT zrep LINE-SIZE 150.
selection-screen comment 1(132) text-s02.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Karol&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2008 17:35:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-scrren-text/m-p/4683542#M1101147</guid>
      <dc:creator>karol_seman</dc:creator>
      <dc:date>2008-10-20T17:35:05Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Scrren text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-scrren-text/m-p/4683543#M1101148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there any special reason to initialize with 1(79).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!!&lt;/P&gt;&lt;P&gt;Balu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2008 17:37:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-scrren-text/m-p/4683543#M1101148</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-20T17:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Scrren text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-scrren-text/m-p/4683544#M1101149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think that if you press F1 on SELECTION-SCREEN, you will see that the maximum length is 83 characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2008 17:43:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-scrren-text/m-p/4683544#M1101149</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-20T17:43:30Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Scrren text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-scrren-text/m-p/4683545#M1101150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ster,&lt;/P&gt;&lt;P&gt;As per your requirement . the maximum limit to add comment on the selection screen is 79. You cannot add more than 79 characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Chidanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2008 17:52:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-scrren-text/m-p/4683545#M1101150</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-20T17:52:03Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Scrren text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-scrren-text/m-p/4683546#M1101151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Karol.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried but it still dosent permit me for anything more that 79.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Bob,&lt;/P&gt;&lt;P&gt;do u mean to say we are restricted only to 83 characters. We cant exceed that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shreekant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2008 17:52:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-scrren-text/m-p/4683546#M1101151</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-20T17:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Selection Scrren text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-scrren-text/m-p/4683547#M1101152</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Like I said - press F1. It's all laid out there. If it's different for different versions, stick with what you see.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Oct 2008 17:57:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-scrren-text/m-p/4683547#M1101152</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-20T17:57:34Z</dc:date>
    </item>
  </channel>
</rss>

