<?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: parameters in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters/m-p/2112793#M441839</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi as per your requirement you MUST declare the variables as SELECT-OPTIONS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS will not give all the values if the PARAMETER is BLANK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only SELECT-OPTIONS will do so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in SELECT use like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT *&lt;/P&gt;&lt;P&gt;  from mara&lt;/P&gt;&lt;P&gt;into table t_mara&lt;/P&gt;&lt;P&gt;where MATNR IN S_MATNR....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Apr 2007 10:27:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-19T10:27:59Z</dc:date>
    <item>
      <title>parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters/m-p/2112791#M441837</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;&lt;/P&gt;&lt;P&gt;I have a requirement where in i have to output data using any of those Five Parameters or Select-options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i dont write anything in those parameters then it should give me all the values of that table or else if i write some value in some particular parameter then it should give me values of only the input value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Points will be given nicely.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Roshan Lilaram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 10:24:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters/m-p/2112791#M441837</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T10:24:52Z</dc:date>
    </item>
    <item>
      <title>Re: parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters/m-p/2112792#M441838</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 have to use select-options then.&lt;/P&gt;&lt;P&gt;In your query just use like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select bla bla bla &lt;/P&gt;&lt;P&gt;from table A&lt;/P&gt;&lt;P&gt;where a1 &amp;lt;b&amp;gt;IN so_abc&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so_abc is your select-options.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers.&lt;/P&gt;&lt;P&gt;Victor&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 10:26:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters/m-p/2112792#M441838</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T10:26:54Z</dc:date>
    </item>
    <item>
      <title>Re: parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters/m-p/2112793#M441839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi as per your requirement you MUST declare the variables as SELECT-OPTIONS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS will not give all the values if the PARAMETER is BLANK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only SELECT-OPTIONS will do so.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in SELECT use like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT *&lt;/P&gt;&lt;P&gt;  from mara&lt;/P&gt;&lt;P&gt;into table t_mara&lt;/P&gt;&lt;P&gt;where MATNR IN S_MATNR....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 10:27:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters/m-p/2112793#M441839</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T10:27:59Z</dc:date>
    </item>
    <item>
      <title>Re: parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters/m-p/2112794#M441840</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi for slection options field use : in s_field&lt;/P&gt;&lt;P&gt;For parameter field you have to write select queries for different condition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sandeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 10:30:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters/m-p/2112794#M441840</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T10:30:08Z</dc:date>
    </item>
    <item>
      <title>Re: parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters/m-p/2112795#M441841</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use select-options:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to use parameter then select-option as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS sel FOR f NO-EXTENSION NO INTERVALS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above statements acts as PARAMETER.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 10:36:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters/m-p/2112795#M441841</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T10:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters/m-p/2112796#M441842</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;  As per ur requirement you need to use select options instead of parameters bcoz if u take parameters you need to put '=' in where condition, if you dont give any values in the parameters no data will be displayed where as in select-options if you give some values in select options it will display the data which matches the condition else it will display all the values of the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Haritha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 10:38:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters/m-p/2112796#M441842</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T10:38:15Z</dc:date>
    </item>
    <item>
      <title>Re: parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters/m-p/2112797#M441843</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Roshan,&lt;/P&gt;&lt;P&gt;  u've to use select-options for ur requirement,&lt;/P&gt;&lt;P&gt;  u can use the select-option declarations along with the no-interval and no-extension additions to make select-options look similar to parameters and yet avail the advantage of select-option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check these 2 links and code accordingly&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/9f/dba76035c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/9f/dba76035c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/9f/dba76d35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/9f/dba76d35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 10:39:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters/m-p/2112797#M441843</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T10:39:14Z</dc:date>
    </item>
    <item>
      <title>Re: parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/parameters/m-p/2112798#M441844</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you guru's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have another connected doubt,&lt;/P&gt;&lt;P&gt;NOw my query is solved using se38 but here i am doing dialog programming and there i am getting weird outputs,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thing my select options are not being detected in the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me detect my select options of se38 into the screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Apr 2007 11:31:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/parameters/m-p/2112798#M441844</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-19T11:31:59Z</dc:date>
    </item>
  </channel>
</rss>

