<?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 Query in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/2032083#M417137</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am developing a query and want to select from a table with one particular field value.  I created a parameter in infoset SQ02.  How do I use the parameter?  Where do I need to put in Query??  &lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Mar 2007 19:10:14 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-14T19:10:14Z</dc:date>
    <item>
      <title>Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/2032083#M417137</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am developing a query and want to select from a table with one particular field value.  I created a parameter in infoset SQ02.  How do I use the parameter?  Where do I need to put in Query??  &lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;AP&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 19:10:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/2032083#M417137</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T19:10:14Z</dc:date>
    </item>
    <item>
      <title>Re: Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/2032084#M417138</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi AP,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I never work on SAP Query but please check this PDF document and link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVQUE/BCSRVQUE.pdf" target="test_blank"&gt;http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCSRVQUE/BCSRVQUE.pdf&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/bf/1d4645bf3211d296000000e82de14a/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/bf/1d4645bf3211d296000000e82de14a/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&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;Regards,&lt;/P&gt;&lt;P&gt;Ferry Lianto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 19:33:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/2032084#M417138</guid>
      <dc:creator>ferry_lianto</dc:creator>
      <dc:date>2007-03-14T19:33:38Z</dc:date>
    </item>
    <item>
      <title>Re: Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/2032085#M417139</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 hope u r goin for direct read from table ie using only one table.I suggest you to use select options instead of parameter in infoset,then it will work.&lt;/P&gt;&lt;P&gt;The steps are:&lt;/P&gt;&lt;P&gt;1.Create infoset with select-option and generateSQ02.&lt;/P&gt;&lt;P&gt;2.assign to user group SQ03.&lt;/P&gt;&lt;P&gt;3.create query for infoset SQ01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Else.if you insist on single input...then do:&lt;/P&gt;&lt;P&gt;create infoset with the table.dont go for selections in it.just generate.&lt;/P&gt;&lt;P&gt;assign to user group.&lt;/P&gt;&lt;P&gt;create query..then use the 2nd button in app toolbar(Next screen F6).&lt;/P&gt;&lt;P&gt;select the function group -&amp;gt; go F6&lt;/P&gt;&lt;P&gt;select the input parameter -&amp;gt; go F6&lt;/P&gt;&lt;P&gt;check the input parameter ,save and now check 'SV'(Single input)&lt;/P&gt;&lt;P&gt;Now go to basic list button and do the layout&lt;/P&gt;&lt;P&gt;save and execute.&lt;/P&gt;&lt;P&gt;See its working or not?&lt;/P&gt;&lt;P&gt;Respond...&lt;/P&gt;&lt;P&gt;Anju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 Mar 2007 12:15:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/2032085#M417139</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-15T12:15:15Z</dc:date>
    </item>
    <item>
      <title>Re: Query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/2032086#M417140</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Of course you could select data using that parameter or selection options of your own! You could get any data of any table and/or call functions, subroutines of another program etc. from infoset. You could also code inoset totally using "data retriaval by program" option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just create additional field in SQ02 (extras button) which have data type you want to select. Then in additional field code select data from table.&lt;/P&gt;&lt;P&gt;Ex. your additional field name is lv_additional and your parameter name is p_parameter and your table name is table.&lt;/P&gt;&lt;P&gt;code:&lt;/P&gt;&lt;P&gt;clear: lv_additional.&lt;/P&gt;&lt;P&gt;select single field into lv_additional from table where&lt;/P&gt;&lt;P&gt;                                field2 = p_parameter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2007 10:42:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query/m-p/2032086#M417140</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-18T10:42:37Z</dc:date>
    </item>
  </channel>
</rss>

