<?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: regarding data selection in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-data-selection/m-p/3900765#M936014</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishal,&lt;/P&gt;&lt;P&gt;              Insted of check box why didnt u use select-option. in that u can select 1 or selected or all plants according to ur requirment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Khan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 27 May 2008 05:32:16 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-27T05:32:16Z</dc:date>
    <item>
      <title>regarding data selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-data-selection/m-p/3900764#M936013</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 want to select the data on material no. based and plant based. I have four plant in the form in the form of check box and i can select one plant or two plant or three or four plant at a time. So data should get retrieved according to that selected condition. how can i do that ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 05:27:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-data-selection/m-p/3900764#M936013</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-27T05:27:51Z</dc:date>
    </item>
    <item>
      <title>Re: regarding data selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-data-selection/m-p/3900765#M936014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vishal,&lt;/P&gt;&lt;P&gt;              Insted of check box why didnt u use select-option. in that u can select 1 or selected or all plants according to ur requirment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Khan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 05:32:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-data-selection/m-p/3900765#M936014</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-27T05:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: regarding data selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-data-selection/m-p/3900766#M936015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can first copy the data into ranges,&lt;/P&gt;&lt;P&gt;and then use ranges in select statment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like ,&lt;/P&gt;&lt;P&gt;if 1st checkbox is ticked ,you can append the value of 1st checkbox into ranges,&lt;/P&gt;&lt;P&gt;if two checkboxes are ticked,&lt;/P&gt;&lt;P&gt;then append two values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful,&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Talwinder.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 05:32:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-data-selection/m-p/3900766#M936015</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-27T05:32:25Z</dc:date>
    </item>
    <item>
      <title>Re: regarding data selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-data-selection/m-p/3900767#M936016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;use if condition to validate all check box whenever a check box is enabled add to an internal table (type ranges) for plant so that u cud use this suring SELECT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 05:32:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-data-selection/m-p/3900767#M936016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-27T05:32:57Z</dc:date>
    </item>
    <item>
      <title>Re: regarding data selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-data-selection/m-p/3900768#M936017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;instead of check u can go for select option.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if ur using check box...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if checkbox = 'X'&lt;/P&gt;&lt;P&gt;pass plant code to a variable.&lt;/P&gt;&lt;P&gt;endif..&lt;/P&gt;&lt;P&gt;same u do for all..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and get all the plant in a variable.......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and pass it in the select statement&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if it is usefull   Plz Reward&lt;/P&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;Anbu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 05:34:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-data-selection/m-p/3900768#M936017</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-27T05:34:44Z</dc:date>
    </item>
    <item>
      <title>Re: regarding data selection</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-data-selection/m-p/3900769#M936018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;  better create an internal table like select options structure(Sign,option,werks low and high ) and append the four plants to that based on check boxes  and use the same in Select *    IN i_werks.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2008 05:36:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-data-selection/m-p/3900769#M936018</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-27T05:36:54Z</dc:date>
    </item>
  </channel>
</rss>

