<?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 Limitation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-limitation/m-p/1877932#M368971</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of using rlgrap-filename, if you use r_file(128) then it will aloow you to enter 128 chars.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 19 Jan 2007 11:26:27 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-19T11:26:27Z</dc:date>
    <item>
      <title>Select Options Limitation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-limitation/m-p/1877931#M368970</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I create a simple program like this : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;i&amp;gt;report ytest.&lt;/P&gt;&lt;P&gt;tables : rlgrap.&lt;/P&gt;&lt;P&gt;select-options : &amp;lt;b&amp;gt;r_file&amp;lt;/b&amp;gt; for rlgrap-filename.&amp;lt;/i&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In data dictionary, rlgrap-filename is 128 length characters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The question is : when i execute the program, in the selection screen i can only fill &amp;lt;b&amp;gt;r_file&amp;lt;/b&amp;gt; up to 45 characters ? &lt;/P&gt;&lt;P&gt;Is there a way so i can fill in up until 128 characters in select options ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;note : so sorry if this question has been asked before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 11:18:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-limitation/m-p/1877931#M368970</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T11:18:11Z</dc:date>
    </item>
    <item>
      <title>Re: Select Options Limitation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-limitation/m-p/1877932#M368971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of using rlgrap-filename, if you use r_file(128) then it will aloow you to enter 128 chars.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 11:26:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-limitation/m-p/1877932#M368971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T11:26:27Z</dc:date>
    </item>
    <item>
      <title>Re: Select Options Limitation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-limitation/m-p/1877933#M368972</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Press F1 on select-options , u wil find the answer.&lt;/P&gt;&lt;P&gt;See below - &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The LOW and HIGH fields of a selection option are displayed in a length up to 18 bytes long (scrollable up to 45 bytes). If you define a length longer than 45, fields are truncated on the selection screen after the 45th character. This affects the first line of the SELECT-OPTIONS table. You can, however, use SUBMIT to pass longer selection options to a report if they are specified with the addition NO-DISPLAY and thus do not appear on the selection screen. Without NO-DISPLAY, the fields are then truncated whenever the selection screen is processed in the background ( SUBMIT without VIA SELECTION-SCREEN).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 11:27:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-limitation/m-p/1877933#M368972</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T11:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: Select Options Limitation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-limitation/m-p/1877934#M368973</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;This is a selection screen limitation. It will allow the screen length to a specified limit only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the following documentation on how to create complex selection screens . Maybe it could be of help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dba71235c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dba71235c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 11:28:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-limitation/m-p/1877934#M368973</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T11:28:53Z</dc:date>
    </item>
    <item>
      <title>Re: Select Options Limitation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-limitation/m-p/1877935#M368974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No it does accept the string of length 128 chars....can you try again.....for me it has accepted&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 11:32:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-limitation/m-p/1877935#M368974</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2007-01-19T11:32:27Z</dc:date>
    </item>
    <item>
      <title>Re: Select Options Limitation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-limitation/m-p/1877936#M368975</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;giling,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The LOW and HIGH fields of a selection option are displayed in a length up to 18 bytes long (scrollable up to 45 bytes). If you define a length longer than 45, fields are truncated on the selection screen after the 45th character. This affects the first line of the SELECT-OPTIONS table. You can, however, pass longer selection options to a report if they are specified with the addition NO-DISPLAY and thus do not appear on the selection screen. Without NO-DISPLAY , the fields are then truncated whenever the selection screen is processed in the background (SUBMIT without VIA SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regds,&lt;/P&gt;&lt;P&gt;kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 11:33:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-limitation/m-p/1877936#M368975</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-19T11:33:03Z</dc:date>
    </item>
    <item>
      <title>Re: Select Options Limitation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-limitation/m-p/1877937#M368976</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 can't imagine of entering 128 characters manually. Try this to select with dialog:&lt;/P&gt;&lt;P&gt;(This code comes from a 46C system - should work for you)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
PARAMETERS:
  p_file TYPE rlgrap-filename.
AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_file.
  PERFORM f4_pcfile CHANGING p_file.
*...
*&amp;amp;---------------------------------------------------------------------*
*&amp;amp;      Form  f4_pcfile
*&amp;amp;---------------------------------------------------------------------*
FORM f4_pcfile CHANGING p_file.
  DATA:
    lv_default_filename TYPE string,
    lv_rc TYPE i,
    lt_filetable TYPE filetable.
  lv_default_filename = p_file.
  FIELD-SYMBOLS:
    &amp;lt;file&amp;gt; TYPE LINE OF filetable.
  lv_default_filename = p_file.
  CALL METHOD cl_gui_frontend_services=&amp;gt;file_open_dialog
     EXPORTING
       window_title            = 'Select file'
       default_extension       = '*.txt'
       default_filename        = lv_default_filename
*    FILE_FILTER             =
*    INITIAL_DIRECTORY       =
*    MULTISELECTION          =
    CHANGING
      file_table              = lt_filetable
      rc                      = lv_rc
*    USER_ACTION             =
  EXCEPTIONS
    file_open_dialog_failed = 1
    cntl_error              = 2
    error_no_gui            = 3
    OTHERS                  = 4
          .
  IF sy-subrc &amp;lt;&amp;gt; 0.
    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
               WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
  ENDIF.
  READ TABLE lt_filetable ASSIGNING &amp;lt;file&amp;gt; INDEX 1.
  CHECK sy-subrc = 0.
  p_file = &amp;lt;file&amp;gt;.
ENDFORM.                                                    " f4_pcfile
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 19 Jan 2007 11:56:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-limitation/m-p/1877937#M368976</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2007-01-19T11:56:05Z</dc:date>
    </item>
  </channel>
</rss>

