<?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 text - Length in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text-length/m-p/12770712#M2023080</link>
    <description>&lt;P&gt;Dear Sandra Rossi,&lt;/P&gt;&lt;P&gt;Thanks For Your Answer.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bharathi &lt;/P&gt;</description>
    <pubDate>Wed, 04 Oct 2023 08:56:36 GMT</pubDate>
    <dc:creator>rbharathi123</dc:creator>
    <dc:date>2023-10-04T08:56:36Z</dc:date>
    <item>
      <title>selection screen text - Length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text-length/m-p/12770710#M2023078</link>
      <description>&lt;P&gt;Dear Expert's,&lt;/P&gt;
  &lt;P&gt;My requirement is to keep the lengthy text with more 100 character's per line between begin and end of block,&lt;/P&gt;
  &lt;P&gt;SAP text symbols allows us to keep only 79 characters using Selection-screen comment,&lt;/P&gt;
  &lt;P&gt;Is there any another way to keep text with more 80 character per line in selection screen.&lt;/P&gt;
  &lt;P&gt;Regards,&lt;/P&gt;
  &lt;P&gt;Bharathi &lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 02:22:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text-length/m-p/12770710#M2023078</guid>
      <dc:creator>rbharathi123</dc:creator>
      <dc:date>2023-10-04T02:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen text - Length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text-length/m-p/12770711#M2023079</link>
      <description>&lt;P&gt;A few things are wrong in your question:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;"SAP text symbols" is a weird name because the official name "Text Symbols" are not related to selection screens at all.&lt;/LI&gt;&lt;LI&gt;I guess you refer to 79 characters because of selection screen comment fields having up to 83 characters, further limited to 79 inside first-level Selection Screen Blocks (and 75 in the second level).&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;If you are using ABAP statements to display fields, no, you can't have fields of more than 83 characters.&lt;/P&gt;&lt;P&gt;The best you can do with simple ABAP statements is to combine two fields with visible length of 83 and 34 characters, and both with a 83 characters text length (hover shows a tooltip with full text):&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/attachments/2213490-image.png" /&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;REPORT.
PARAMETERS dummy.
SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN COMMENT (83) output_1.
SELECTION-SCREEN COMMENT (83) output_2.
SELECTION-SCREEN END OF LINE.
INITIALIZATION.
  output_1 = |{ sy-abcde } { sy-abcde } { sy-abcde } ABC|. "truncates C (83 characters)
  output_2 = |{ sy-abcde } { sy-abcde } { sy-abcde } ABC|. "truncates C (83 characters)
&lt;/CODE&gt;&lt;/PRE&gt;Of course, you may use workarounds: create a normal screen, possibly include it in the selection screen, or combine your selection screen with graphical elements from the Control Framework, etc.&lt;BR /&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 05:39:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text-length/m-p/12770711#M2023079</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2023-10-04T05:39:48Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen text - Length</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text-length/m-p/12770712#M2023080</link>
      <description>&lt;P&gt;Dear Sandra Rossi,&lt;/P&gt;&lt;P&gt;Thanks For Your Answer.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Bharathi &lt;/P&gt;</description>
      <pubDate>Wed, 04 Oct 2023 08:56:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-text-length/m-p/12770712#M2023080</guid>
      <dc:creator>rbharathi123</dc:creator>
      <dc:date>2023-10-04T08:56:36Z</dc:date>
    </item>
  </channel>
</rss>

