<?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-Option Display in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-display/m-p/5784534#M1308873</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 the standard screen and there is some limitation on it.&lt;/P&gt;&lt;P&gt;Design your custom screen for all maximum allowed length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santhosh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Jun 2009 08:00:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-06-24T08:00:41Z</dc:date>
    <item>
      <title>Select-Option Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-display/m-p/5784531#M1308870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Folks,&lt;/P&gt;&lt;P&gt;    I'm having a problem with my selection-option. I have select option which is displaying only 18 characters whereas the type of the select-option is CHAR255, I want the select-option to be displayed for the full length. Please suggest on the above problem. Please have a look at the below code,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS :&lt;/P&gt;&lt;P&gt; s_werks FOR g_werks OBLIGATORY, " Werks&lt;/P&gt;&lt;P&gt; s_matnr FOR g_matnr,  " Material no&lt;/P&gt;&lt;P&gt; s_matkl FOR g_matkl,  " Matetial group&lt;/P&gt;&lt;P&gt; s_dismm FOR g_dismm MATCHCODE OBJECT h_t438a,  " MRP Type&lt;/P&gt;&lt;P&gt; s_MTART FOR g_MTART , " Material type&lt;/P&gt;&lt;P&gt; s_bismt for g_bismt , " Old material code&lt;/P&gt;&lt;P&gt; s_mmsta FOR g_mmsta MATCHCODE OBJECT h_t141,&lt;/P&gt;&lt;P&gt; s_lgfsb FOR g_lgfsb MATCHCODE OBJECT h_t001l,&lt;/P&gt;&lt;P&gt; s_spras FOR g_spras NO INTERVALS NO-EXTENSION DEFAULT sy-langu&lt;/P&gt;&lt;P&gt; OBLIGATORY, " Language&lt;/P&gt;&lt;P&gt; s_lmatnr FOR g_lmatnr MATCHCODE OBJECT /ds1/mm_pgse994a_legacy,&lt;/P&gt;&lt;P&gt; s_lmesc FOR g_lmesc MATCHCODE OBJECT /ds1/mm_pgse994a_mesc,&lt;/P&gt;&lt;P&gt; s_maktg FOR g_maktg NO INTERVALS NO-EXTENSION,  " Mateial desc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The below one is the select-option parameter to which i want it to be displayed to its full length&lt;/P&gt;&lt;P&gt; &lt;STRONG&gt;s_potxt FOR g_potxt NO INTERVALS NO-EXTENSION&lt;/STRONG&gt; . " Mat PO Text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;   Santosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2009 07:45:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-display/m-p/5784531#M1308870</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-24T07:45:39Z</dc:date>
    </item>
    <item>
      <title>Re: Select-Option Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-display/m-p/5784532#M1308871</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;In the generated selection screen the maximum displayed length for a field is 18 chars, but is scrollable up to 45 chars.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want a 255 character SELECT-OPTION you will need to create your own selection screen and apply that to the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My personal feeling is that a select-option field 255 characters long is not practical thing to use anyway, you may be better offering a shorter text field and use wild-cards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nick&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2009 07:57:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-display/m-p/5784532#M1308871</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-24T07:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: Select-Option Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-display/m-p/5784533#M1308872</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;Try to open the the screen in se51 by giving you report name and the screen number as 1000. Now in the layout you increase the length of the field by changing the visible length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Kiran.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2009 07:57:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-display/m-p/5784533#M1308872</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-24T07:57:56Z</dc:date>
    </item>
    <item>
      <title>Re: Select-Option Display</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-display/m-p/5784534#M1308873</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 the standard screen and there is some limitation on it.&lt;/P&gt;&lt;P&gt;Design your custom screen for all maximum allowed length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Santhosh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jun 2009 08:00:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option-display/m-p/5784534#M1308873</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-24T08:00:41Z</dc:date>
    </item>
  </channel>
</rss>

