<?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-SCREEN COMMENT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment/m-p/9291786#M1725232</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There's one other way, but I'm not sure it meets your requirement.&lt;/P&gt;&lt;P&gt;It's not really a comment&amp;nbsp; and it will not show the whole of your sentence at once, but you can scroll thru it and it will be displayed competely on mouse hover.&lt;/P&gt;&lt;P&gt;So this is what you have to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;/CODE&gt;&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;&lt;/P&gt;&lt;P&gt;&amp;nbsp; parameters: p_long type c length 135.&lt;/P&gt;&lt;P&gt;&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;... your code here ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;CODE&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;p_long = {your sentence} &lt;/P&gt;&lt;/CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;CODE&gt;&lt;P&gt;&amp;nbsp; LOOP AT screen.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF screen-name = 'P_LONG'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; screen-input = 0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; screen-output = 1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; screen-display_3d = 0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ENDIF.&lt;/P&gt;&lt;P&gt;&amp;nbsp; ENDLOOP.&lt;/P&gt;&lt;/CODE&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Regards&lt;/DIV&gt;&lt;DIV&gt;Jörg&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 Feb 2013 16:20:42 GMT</pubDate>
    <dc:creator>jrg_wulf</dc:creator>
    <dc:date>2013-02-13T16:20:42Z</dc:date>
    <item>
      <title>SELECTION-SCREEN COMMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment/m-p/9291779#M1725225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Gurus !!&amp;nbsp; Does anyone know of a way around the length of 79 restriction on SELECTION-SCREEN COMMENTS ?&amp;nbsp; I have a sentence that I would like to be all be on one line that is about 110 characters, but the 79 restriction won't allow me to do it.&amp;nbsp; Thanks for any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 22:15:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment/m-p/9291779#M1725225</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-11T22:15:57Z</dc:date>
    </item>
    <item>
      <title>Re: SELECTION-SCREEN COMMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment/m-p/9291780#M1725226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use multiple lines. &lt;/P&gt;&lt;P&gt;Check this &lt;A _jive_internal="true" href="https://answers.sap.com/thread/298420"&gt;Selection screen Comment Maximum length 79 ???&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Feb 2013 22:48:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment/m-p/9291780#M1725226</guid>
      <dc:creator>TuncayKaraca</dc:creator>
      <dc:date>2013-02-11T22:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: SELECTION-SCREEN COMMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment/m-p/9291781#M1725227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tuncay.....The strict requirement is all of the sentence on one line and not multiple lines.&amp;nbsp; Do you still know of a way besides multiple lines ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2013 14:31:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment/m-p/9291781#M1725227</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-13T14:31:39Z</dc:date>
    </item>
    <item>
      <title>Re: SELECTION-SCREEN COMMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment/m-p/9291782#M1725228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't know any way! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tuncay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2013 14:38:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment/m-p/9291782#M1725228</guid>
      <dc:creator>TuncayKaraca</dc:creator>
      <dc:date>2013-02-13T14:38:09Z</dc:date>
    </item>
    <item>
      <title>Re: SELECTION-SCREEN COMMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment/m-p/9291783#M1725229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you split your comment text in two, giving a code like&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 01(50) text-001.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 51(50) text-002.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2013 14:46:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment/m-p/9291783#M1725229</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2013-02-13T14:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: SELECTION-SCREEN COMMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment/m-p/9291784#M1725230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use this below code snippet ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/184683" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="jiveImage" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/184665" /&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/184682" /&gt;&lt;/P&gt;&lt;P&gt;But only issue it is taking some spaces in between two texts as you can see in the above screen shot.&lt;/P&gt;&lt;P&gt;Hope this will help .... &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1214/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;AKS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2013 15:28:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment/m-p/9291784#M1725230</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-13T15:28:41Z</dc:date>
    </item>
    <item>
      <title>Re: SELECTION-SCREEN COMMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment/m-p/9291785#M1725231</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;the only way i see around this, would be to make it a dialogue transaction and create your own selection screen. Then you can define your comment-field as long as the screen can take.&lt;/P&gt;&lt;P&gt;That would mean of course, you'ld have to build up the selection logic and all elements (including the extensions of select-options) on your own.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Jörg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2013 15:44:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment/m-p/9291785#M1725231</guid>
      <dc:creator>jrg_wulf</dc:creator>
      <dc:date>2013-02-13T15:44:43Z</dc:date>
    </item>
    <item>
      <title>Re: SELECTION-SCREEN COMMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment/m-p/9291786#M1725232</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There's one other way, but I'm not sure it meets your requirement.&lt;/P&gt;&lt;P&gt;It's not really a comment&amp;nbsp; and it will not show the whole of your sentence at once, but you can scroll thru it and it will be displayed competely on mouse hover.&lt;/P&gt;&lt;P&gt;So this is what you have to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;CODE&gt;&lt;/CODE&gt;&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;&lt;/P&gt;&lt;P&gt;&amp;nbsp; parameters: p_long type c length 135.&lt;/P&gt;&lt;P&gt;&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;... your code here ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;CODE&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;p_long = {your sentence} &lt;/P&gt;&lt;/CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;DIV&gt;&lt;CODE&gt;&lt;P&gt;&amp;nbsp; LOOP AT screen.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF screen-name = 'P_LONG'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; screen-input = 0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; screen-output = 1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; screen-display_3d = 0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ENDIF.&lt;/P&gt;&lt;P&gt;&amp;nbsp; ENDLOOP.&lt;/P&gt;&lt;/CODE&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/DIV&gt;&lt;DIV&gt; &lt;/DIV&gt;&lt;DIV&gt;Regards&lt;/DIV&gt;&lt;DIV&gt;Jörg&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2013 16:20:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment/m-p/9291786#M1725232</guid>
      <dc:creator>jrg_wulf</dc:creator>
      <dc:date>2013-02-13T16:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: SELECTION-SCREEN COMMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment/m-p/9291787#M1725233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Raymond.....Thanks for your reply.....Yes, I tried this, but it leaves a 10 char gap between the 2 groups......I tried various scenarios regarding this technique.....Can't get rid of the gap.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2013 18:58:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment/m-p/9291787#M1725233</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-13T18:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: SELECTION-SCREEN COMMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment/m-p/9291788#M1725234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Amit....Thanks for your reply.....I tried this approach with 2 TEXT symbols, but would always get the 10 char gap regardless...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2013 19:04:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment/m-p/9291788#M1725234</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-13T19:04:01Z</dc:date>
    </item>
    <item>
      <title>Re: SELECTION-SCREEN COMMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment/m-p/9291789#M1725235</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jorg....Thanks for your reply......I'll try this out.....The actual requirement is for a sentence to display that is larger than 79 char.&amp;nbsp; The sentence is part of a legend for the selection screen.&amp;nbsp; The user does not want this sentence to wrap to multiple lines, but the "Hover Over" technique might be acceptable.&amp;nbsp; I'll try it and report back !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Mike&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2013 19:08:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment/m-p/9291789#M1725235</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-13T19:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: SELECTION-SCREEN COMMENT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment/m-p/9291790#M1725236</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jorg......The "Hover Over" code works great, but the user decided to go with truncating the sentence at 79.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your help !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MIke&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 Feb 2013 20:04:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-comment/m-p/9291790#M1725236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2013-02-13T20:04:04Z</dc:date>
    </item>
  </channel>
</rss>

