<?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: SELECT OPTIONS in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1333101#M169519</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Do a select based on s_aufnr as shown below and get the aufnrs in a internal table.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; Select aufnr into table it_aufnr where aufnr in s_aufnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; check not it_aufnr[] is initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; loop at it_aufnr.&lt;/P&gt;&lt;P&gt; Call ur FM .&lt;/P&gt;&lt;P&gt; endloop.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Cheers&lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 14 May 2006 12:44:18 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-05-14T12:44:18Z</dc:date>
    <item>
      <title>SELECT OPTIONS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1333100#M169518</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;&lt;/P&gt;&lt;P&gt;i have a select option aufnr(Process orders).the user enters the value in the selection option and i need to take the process order numberfrom the given range one bye one and i need to pass that order no to the function module which will get the details of that process order from the database.&lt;/P&gt;&lt;P&gt;My question is how to read the process order no from the selection screen one by one&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 May 2006 12:38:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1333100#M169518</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-14T12:38:29Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT OPTIONS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1333101#M169519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Do a select based on s_aufnr as shown below and get the aufnrs in a internal table.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt; Select aufnr into table it_aufnr where aufnr in s_aufnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; check not it_aufnr[] is initial.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; loop at it_aufnr.&lt;/P&gt;&lt;P&gt; Call ur FM .&lt;/P&gt;&lt;P&gt; endloop.&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Cheers&lt;/P&gt;&lt;P&gt; VJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 May 2006 12:44:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1333101#M169519</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-14T12:44:18Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT OPTIONS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1333102#M169520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;data: begin of itab occurs 0 ,&lt;/P&gt;&lt;P&gt;      aufnr like aufk-aufnr ,&lt;/P&gt;&lt;P&gt;end of itab .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options: s_aufnr for aufk-aufnr .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select aufnr into table itab from aufk where aufnr in s_aufnr .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab .&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;call the function module here&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;endloop .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 May 2006 12:44:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1333102#M169520</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-05-14T12:44:20Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT OPTIONS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1333103#M169521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can we directly loop the select option is there any way for that&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 May 2006 12:50:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1333103#M169521</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-14T12:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT OPTIONS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1333104#M169522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have one more question i have to read process orders details and BOM details for that process order.so which tables i have to refer.&lt;/P&gt;&lt;P&gt; i know 2 tables aufk and resb any other tables i have to go through&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 May 2006 12:54:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1333104#M169522</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-14T12:54:11Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT OPTIONS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1333105#M169523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 May 2006 12:54:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1333105#M169523</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-05-14T12:54:45Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT OPTIONS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1333106#M169524</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Reward points to helpful answers by choosing appropriate radiobuttons .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 May 2006 13:10:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1333106#M169524</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-05-14T13:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT OPTIONS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1333107#M169525</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i didn't find any radio buttons here can u assist in that also&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 14 May 2006 13:15:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1333107#M169525</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-05-14T13:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: SELECT OPTIONS</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1333108#M169526</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you will find the radiobuttons below the name of the person in the replies&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Raja&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 15 May 2006 04:59:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-options/m-p/1333108#M169526</guid>
      <dc:creator>athavanraja</dc:creator>
      <dc:date>2006-05-15T04:59:10Z</dc:date>
    </item>
  </channel>
</rss>

