<?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: Queries in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/queries/m-p/1647628#M287993</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) You cannot do that. See what the sap documentation says in this regard:&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;"You cannot include SELECT-OPTIONS between SELECTION-SCREEN BEGIN OF LINE and SELECTION-SCREEN END OF LINE , since the system generates more than one object on the selection screen in a SELECT-OPTION (like fields for lower and upper limits). &lt;/P&gt;&lt;P&gt;You cannot use any variants of SELECTION-SCREEN that generate a new line (like SELECTION-SCREEN SKIP) between SELECTION-SCREEN BEGIN OF LINE and SELECTION-SCREEN END OF LINE. "&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Variants are Client Dependent.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 13 Nov 2006 12:03:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-11-13T12:03:11Z</dc:date>
    <item>
      <title>Queries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/queries/m-p/1647626#M287991</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;1.When we define select-options in program..&lt;/P&gt;&lt;P&gt;We see From and To options...in the selection screen.In the same row if i want to put some more selections...How can we do it?...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Are the variants are Client Dependent or independent?..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 11:59:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/queries/m-p/1647626#M287991</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T11:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: Queries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/queries/m-p/1647627#M287992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1.When we define select-options in program..&lt;/P&gt;&lt;P&gt;We see From and To options...in the selection screen.In the same row if i want to put some more selections...How can we do it?...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry did not understand your question..a select-option always the user to define the from and to values with different operations. eg. U can even just enter multiple single value and/or from and to values with BT as the option and/or define patterns.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Anurag&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 12:02:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/queries/m-p/1647627#M287992</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T12:02:54Z</dc:date>
    </item>
    <item>
      <title>Re: Queries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/queries/m-p/1647628#M287993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;1) You cannot do that. See what the sap documentation says in this regard:&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;"You cannot include SELECT-OPTIONS between SELECTION-SCREEN BEGIN OF LINE and SELECTION-SCREEN END OF LINE , since the system generates more than one object on the selection screen in a SELECT-OPTION (like fields for lower and upper limits). &lt;/P&gt;&lt;P&gt;You cannot use any variants of SELECTION-SCREEN that generate a new line (like SELECTION-SCREEN SKIP) between SELECTION-SCREEN BEGIN OF LINE and SELECTION-SCREEN END OF LINE. "&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) Variants are Client Dependent.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 12:03:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/queries/m-p/1647628#M287993</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T12:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: Queries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/queries/m-p/1647629#M287994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Kiran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can use following code for define parameters in same line giving positions..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 01(30) text-003 FOR FIELD p_monat MODIF ID fi.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN POSITION 33.&lt;/P&gt;&lt;P&gt;PARAMETERS p_gjahr LIKE bkpf-gjahr MODIF ID fi.&lt;/P&gt;&lt;P&gt;PARAMETERS p_monat LIKE bkpf-monat MODIF ID fi.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 52(04) text-005 FOR FIELD p_monat MODIF ID fi.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN POSITION 58.&lt;/P&gt;&lt;P&gt;PARAMETERS p_bgjahr LIKE bkpf-gjahr MODIF ID fi.&lt;/P&gt;&lt;P&gt;PARAMETERS p_bmonat LIKE bkpf-monat MODIF ID fi.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;variants are client dependent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Anu&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Anupama Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 12:03:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/queries/m-p/1647629#M287994</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T12:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Queries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/queries/m-p/1647630#M287995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u need to put the select-options in a single line using positions.&lt;/P&gt;&lt;P&gt;Firts write begin of line....then position ur select options one by one with positions...then write end of line...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Variants are client dependent...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 12:03:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/queries/m-p/1647630#M287995</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T12:03:36Z</dc:date>
    </item>
    <item>
      <title>Re: Queries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/queries/m-p/1647631#M287996</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;1. you can clicl on the interval button provided next to the from and to select option which is represented by arrow. u can give your values there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. The variants are client Dependent.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Madhavi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 12:03:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/queries/m-p/1647631#M287996</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T12:03:48Z</dc:date>
    </item>
    <item>
      <title>Re: Queries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/queries/m-p/1647632#M287997</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U can use the COMMENT statement BEGIN OF LINE AND END OF LINE for the Ist question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Varaiants are &amp;lt;b&amp;gt;CLient dependent.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;If useful reward.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vasanth&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Vasanth M&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 12:04:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/queries/m-p/1647632#M287997</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T12:04:16Z</dc:date>
    </item>
    <item>
      <title>Re: Queries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/queries/m-p/1647633#M287998</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;Select-options are being used to take input for a range frm user.For exp&lt;/P&gt;&lt;P&gt;u want to display all matnr numbers bet 100 to 500&lt;/P&gt;&lt;P&gt;so declare like this&lt;/P&gt;&lt;P&gt;select-options: zmatnr for mara-matnr&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then start-of-selection.&lt;/P&gt;&lt;P&gt;select * from mara into corresponding fields of table itab where matnr in zmatnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for multple selctions u have to click on the arrow mark which is in right hand side of the select-options in the execute screen ang provide the value.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mark points if helpful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regs&lt;/P&gt;&lt;P&gt;Manas Ranjan Panda&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 12:06:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/queries/m-p/1647633#M287998</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T12:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: Queries</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/queries/m-p/1647634#M287999</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;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Nov 2006 12:16:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/queries/m-p/1647634#M287999</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-11-13T12:16:59Z</dc:date>
    </item>
  </channel>
</rss>

