<?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: Selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1475315#M222884</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;Assign s_reqmai-low to the another variable which is displayed on next screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v_field = s_reqmai-low.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now display v_field on the next screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 17 Aug 2006 09:51:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-08-17T09:51:53Z</dc:date>
    <item>
      <title>Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1475314#M222883</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have defined selection screen as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen: begin of block blk1 with frame title text-020.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options: s_reqmai for zcomd_skftable-zreqemail NO INTERVALS no-extension obligatory.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen end of block blk1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when i enter 'Pavan" in selection screen, it will display 'IEQPavan" in next cusom screen's I/O box...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to erase this 'IEQ' from display..??&lt;/P&gt;&lt;P&gt;(Please dont say to use SHIFT command)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2006 09:44:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1475314#M222883</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-17T09:44:46Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1475315#M222884</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;Assign s_reqmai-low to the another variable which is displayed on next screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;eg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;v_field = s_reqmai-low.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now display v_field on the next screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2006 09:51:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1475315#M222884</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-17T09:51:53Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1475316#M222885</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;select-option structure is like that.&lt;/P&gt;&lt;P&gt;s_matnr-sign  = 'I' include&lt;/P&gt;&lt;P&gt;s_matnr-option = EQ equal.&lt;/P&gt;&lt;P&gt;s_matnr-low = 'Prabhu'.&lt;/P&gt;&lt;P&gt;s_matnr-high = 'Prabhu'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so if u are passing data to another screen then u have to pass like this &lt;/P&gt;&lt;P&gt;s_matnr-low.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or use paramters in selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2006 09:52:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1475316#M222885</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-17T09:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1475317#M222886</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;Because you are using 'SELECT-OPTIONS' so it is appending 'IEQ'. there are two ways to do it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;value = s_reqmai+3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OR &lt;/P&gt;&lt;P&gt;use 'PARAMETERS' instead of 'SELECT-OPTIONS'.&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;HRA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2006 09:55:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1475317#M222886</guid>
      <dc:creator>dani_mn</dc:creator>
      <dc:date>2006-08-17T09:55:55Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1475318#M222887</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;The select-option works like a Internal table. so you have to do it like as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-option structure is like that.&lt;/P&gt;&lt;P&gt;s_matnr-sign = 'I' include&lt;/P&gt;&lt;P&gt;s_matnr-option = EQ equal.&lt;/P&gt;&lt;P&gt;s_matnr-low = 'Value1'.&lt;/P&gt;&lt;P&gt;s_matnr-high = 'Value2'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so if u are passing data to another screen then u have to pass like this &lt;/P&gt;&lt;P&gt;s_matnr-low.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or use paramters in selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this solves ur problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2006 09:56:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1475318#M222887</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-17T09:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1475319#M222888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Select-options and ranges are internally stored as an internal table of structure with fields :&lt;/P&gt;&lt;P&gt; sign&lt;/P&gt;&lt;P&gt; option&lt;/P&gt;&lt;P&gt; low and&lt;/P&gt;&lt;P&gt; high.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are using the select-options variable in a select query use it like SELECT.....WHERE MATNR IN S_MATNR. &lt;/P&gt;&lt;P&gt;[Where s_matnr is the select-options variable].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Subbu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Aug 2006 10:00:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/1475319#M222888</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-17T10:00:43Z</dc:date>
    </item>
  </channel>
</rss>

