<?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 select-options   :   memory id in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-memory-id/m-p/1625727#M279578</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;In my selection screen I am using a select-options as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
select-options:     s_lot   for qals-prueflos
                    matchcode object qals
                    modif id in1
                    memory id qls.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is when I execute my program with a range of values for inspection lot and back out and come to selection screen again I see the inspection lot value only in &amp;lt;b&amp;gt;s_lot-low&amp;lt;/b&amp;gt; but not in &amp;lt;b&amp;gt;s_lot-high&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to get the memory id value for s_lot-high.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks. Waiting........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 24 Sep 2006 14:57:35 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-24T14:57:35Z</dc:date>
    <item>
      <title>select-options   :   memory id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-memory-id/m-p/1625727#M279578</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;In my selection screen I am using a select-options as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
select-options:     s_lot   for qals-prueflos
                    matchcode object qals
                    modif id in1
                    memory id qls.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My question is when I execute my program with a range of values for inspection lot and back out and come to selection screen again I see the inspection lot value only in &amp;lt;b&amp;gt;s_lot-low&amp;lt;/b&amp;gt; but not in &amp;lt;b&amp;gt;s_lot-high&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to get the memory id value for s_lot-high.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks. Waiting........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Sep 2006 14:57:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-memory-id/m-p/1625727#M279578</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-24T14:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: select-options   :   memory id</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-memory-id/m-p/1625728#M279579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It does not appear that it will be handled automatically for you.  But you may want to try something like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

report  zrich_0003.

select-options:     s_datum for sy-datum
                     memory id dat.

at selection-screen output.


  if  s_datum[] is initial.
    s_datum-sign = 'I'.
    s_datum-option = 'BT'.
    clear s_datum-low.
    get parameter id 'DAT' field s_datum-high.
    append s_datum.
  endif.

start-of-selection.

  write:/ 'Test List'.

  set parameter id 'DAT' field s_datum-high.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Sep 2006 15:13:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-memory-id/m-p/1625728#M279579</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2006-09-24T15:13:31Z</dc:date>
    </item>
  </channel>
</rss>

