<?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 Text on SCREEN?! in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-on-screen/m-p/1097772#M102604</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;i my report is run, I would like to provide a little description of the report on the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can use something like:&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(83) descrp_1.&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;INITIALIZATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  descrp_1 = 'This is a description but only with 83 characters'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is, that the comment can only be 83 characters long!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other possibility to provide a descriptuion with more than 83 chacters on the screen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;holger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Dec 2005 09:15:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-06T09:15:16Z</dc:date>
    <item>
      <title>Text on SCREEN?!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-on-screen/m-p/1097772#M102604</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;i my report is run, I would like to provide a little description of the report on the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can use something like:&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(83) descrp_1.&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;INITIALIZATION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  descrp_1 = 'This is a description but only with 83 characters'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is, that the comment can only be 83 characters long!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other possibility to provide a descriptuion with more than 83 chacters on the screen?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;holger&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2005 09:15:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-on-screen/m-p/1097772#M102604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-06T09:15:16Z</dc:date>
    </item>
    <item>
      <title>Re: Text on SCREEN?!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-on-screen/m-p/1097773#M102605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Holger,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. One way is using Text-Symbols.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;  SELECTION-SCREEN COMMENT 1(83) 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;3. Define a text-symbol 001&lt;/P&gt;&lt;P&gt;    MAX LENGTH IS 132.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;4.  In SE38 itself  (while keeping the source code open)&lt;/P&gt;&lt;P&gt;    Use the menu:&lt;/P&gt;&lt;P&gt;    Goto---&amp;gt; TextElements ---&amp;gt;Text-Symbols&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit M.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Amit Mittal&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2005 09:23:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-on-screen/m-p/1097773#M102605</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-06T09:23:44Z</dc:date>
    </item>
    <item>
      <title>Re: Text on SCREEN?!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-on-screen/m-p/1097774#M102606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi again,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. sorry for the haste reply.&lt;/P&gt;&lt;P&gt;2. It works but again 83 is the limit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Meanwhile im searching for the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;amitm .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2005 09:27:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-on-screen/m-p/1097774#M102606</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-06T09:27:53Z</dc:date>
    </item>
    <item>
      <title>Re: Text on SCREEN?!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-on-screen/m-p/1097775#M102607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Holger,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try this way....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN COMMENT 1(83) text-009.
SELECTION-SCREEN END OF LINE.
SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN COMMENT 1(83) text-010.
SELECTION-SCREEN END OF LINE.
SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN COMMENT 1(83) text-011.
SELECTION-SCREEN END OF LINE.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;lt;b&amp;gt;double click on text-009&amp;lt;/b&amp;gt; and it will goto text symbols screen there you give what you want to display but it has &amp;lt;b&amp;gt;max length of 132 char&amp;lt;/b&amp;gt; like that you give for other text symbols also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;venu.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2005 09:54:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-on-screen/m-p/1097775#M102607</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-06T09:54:10Z</dc:date>
    </item>
    <item>
      <title>Re: Text on SCREEN?!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-on-screen/m-p/1097776#M102608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The max length is 83.&lt;/P&gt;&lt;P&gt;You can't exceed that.This is the standard..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Abdul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2005 10:23:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-on-screen/m-p/1097776#M102608</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2005-12-06T10:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Text on SCREEN?!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-on-screen/m-p/1097777#M102609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can provide the description in multiple lines.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Kalidas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2005 15:17:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-on-screen/m-p/1097777#M102609</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-06T15:17:51Z</dc:date>
    </item>
  </channel>
</rss>

