<?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 Restrict Value Range in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-value-range/m-p/1364063#M180337</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;is it possible to set the values of Restrictions (F4) programmatically. How?&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;/Elvez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 Jun 2006 13:12:22 GMT</pubDate>
    <dc:creator>bjorn-henrik_zink</dc:creator>
    <dc:date>2006-06-12T13:12:22Z</dc:date>
    <item>
      <title>Restrict Value Range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-value-range/m-p/1364063#M180337</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;is it possible to set the values of Restrictions (F4) programmatically. How?&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;/Elvez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 13:12:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-value-range/m-p/1364063#M180337</guid>
      <dc:creator>bjorn-henrik_zink</dc:creator>
      <dc:date>2006-06-12T13:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict Value Range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-value-range/m-p/1364064#M180338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;YOu can use SELECT_OPTIONS_RESTRICT.&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;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 13:18:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-value-range/m-p/1364064#M180338</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-06-12T13:18:30Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict Value Range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-value-range/m-p/1364065#M180339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use functions like F4IF... to display your own value list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Enforce the restrictions with event&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At selection-screen on P_xyz.&lt;/P&gt;&lt;P&gt;&amp;lt;pre&amp;gt;&lt;/P&gt;&lt;P&gt;IF P_xyz CA 'ABC'.&lt;/P&gt;&lt;P&gt;  MESSAGE e002(00)."Please enter valid value&lt;/P&gt;&lt;P&gt;ENDIF&lt;/P&gt;&lt;P&gt;&amp;lt;/pre&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will reject any values containg letters A, B or C.&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;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 13:26:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-value-range/m-p/1364065#M180339</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2006-06-12T13:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict Value Range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-value-range/m-p/1364066#M180340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Clemens,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using search helps. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Elvez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 13:38:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-value-range/m-p/1364066#M180340</guid>
      <dc:creator>bjorn-henrik_zink</dc:creator>
      <dc:date>2006-06-12T13:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict Value Range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-value-range/m-p/1364067#M180341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;could you provide an example where you, for example, set the pernr to 08800108 without using at selection-screen on?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Elvez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 13:40:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-value-range/m-p/1364067#M180341</guid>
      <dc:creator>bjorn-henrik_zink</dc:creator>
      <dc:date>2006-06-12T13:40:29Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict Value Range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-value-range/m-p/1364068#M180342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You do it in the INITIALIZATION event.i e&lt;/P&gt;&lt;P&gt;INITIALIZATION.&lt;/P&gt;&lt;P&gt;pnppernr-low = '08800108'.&lt;/P&gt;&lt;P&gt;append pnppernr.&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;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 13:43:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-value-range/m-p/1364068#M180342</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-06-12T13:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict Value Range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-value-range/m-p/1364069#M180343</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;check this thread...&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_thread" href="https://community.sap.com/" __jive_macro_name="thread" modifiedtitle="true" __default_attr="131902"&gt;&lt;/A&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;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 13:53:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-value-range/m-p/1364069#M180343</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-12T13:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict Value Range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-value-range/m-p/1364070#M180344</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not understand where you get the data element from. Assume you want to use search help &amp;lt;b&amp;gt;PREMN&amp;lt;/b&amp;gt;, but you are not using pernr as an inputfield.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Elvez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 13:54:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-value-range/m-p/1364070#M180344</guid>
      <dc:creator>bjorn-henrik_zink</dc:creator>
      <dc:date>2006-06-12T13:54:06Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict Value Range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-value-range/m-p/1364071#M180345</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vijay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have already read that thread. How do I set a given selection value, for example molga = 99 (I do not have it as an inputfield)?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/ Björn&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 13:55:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-value-range/m-p/1364071#M180345</guid>
      <dc:creator>bjorn-henrik_zink</dc:creator>
      <dc:date>2006-06-12T13:55:35Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict Value Range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-value-range/m-p/1364072#M180346</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Elvez,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am lost..didn't quite get ur reqt.. The PREMN search help is to retrieve/search  Pernrs by Last name - First Name.. What exactly are you trying to do? restrict the values that are returned by search help? then may be you can take a look at the search help exit  'HRMC_PREM_EXIT_A' for 'PREMN'.&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;Suresh Datti&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 14:01:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-value-range/m-p/1364072#M180346</guid>
      <dc:creator>suresh_datti</dc:creator>
      <dc:date>2006-06-12T14:01:32Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict Value Range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-value-range/m-p/1364073#M180347</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to restrict the values of the search help. Even if I use the search help exit I still face the problem of transferring selection data (because it is not an inputfield).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Elvez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 14:27:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-value-range/m-p/1364073#M180347</guid>
      <dc:creator>bjorn-henrik_zink</dc:creator>
      <dc:date>2006-06-12T14:27:50Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict Value Range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-value-range/m-p/1364074#M180348</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Elvez,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;copy the search help to your own search help. Use search help exits to influence the value list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I have special requirements for search help value lists, I use function module F4IF_INT_TABLE_VALUE_REQUEST. It is quite well documented.&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;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 15:08:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-value-range/m-p/1364074#M180348</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2006-06-12T15:08:30Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict Value Range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-value-range/m-p/1364075#M180349</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If it is not an input field, how and actually why are you even trying to provide a F4 for that field? Is this a display only parameter on the selection screen and you want to default it to something before it shown to the user and restrict the user from changing it? What exactly is your requirement?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 Jun 2006 15:14:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-value-range/m-p/1364075#M180349</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-12T15:14:49Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict Value Range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-value-range/m-p/1364076#M180350</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to default the selection screen to something, however, dynamically and not be setting the default value in the search help. Here is the what I would like to achieve:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) F4 help for an additional infotype field with competence category id.&lt;/P&gt;&lt;P&gt;2) The F4 uses molga, begda, endda to select data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;=&amp;gt; Problem: How to transfer the selection parameters to F4 when they are not fields on the screen? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Elvez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2006 05:48:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-value-range/m-p/1364076#M180350</guid>
      <dc:creator>bjorn-henrik_zink</dc:creator>
      <dc:date>2006-06-13T05:48:39Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict Value Range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-value-range/m-p/1364077#M180351</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Clemens,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your answer. As you can see above the problem is not developing the search help itself, but how to pass the selection parameters to the search help. Do you know how to do it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Elvez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2006 05:50:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-value-range/m-p/1364077#M180351</guid>
      <dc:creator>bjorn-henrik_zink</dc:creator>
      <dc:date>2006-06-13T05:50:04Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict Value Range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-value-range/m-p/1364078#M180352</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Elvez,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the searchhelp definition, mark the search help parameter as 'INPUT'. In ther definition of the screen, tab 'References', put the name of the search help in the column 'search help' for your field to be connected. Example: Program RFEPOS00, screen 100, field RFXPO-VONKN is connected to search help DEBI.&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;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2006 06:18:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-value-range/m-p/1364078#M180352</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2006-06-13T06:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict Value Range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-value-range/m-p/1364079#M180353</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;Go for Search help exit.&lt;/P&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;Regs,&lt;/P&gt;&lt;P&gt;Vnkat Ramanan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2006 06:23:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-value-range/m-p/1364079#M180353</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-13T06:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict Value Range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-value-range/m-p/1364080#M180354</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Clemens,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that I want to pass other values to the search help besides the one that is in the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/Elvez&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2006 06:37:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-value-range/m-p/1364080#M180354</guid>
      <dc:creator>bjorn-henrik_zink</dc:creator>
      <dc:date>2006-06-13T06:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict Value Range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-value-range/m-p/1364081#M180355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Elvez,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define your "other values" as screen fields. Have Import parameters for them in the search help. Associate the screen fields with the search help - connection is established via identical data elements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May it would be easier to understand if you just describe your business case and requirements.&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;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2006 08:34:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-value-range/m-p/1364081#M180355</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2006-06-13T08:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: Restrict Value Range</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-value-range/m-p/1364082#M180356</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Elvez,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you could possibly define the required values as invisible screen fields - they can be accessed.&lt;/P&gt;&lt;P&gt;Or you export them to memory and in the search help (exit) import them from memory. Should work.&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;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Jun 2006 09:34:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/restrict-value-range/m-p/1364082#M180356</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2006-06-13T09:34:59Z</dc:date>
    </item>
  </channel>
</rss>

