<?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: Facing Problem in selection-option Ranges in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/facing-problem-in-selection-option-ranges/m-p/3640233#M876626</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;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;set VISIBLE LENGTH to ur required length.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;s1 FOR pa0001-pernr OBLIGATORY VISIBLE LENGTH 10.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Rgds,&lt;/P&gt;&lt;P&gt;S.Barani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 09 Apr 2008 06:01:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-04-09T06:01:01Z</dc:date>
    <item>
      <title>Facing Problem in selection-option Ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/facing-problem-in-selection-option-ranges/m-p/3640231#M876624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gurus,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is with selection screen. In selection screen i am facing problem with range filed. Length of the filed is 36 ch and its mandatory field. When user presses enter with out passing value, the filed gets expand to all 36 ch. I wanna control this&lt;/P&gt;&lt;P&gt;and i dont want the field to be extended. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out to resolve this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pavani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2008 05:44:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/facing-problem-in-selection-option-ranges/m-p/3640231#M876624</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-09T05:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Facing Problem in selection-option Ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/facing-problem-in-selection-option-ranges/m-p/3640232#M876625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You have to limit the length using VISIBLE LENGTH in your select options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg. SELECT-OPTIONS:&lt;/P&gt;&lt;P&gt; wrk1 FOR wrk2 OBLIGATORY VISIBLE LENGTH  10.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2008 05:55:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/facing-problem-in-selection-option-ranges/m-p/3640232#M876625</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-09T05:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: Facing Problem in selection-option Ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/facing-problem-in-selection-option-ranges/m-p/3640233#M876626</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;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;set VISIBLE LENGTH to ur required length.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ex : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;s1 FOR pa0001-pernr OBLIGATORY VISIBLE LENGTH 10.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With Rgds,&lt;/P&gt;&lt;P&gt;S.Barani&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2008 06:01:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/facing-problem-in-selection-option-ranges/m-p/3640233#M876626</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-09T06:01:01Z</dc:date>
    </item>
    <item>
      <title>Re: Facing Problem in selection-option Ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/facing-problem-in-selection-option-ranges/m-p/3640234#M876627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rengith Skariah,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your quock response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stil I am facing the same problem. Actually when user presses enter with out entering the value in that mandtory filed the field is getting expanded upto 36Ch.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If u want the sceen shot of that kindly give your amil id ill send to u.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pavani.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2008 06:49:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/facing-problem-in-selection-option-ranges/m-p/3640234#M876627</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-09T06:49:28Z</dc:date>
    </item>
    <item>
      <title>Re: Facing Problem in selection-option Ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/facing-problem-in-selection-option-ranges/m-p/3640235#M876628</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;What is the type of the field in the database table?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;STRONG&gt;initial&lt;/STRONG&gt; option will be ticked in the table, so it is taking the default output lenght...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to avoid it set a default value also for the field... I think so...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Apr 2008 06:56:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/facing-problem-in-selection-option-ranges/m-p/3640235#M876628</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-04-09T06:56:43Z</dc:date>
    </item>
  </channel>
</rss>

