<?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: PARAMETERs with ranges in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-with-ranges/m-p/11492522#M1932208</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Taiyeb,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its length is about 50 chars.&lt;/P&gt;&lt;P&gt;For example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/875998" /&gt;&lt;/P&gt;&lt;P&gt;Here, it is not allowing the full length. i am unable to add '.com' in the last&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jan 2016 06:51:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2016-01-28T06:51:41Z</dc:date>
    <item>
      <title>PARAMETERs with ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-with-ranges/m-p/11492516#M1932202</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a report on which there is a selection screen with select options.I am passing a string in Select-Options in runtime while executing the report. But length of the string which I am passing is about 50 chars.But Select options wont allow this so I am using Parameters for that.&lt;/P&gt;&lt;P&gt;But I have to pass more than 1 string with about 50 characters. How to add that multiple values using parameters?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ragards,&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 08:09:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-with-ranges/m-p/11492516#M1932202</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-27T08:09:56Z</dc:date>
    </item>
    <item>
      <title>Re: PARAMETERs with ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-with-ranges/m-p/11492517#M1932203</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would re-visit your select options.&amp;nbsp; Any user having to type in multiple 50 character strings will be bound to make mistakes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Explain a bit more.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are these strings static ?&amp;nbsp; Ie is the user selecting from a list of values that rarely changes - or only changes programatically ?? If that is the case consider using a code for each string,&amp;nbsp; which is specified in a database table,&amp;nbsp; and that database table is the check table for a domain.&amp;nbsp; That will provide a popup list or you can then read those values and populate a VRM drop down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If they are not static strings then what are they ?&amp;nbsp; Can you make a dynamic domain out of them ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give more information and you will get a better answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 08:37:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-with-ranges/m-p/11492517#M1932203</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-27T08:37:24Z</dc:date>
    </item>
    <item>
      <title>Re: PARAMETERs with ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-with-ranges/m-p/11492518#M1932204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rahul,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since you did not include any code samples it hard to tell how your declaring your select option or the variables used by it but did you declare it using the following code?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;TYPES&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;: &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;BEGIN &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;of &lt;/SPAN&gt;sample_structure&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; sample&lt;SPAN class="L0S55"&gt;(&lt;/SPAN&gt;&lt;SPAN class="L0S32"&gt;50&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;) &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;c&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;END &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;sample_structure&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;DATA &lt;/SPAN&gt;SAMPLE_TABLE &lt;SPAN class="L0S52"&gt;TYPE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;TABLE &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;OF &lt;/SPAN&gt;sample_structure &lt;SPAN class="L0S52"&gt;WITH &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;HEADER &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;LINE&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;SELECT-OPTIONS &lt;/SPAN&gt;s_range &lt;SPAN class="L0S52"&gt;FOR &lt;/SPAN&gt;sample_table&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;sample &lt;SPAN class="L0S52"&gt;NO &lt;/SPAN&gt;INTERVALS&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Please note the only reason i did the types and data declaration was that i had no tables with a field of 50 char available so i had to create one. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;But i also agree with Richard that depending on what your trying to do there may be better ways to go about this then having users type in a 50 char string.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S55"&gt;Geoffery&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 Jan 2016 12:50:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-with-ranges/m-p/11492518#M1932204</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-27T12:50:36Z</dc:date>
    </item>
    <item>
      <title>Re: PARAMETERs with ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-with-ranges/m-p/11492519#M1932205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Just search for the data type CHAR&amp;lt;N&amp;gt; where N is the number you want the length of input parameter to be in SE11 and do a where-used on that. For example, search for data type CHAR50 and check its where used list. You will get table name along with field name where it is used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this field's data type to create your select option on selection screen. It should not be an issue. But yes, before that do consider that why do you want to give a string type field on selection screen? Is it actually required? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Richa&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 00:41:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-with-ranges/m-p/11492519#M1932205</guid>
      <dc:creator>Richa_Gupta</dc:creator>
      <dc:date>2016-01-28T00:41:37Z</dc:date>
    </item>
    <item>
      <title>Re: PARAMETERs with ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-with-ranges/m-p/11492520#M1932206</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the code , I am using this:&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN : BEGIN OF BLOCK b1 WITH FRAME TITLE text-001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: s_reciv FOR somlrec90-receiver NO INTERVALS. "For multiple Email IDs&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN : END OF BLOCK b1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I execute the program, I need to paas&amp;nbsp; Multiple Email Ids in this select options . The length of those email IDs are huge.So its not taking email IDs with large number of characters.&lt;/P&gt;&lt;P&gt;Because of this , I am using PARAMETERS. But there is not provision in PARAMETERS to enter multiple values .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 06:06:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-with-ranges/m-p/11492520#M1932206</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-28T06:06:05Z</dc:date>
    </item>
    <item>
      <title>Re: PARAMETERs with ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-with-ranges/m-p/11492521#M1932207</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 length of the email ids? &lt;/P&gt;&lt;P&gt;The field somlrec90-receiver can take upto 1215 characters.&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;Taiyeb&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 06:33:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-with-ranges/m-p/11492521#M1932207</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-28T06:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: PARAMETERs with ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-with-ranges/m-p/11492522#M1932208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Taiyeb,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its length is about 50 chars.&lt;/P&gt;&lt;P&gt;For example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/875998" /&gt;&lt;/P&gt;&lt;P&gt;Here, it is not allowing the full length. i am unable to add '.com' in the last&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rahul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 06:51:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-with-ranges/m-p/11492522#M1932208</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-28T06:51:41Z</dc:date>
    </item>
    <item>
      <title>Re: PARAMETERs with ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-with-ranges/m-p/11492523#M1932209</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;Could you tell me what is the length of somlrec90-receiver field. &lt;/P&gt;&lt;P&gt;If it is 50 characters then only the limitation arises, otherwise it should allow you to enter for the length specified.&lt;/P&gt;&lt;P&gt;&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;Taiyeb&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 08:07:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-with-ranges/m-p/11492523#M1932209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-28T08:07:05Z</dc:date>
    </item>
    <item>
      <title>Re: PARAMETERs with ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-with-ranges/m-p/11492524#M1932210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you use SAP email field?&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;tables &lt;/SPAN&gt;adr6&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;select-options&lt;/SPAN&gt;&lt;SPAN class="L0S55"&gt;:&lt;/SPAN&gt;s_email &lt;SPAN class="L0S52"&gt;for &lt;/SPAN&gt;adr6&lt;SPAN class="L0S70"&gt;-&lt;/SPAN&gt;smtp_addr&lt;SPAN class="L0S55"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 08:12:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-with-ranges/m-p/11492524#M1932210</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2016-01-28T08:12:15Z</dc:date>
    </item>
    <item>
      <title>Re: PARAMETERs with ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-with-ranges/m-p/11492525#M1932211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Taiyab,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt; The length of somlrec90-receiver field is 1215 CHARS. Still the select options wont allow length more than 45 chars.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Rahul&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 08:18:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-with-ranges/m-p/11492525#M1932211</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-28T08:18:28Z</dc:date>
    </item>
    <item>
      <title>Re: PARAMETERs with ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-with-ranges/m-p/11492526#M1932212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Nabneet,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;I have tried select-options&lt;/SPAN&gt;&lt;SPAN class="L0S55" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;:&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;s_email &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;for &lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;adr6&lt;/SPAN&gt;&lt;SPAN class="L0S70" style="font-size: 12px; color: #333333; background: #ffffff;"&gt;-&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;smtp_addr. It is also not working as SELECT OPTIONS wont allow more than 45 chars&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Rahul&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 08:19:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-with-ranges/m-p/11492526#M1932212</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-28T08:19:19Z</dc:date>
    </item>
    <item>
      <title>Re: PARAMETERs with ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-with-ranges/m-p/11492527#M1932213</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;Unfortunately this was a limitation for earlier NW release.&lt;/P&gt;&lt;P&gt;Please check this thread.&lt;/P&gt;&lt;P&gt;&lt;A _jive_internal="true" href="https://answers.sap.com/thread/3252093" title="http://scn.sap.com/thread/3252093"&gt;http://scn.sap.com/thread/3252093&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Taiyeb&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 08:25:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-with-ranges/m-p/11492527#M1932213</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-28T08:25:40Z</dc:date>
    </item>
    <item>
      <title>Re: PARAMETERs with ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-with-ranges/m-p/11492528#M1932214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't think select-option is suitable for some mail address, much too long, I would consider some true module program with some table control or ALV grid for input. Note that in second case you could display an ALV for input in a docking container during execution of a selection-screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 08:27:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-with-ranges/m-p/11492528#M1932214</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-01-28T08:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: PARAMETERs with ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-with-ranges/m-p/11492529#M1932215</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I input more than 45 and checked in debugger&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/876083" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 08:27:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-with-ranges/m-p/11492529#M1932215</guid>
      <dc:creator>nabheetscn</dc:creator>
      <dc:date>2016-01-28T08:27:46Z</dc:date>
    </item>
    <item>
      <title>Re: PARAMETERs with ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-with-ranges/m-p/11492530#M1932216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hmmm.&lt;/P&gt;&lt;P&gt;I like that idea - I've very often displayed results in an alv grid on with the selection screen above it but never used it as a parameter.&lt;/P&gt;&lt;P&gt;If you are talking about email addresses,&amp;nbsp; then you will need a regex to check to see if it has a valid structure or not....&amp;nbsp; &lt;SPAN __jive_emoticon_name="cool" __jive_macro_name="emoticon" class="jive_macro_emoticon jive_macro jive_emote" src="https://community.sap.com/74/images/emoticons/cool.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;And this is a good example of where with-holding information at the start has made answering your question difficult.&lt;/P&gt;&lt;P&gt;Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 08:47:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-with-ranges/m-p/11492530#M1932216</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-28T08:47:48Z</dc:date>
    </item>
    <item>
      <title>Re: PARAMETERs with ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-with-ranges/m-p/11492531#M1932217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please try like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;data test type text80.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;SELECT-OPTIONS: s_reciv FOR test.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;read table s_reciv.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;if sy-subrc = 0.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;write : s_reciv-low.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 9.0pt; font-family: 'Courier New'; color: black;"&gt;endif.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Go To SE51&amp;nbsp; with program name and screen number as 1000 and there you can change the field definite length to the desired length and it works.&lt;/P&gt;&lt;P&gt; &lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/876112" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pallavi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 10:16:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-with-ranges/m-p/11492531#M1932217</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-28T10:16:46Z</dc:date>
    </item>
    <item>
      <title>Re: PARAMETERs with ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-with-ranges/m-p/11492532#M1932218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pallavi,&lt;/P&gt;&lt;P&gt;And why does SAP warn you not to do this ??&lt;/P&gt;&lt;P&gt;Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 10:31:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-with-ranges/m-p/11492532#M1932218</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-28T10:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: PARAMETERs with ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-with-ranges/m-p/11492533#M1932219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Richard,&lt;/P&gt;&lt;P&gt;So,&amp;nbsp; Can we create a user defined selection screen and place the screen elements with desired length instead? and call it from the ZProgram?&lt;/P&gt;&lt;P&gt;Please suggest .&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Pallavi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 10:36:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-with-ranges/m-p/11492533#M1932219</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-28T10:36:56Z</dc:date>
    </item>
    <item>
      <title>Re: PARAMETERs with ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-with-ranges/m-p/11492534#M1932220</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I've no problem with that.&lt;/P&gt;&lt;P&gt;Rich&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 10:39:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-with-ranges/m-p/11492534#M1932220</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2016-01-28T10:39:30Z</dc:date>
    </item>
    <item>
      <title>Re: PARAMETERs with ranges</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-with-ranges/m-p/11492535#M1932221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Question: with which version does the OP work?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually, those "truncation" problems on select-options (and parameters in some cases) should be solved for system versions with BASIS&amp;nbsp; 7.02 (when maximal length was raised to 255) or more recent, that should be enough:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;&lt;SPAN lang="EN-US" style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;The maximum length is specified in &lt;/SPAN&gt;&lt;SPAN style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;&lt;A href="http://tools.ietf.org/html/rfc5321#section-4.5.3"&gt;&lt;SPAN lang="EN-US" style="color: blue;"&gt;RFC 5321&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN lang="EN-US" style="font-size: 12.0pt; font-family: 'Times New Roman','serif';"&gt;: "The maximum total length of a reverse-path or forward-path is 256 characters"&lt;/SPAN&gt;&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jan 2016 10:45:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters-with-ranges/m-p/11492535#M1932221</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2016-01-28T10:45:55Z</dc:date>
    </item>
  </channel>
</rss>

