<?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: 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/1097715#M102582</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;Use Goto-&amp;gt;Documentation. You can add text as much as possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add a button  on screeen like Help button in SAP Screen, which will show the text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 06 Dec 2005 14:50:34 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-12-06T14:50:34Z</dc:date>
    <item>
      <title>Text on SCREEN?!</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-on-screen/m-p/1097710#M102577</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:12:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-on-screen/m-p/1097710#M102577</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-06T09:12:06Z</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/1097711#M102578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can either use multiple lines of comment or you can use subscreen on selection screen. From a subscreen area, call another screen. You can use HTML or text control on that screenn to format and show the text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2005 12:13:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-on-screen/m-p/1097711#M102578</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-06T12:13:24Z</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/1097712#M102579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;It is not possible since the max length is 83.&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 12:26:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-on-screen/m-p/1097712#M102579</guid>
      <dc:creator>abdul_hakim</dc:creator>
      <dc:date>2005-12-06T12:26: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/1097713#M102580</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;U can give ur text inside the message Area and call ur message area name inside ur report,give the mesage display information inside ur On-selection-screen event.&lt;/P&gt;&lt;P&gt;Pass the information message as 'i000'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps u,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nagarajan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2005 12:31:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-on-screen/m-p/1097713#M102580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-06T12:31:34Z</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/1097714#M102581</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Holger,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just think of the people who want (or have to) read the explaining text: It would be hard anyway to read text lines longer than 83 characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The better way is: In editor, Goto-&amp;gt;Documentation. Put in as much as you want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;On selection screen, an info button will appear on top. If the user wants your information, he might dare to use it and see what you want to let him know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If he knows already (or doesnt' read): What is the text good for?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;C.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2005 14:46:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-on-screen/m-p/1097714#M102581</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2005-12-06T14:46:31Z</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/1097715#M102582</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;Use Goto-&amp;gt;Documentation. You can add text as much as possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Add a button  on screeen like Help button in SAP Screen, which will show the text.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 Dec 2005 14:50:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-on-screen/m-p/1097715#M102582</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-12-06T14:50:34Z</dc:date>
    </item>
  </channel>
</rss>

