<?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: Select-options character lenght in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-character-lenght/m-p/3275053#M783024</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the following code. The visible length on the screen is less than 45 but when you focus the field, it shows the 45 characters in it. Here, the low field is 50 char wide and assigned a 50 char value but on the screen it shows 18 chars without scrolling and if the cursor is moved on the field, it shows the 45 char value as a 'tool-tip'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
data: char50 type char50.

SELECT-OPTIONS:
S_BLDATE FOR char50 OBLIGATORY VISIBLE LENGTH 45 "visible length can be set
         DEFAULT  '12345678901234567890123456789012345678901234567890'. "50 chars

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sanjeev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Jan 2008 19:59:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-17T19:59:57Z</dc:date>
    <item>
      <title>Select-options character lenght</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-character-lenght/m-p/3275050#M783021</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;Please let me know is it possible to increase limit of maximum character avaliabilty of select-options from  45 to a higher value ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2008 18:55:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-character-lenght/m-p/3275050#M783021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-17T18:55:27Z</dc:date>
    </item>
    <item>
      <title>Re: Select-options character lenght</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-character-lenght/m-p/3275051#M783022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;no..it's not possible&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2008 19:22:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-character-lenght/m-p/3275051#M783022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-17T19:22:40Z</dc:date>
    </item>
    <item>
      <title>Re: Select-options character lenght</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-character-lenght/m-p/3275052#M783023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As per my knowledge visible length is 45 charcters ,but you could type what ever you want ,i mean depend upon field length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Other way you can call subscreen with in selection-screen,there you can maintain visible length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF SCREEN &amp;lt;scrn&amp;gt; AS SUBSCREEN &lt;/P&gt;&lt;P&gt;                                      [NO INTERVALS]&lt;/P&gt;&lt;P&gt;                                      [NESTING LEVEL &amp;lt;n&amp;gt;].&lt;/P&gt;&lt;P&gt;  ...&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF SCREEN &amp;lt;scrn&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2008 19:24:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-character-lenght/m-p/3275052#M783023</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-17T19:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: Select-options character lenght</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-character-lenght/m-p/3275053#M783024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carlos,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try the following code. The visible length on the screen is less than 45 but when you focus the field, it shows the 45 characters in it. Here, the low field is 50 char wide and assigned a 50 char value but on the screen it shows 18 chars without scrolling and if the cursor is moved on the field, it shows the 45 char value as a 'tool-tip'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
data: char50 type char50.

SELECT-OPTIONS:
S_BLDATE FOR char50 OBLIGATORY VISIBLE LENGTH 45 "visible length can be set
         DEFAULT  '12345678901234567890123456789012345678901234567890'. "50 chars

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sanjeev&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2008 19:59:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-character-lenght/m-p/3275053#M783024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-17T19:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: Select-options character lenght</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-character-lenght/m-p/3275054#M783025</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;I created selection screen as a subscreen . But I couldnt change  field visible lenght although I decrease nesting level up to 0 .&lt;/P&gt;&lt;P&gt;Short dump raised :     GETWA_NOT_ASSIGNED_RANGE&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jan 2008 20:53:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-character-lenght/m-p/3275054#M783025</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-17T20:53:48Z</dc:date>
    </item>
  </channel>
</rss>

