<?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: output based on selection in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-based-on-selection/m-p/4588478#M1082151</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In select statement  where clause use wildchar  condition as - not like 6_.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to restrict user itself to enter those values, write validation in At selection screen.&lt;/P&gt;&lt;P&gt;or if those values should not be shown in f4 itself, so user can't enter, you can restrict with your search help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Salini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Oct 2008 08:24:56 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-08T08:24:56Z</dc:date>
    <item>
      <title>output based on selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-based-on-selection/m-p/4588473#M1082146</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;i'm working on MM report,&lt;/P&gt;&lt;P&gt;i got one field in selection screen as &lt;/P&gt;&lt;P&gt;PRODUCT TYPE = -&lt;/P&gt;&lt;HR originaltext="-----------" /&gt;&lt;P&gt;(eg 6A, 6B, 6C)&lt;/P&gt;&lt;P&gt;if i execute result should be based on this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if PRODUCT TYPE = -&lt;/P&gt;&lt;HR originaltext="---------" /&gt;&lt;P&gt;(eg 1A, 2B)&lt;/P&gt;&lt;P&gt;it should give some other output....&lt;/P&gt;&lt;P&gt;and should not take 6A, 6B in selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to approach this......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Suprith&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2008 05:53:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-based-on-selection/m-p/4588473#M1082146</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-06T05:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: output based on selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-based-on-selection/m-p/4588474#M1082147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi suprit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters:.prv.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from table into internal_table where pr_nmw = prv...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is it ok....or u want to display some other thing....&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;Vamshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2008 05:58:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-based-on-selection/m-p/4588474#M1082147</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-06T05:58:58Z</dc:date>
    </item>
    <item>
      <title>Re: output based on selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-based-on-selection/m-p/4588475#M1082148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;    i'm using select-options with no interval.&lt;/P&gt;&lt;P&gt;i'll be displying 7 input fields.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Oct 2008 06:01:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-based-on-selection/m-p/4588475#M1082148</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-06T06:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: output based on selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-based-on-selection/m-p/4588476#M1082149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi suprit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select options s_prv .....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in select stmt &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from table into internal table where prv in s_prv..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the result vil b in ur internal table...&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;Vamshi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 06:45:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-based-on-selection/m-p/4588476#M1082149</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T06:45:28Z</dc:date>
    </item>
    <item>
      <title>Re: output based on selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-based-on-selection/m-p/4588477#M1082150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suprith,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your where clause while selecting&lt;/P&gt;&lt;P&gt;    try to use the product type what ever u need eg 1A, 2B...&lt;/P&gt;&lt;P&gt;    by tht u can eliminate remaining.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;sg.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 06:59:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-based-on-selection/m-p/4588477#M1082150</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T06:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: output based on selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/output-based-on-selection/m-p/4588478#M1082151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;In select statement  where clause use wildchar  condition as - not like 6_.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to restrict user itself to enter those values, write validation in At selection screen.&lt;/P&gt;&lt;P&gt;or if those values should not be shown in f4 itself, so user can't enter, you can restrict with your search help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Salini.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 08:24:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/output-based-on-selection/m-p/4588478#M1082151</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T08:24:56Z</dc:date>
    </item>
  </channel>
</rss>

