<?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 select options query in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-query/m-p/4022795#M961306</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have defined like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: BEGIN OF BLOCK blk WITH FRAME TITLE text-001.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS:   s_rsnum FOR rkpf-rsnum.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS:   s_werks FOR resb-werks.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS:   s_matnr FOR resb-matnr.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS:   s_bwart FOR rkpf-bwart.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS:   s_rsdat FOR rkpf-rsdat OBLIGATORY.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: END OF BLOCK blk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;still arrow is not appearing for multiple selection what can be the reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 19 Jun 2008 06:21:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-19T06:21:04Z</dc:date>
    <item>
      <title>select options query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-query/m-p/4022795#M961306</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have defined like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: BEGIN OF BLOCK blk WITH FRAME TITLE text-001.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS:   s_rsnum FOR rkpf-rsnum.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS:   s_werks FOR resb-werks.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS:   s_matnr FOR resb-matnr.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS:   s_bwart FOR rkpf-bwart.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS:   s_rsdat FOR rkpf-rsdat OBLIGATORY.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: END OF BLOCK blk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;still arrow is not appearing for multiple selection what can be the reason.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2008 06:21:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-query/m-p/4022795#M961306</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-19T06:21:04Z</dc:date>
    </item>
    <item>
      <title>Re: select options query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-query/m-p/4022796#M961307</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;NOthing wrong with your code.&lt;/P&gt;&lt;P&gt;Are the workareas/tables rkpf and resb well defined.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Subramanian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2008 06:24:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-query/m-p/4022796#M961307</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-19T06:24:08Z</dc:date>
    </item>
    <item>
      <title>Re: select options query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-query/m-p/4022797#M961308</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tables:rkpf,resb. &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: BEGIN OF BLOCK blk WITH FRAME TITLE text-001.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: s_rsnum FOR rkpf-rsnum.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: s_werks FOR resb-werks.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: s_matnr FOR resb-matnr.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: s_bwart FOR rkpf-bwart.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: s_rsdat FOR rkpf-rsdat OBLIGATORY.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: END OF BLOCK blk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now is is appering arrows.Please check now with this code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward Points..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2008 06:26:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-query/m-p/4022797#M961308</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-19T06:26:03Z</dc:date>
    </item>
    <item>
      <title>Re: select options query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-query/m-p/4022798#M961309</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;    Your code is correct, it will work fine (activate it and try once again).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2008 06:27:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-query/m-p/4022798#M961309</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-19T06:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: select options query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-query/m-p/4022799#M961310</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;s_rsnum FOR rkpf-rsnum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as i changed to s_rsnum FOR resb-rsnum it started working thanks for ur reply.&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>Thu, 19 Jun 2008 06:29:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-query/m-p/4022799#M961310</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-19T06:29:47Z</dc:date>
    </item>
    <item>
      <title>Re: select options query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-query/m-p/4022800#M961311</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;code is fine.&lt;/P&gt;&lt;P&gt;Just declare the tables .&lt;/P&gt;&lt;P&gt;Tables : rkpf, resb.&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;Dhan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2008 06:30:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-query/m-p/4022800#M961311</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-19T06:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: select options query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-query/m-p/4022801#M961312</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nothing wrong with the code u have written...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have pasted the same code that u have written and it working fine...try activating ur program once more....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and use&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables : rkpf, resb.  &lt;/P&gt;&lt;P&gt;before the code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Rudra Prasanna Mohapatra on Jun 19, 2008 8:31 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2008 06:30:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-query/m-p/4022801#M961312</guid>
      <dc:creator>former_member195383</dc:creator>
      <dc:date>2008-06-19T06:30:57Z</dc:date>
    </item>
    <item>
      <title>Re: select options query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-query/m-p/4022802#M961313</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 are correct&lt;/P&gt;&lt;P&gt;u declare rkpf,resb as tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables : rkpf,resb.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: BEGIN OF BLOCK blk WITH FRAME TITLE text-001.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: s_rsnum FOR rkpf-rsnum.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: s_werks FOR resb-werks.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: s_matnr FOR resb-matnr.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: s_bwart FOR rkpf-bwart.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: s_rsdat FOR rkpf-rsdat OBLIGATORY.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: END OF BLOCK blk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You check it again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 19 Jun 2008 07:36:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-query/m-p/4022802#M961313</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-19T07:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: select options query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-query/m-p/4022803#M961314</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;s_rsnum FOR rkpf-rsnum.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as i changed to s_rsnum FOR resb-rsnum it started working thanks for ur reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2008 09:47:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-query/m-p/4022803#M961314</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-11T09:47:03Z</dc:date>
    </item>
    <item>
      <title>Re: select options query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-query/m-p/4022804#M961315</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;just copy the code and paste in another program.&lt;/P&gt;&lt;P&gt;Nothing wrong in ur code.&lt;/P&gt;&lt;P&gt;Declare rkpf,resb tables before selection options..&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;Ranjith C&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Aug 2008 09:56:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options-query/m-p/4022804#M961315</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-08-11T09:56:59Z</dc:date>
    </item>
  </channel>
</rss>

