<?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 Retreive values form Selection Screen . in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/retreive-values-form-selection-screen/m-p/4134601#M988768</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;I made a report and i want to retrieve that values that the selection screen have . Can i do it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: S_ANITA   FOR ZAAHEADMET-YANITA. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i retrieve the values that i inserted ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points will be rewarded ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 04 Jul 2008 06:57:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-04T06:57:43Z</dc:date>
    <item>
      <title>Retreive values form Selection Screen .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retreive-values-form-selection-screen/m-p/4134601#M988768</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;I made a report and i want to retrieve that values that the selection screen have . Can i do it ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: S_ANITA   FOR ZAAHEADMET-YANITA. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i retrieve the values that i inserted ....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points will be rewarded ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2008 06:57:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retreive-values-form-selection-screen/m-p/4134601#M988768</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-04T06:57:43Z</dc:date>
    </item>
    <item>
      <title>Re: Retreive values form Selection Screen .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retreive-values-form-selection-screen/m-p/4134602#M988769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;S_ANITA-high and S_ANITA-low will contain the values...that u have enterd..&lt;/P&gt;&lt;P&gt;That u can use...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2008 06:59:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retreive-values-form-selection-screen/m-p/4134602#M988769</guid>
      <dc:creator>former_member195383</dc:creator>
      <dc:date>2008-07-04T06:59:01Z</dc:date>
    </item>
    <item>
      <title>Re: Retreive values form Selection Screen .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retreive-values-form-selection-screen/m-p/4134603#M988770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can retrieve value from s_anita-low and s_anita-high.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2008 06:59:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retreive-values-form-selection-screen/m-p/4134603#M988770</guid>
      <dc:creator>former_member188827</dc:creator>
      <dc:date>2008-07-04T06:59:22Z</dc:date>
    </item>
    <item>
      <title>Re: Retreive values form Selection Screen .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retreive-values-form-selection-screen/m-p/4134604#M988771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Loop at s_anita.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;itab-field1 = s_anita-low.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;itab-field2 = s_anita-high.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Append itab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if Helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sachin M M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2008 06:59:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retreive-values-form-selection-screen/m-p/4134604#M988771</guid>
      <dc:creator>sachin_mathapati</dc:creator>
      <dc:date>2008-07-04T06:59:47Z</dc:date>
    </item>
    <item>
      <title>Re: Retreive values form Selection Screen .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retreive-values-form-selection-screen/m-p/4134605#M988772</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;Select-Option is an internal table in itself and the values you have Entered will be present in &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S_ANITA-LOW and S_ANITA-HIGH.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can retreive these values as you retrieve the values of an internal table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sumit Agarwal&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2008 07:01:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retreive-values-form-selection-screen/m-p/4134605#M988772</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-04T07:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Retreive values form Selection Screen .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retreive-values-form-selection-screen/m-p/4134606#M988773</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;when u declare a select option,Select options have values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S_ANITA-low   = lower value enterd &lt;/P&gt;&lt;P&gt;S_ANITA-high  = upper value enterd&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2008 07:02:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retreive-values-form-selection-screen/m-p/4134606#M988773</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-04T07:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Retreive values form Selection Screen .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retreive-values-form-selection-screen/m-p/4134607#M988774</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Internaly a select option stores 4 value corresponding to an entry set. they are HIGH, LOW,SIGN and OPTION. They are stores in the internal table named as your select option name&lt;/P&gt;&lt;P&gt;(Here, S_ANITA).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can access it to get all the value.Check the following code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;loop at S_ANITA.
write:
/ S_ANITA-low,
  S_ANITA-high,
  S_ANITA-sign,
  S_ANITA-option.

endloop.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will for for multiple selection or complex selection also.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if found helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anirban Bhattacharjee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2008 07:02:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retreive-values-form-selection-screen/m-p/4134607#M988774</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-04T07:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Retreive values form Selection Screen .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retreive-values-form-selection-screen/m-p/4134608#M988775</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;S_ANITA  will have low and hight value. u can directly use this in select statment for which the available values between low and high are selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if u want to know wat are the values between low anfd high..use this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select yanita &lt;/P&gt;&lt;P&gt;  from ZAAHEADMET&lt;/P&gt;&lt;P&gt;  into table itab&lt;/P&gt;&lt;P&gt;  where yanita in s_anita.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2008 07:02:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retreive-values-form-selection-screen/m-p/4134608#M988775</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-04T07:02:47Z</dc:date>
    </item>
    <item>
      <title>Re: Retreive values form Selection Screen .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retreive-values-form-selection-screen/m-p/4134609#M988776</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;S_ANITA  will have low and hight value. u can directly use this in select statment for which the available values between low and high are selected.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but if u want to know wat are the values between low anfd high..use this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select yanita &lt;/P&gt;&lt;P&gt;  from ZAAHEADMET&lt;/P&gt;&lt;P&gt;  into table itab&lt;/P&gt;&lt;P&gt;  where yanita in s_anita.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;madhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2008 07:03:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retreive-values-form-selection-screen/m-p/4134609#M988776</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-04T07:03:03Z</dc:date>
    </item>
    <item>
      <title>Re: Retreive values form Selection Screen .</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/retreive-values-form-selection-screen/m-p/4134610#M988777</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;You can retrieve values which you entered AT SELECTION-SCREEN   just like how we get values from internal table. So,  S_ANITA  is also an internal table you can write these values wihtin the&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;LOOP  AT s_anitha .
  
 WRITE :/ s_anita-low,
                 s_anita-high,
                 s_anita-sign,
                 s_anita-option.
 ENDLOOP.&lt;/CODE&gt;&lt;/PRE&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;Rajitha.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rajitha Muthineni on Jul 4, 2008 1:01 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Jul 2008 07:31:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/retreive-values-form-selection-screen/m-p/4134610#M988777</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-04T07:31:37Z</dc:date>
    </item>
  </channel>
</rss>

