<?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: Multiple selection gives wrong output in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-selection-gives-wrong-output/m-p/8907404#M1690366</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marvelous &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/825/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jul 2012 08:39:44 GMT</pubDate>
    <dc:creator>che_eky</dc:creator>
    <dc:date>2012-07-16T08:39:44Z</dc:date>
    <item>
      <title>Multiple selection gives wrong output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-selection-gives-wrong-output/m-p/8907399#M1690361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The following code gives wrong output of field &lt;SPAN style="color: #ff0000;"&gt;caprq&lt;/SPAN&gt; when queried for multiple values of selection parameter.&lt;/P&gt;&lt;P&gt;(More selection values, more &lt;EM&gt;reduction&lt;/EM&gt; in the ourput value of &lt;SPAN style="color: #ff0000;"&gt;caprq&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;The selection field is ARBPL. Working with order tables: (AFKO, AUFK, AFVC, AFVV etc)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;clear: wa. &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="L0S52"&gt; &lt;SPAN class="L0S52"&gt;loop &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;at &lt;/SPAN&gt;itab &lt;SPAN class="L0S52"&gt;into &lt;/SPAN&gt;wa.&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; clear: wa1.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;read &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;table &lt;/SPAN&gt;itab1 &lt;SPAN class="L0S52"&gt;into &lt;/SPAN&gt;wa1 &lt;SPAN class="L0S52"&gt;with &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;key &lt;/SPAN&gt;aufnr = wa-aufnr vornr = wa-vornr.&lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;if &lt;/SPAN&gt;sy-subrc = &lt;SPAN class="L0S32"&gt;0.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; wa-vgw01 = wa1-vgw01.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; wa-caprq = wa-remng * wa-vgw01.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52"&gt;modify &lt;/SPAN&gt;itab &lt;SPAN class="L0S52"&gt;from &lt;/SPAN&gt;wa &lt;SPAN class="L0S52"&gt;transporting &lt;/SPAN&gt;vgw01 caprq.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; endif.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; endloop.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Any clues?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;kind regards&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Jogeswara Rao&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2012 04:13:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-selection-gives-wrong-output/m-p/8907399#M1690361</guid>
      <dc:creator>jogeswararao_kavala</dc:creator>
      <dc:date>2012-07-16T04:13:46Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple selection gives wrong output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-selection-gives-wrong-output/m-p/8907400#M1690362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt;Jogeswara Rao&lt;/SPAN&gt; ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Clear the work area wa inside the loop after modify statement .&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;EM style="font-family: inherit;"&gt;&lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;&lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;loop &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;at &lt;/SPAN&gt;itab &lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;into &lt;/SPAN&gt;wa.&lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; clear: wa1.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;read &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;table &lt;/SPAN&gt;itab1 &lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;into &lt;/SPAN&gt;wa1 &lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;with &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;key &lt;/SPAN&gt;aufnr = wa-aufnr vornr = wa-vornr.&lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;if &lt;/SPAN&gt;sy-subrc = &lt;SPAN class="L0S32" style="font-style: inherit; font-family: inherit;"&gt;0.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; wa-vgw01 = wa1-vgw01.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; wa-caprq = wa-remng * wa-vgw01.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;modify &lt;/SPAN&gt;itab &lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;from &lt;/SPAN&gt;wa &lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;transporting &lt;/SPAN&gt;vgw01 caprq.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; endif.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;EM style="font-family: inherit;"&gt;&lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;EM style="font-family: inherit;"&gt;clear: wa.&lt;/EM&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; endloop.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yogendra Bhaskar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2012 05:05:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-selection-gives-wrong-output/m-p/8907400#M1690362</guid>
      <dc:creator>yogendra_bhaskar</dc:creator>
      <dc:date>2012-07-16T05:05:00Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple selection gives wrong output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-selection-gives-wrong-output/m-p/8907401#M1690363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear&amp;nbsp; &lt;SPAN style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;Jogeswara Rao&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-size: 12px; background-color: #ffffff;"&gt; ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;clear wa &lt;/STRONG&gt; after the Modify statement .&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;&lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;loop &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;at &lt;/SPAN&gt;itab &lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;into &lt;/SPAN&gt;wa.&lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; clear: wa1.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;read &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;table &lt;/SPAN&gt;itab1 &lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;into &lt;/SPAN&gt;wa1 &lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;with &lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;key &lt;/SPAN&gt;aufnr = wa-aufnr vornr = wa-vornr.&lt;/SPAN&gt;&lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;if &lt;/SPAN&gt;sy-subrc = &lt;SPAN class="L0S32" style="font-style: inherit; font-family: inherit;"&gt;0.&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; wa-vgw01 = wa1-vgw01.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; wa-caprq = wa-remng * wa-vgw01.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;modify &lt;/SPAN&gt;itab &lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;from &lt;/SPAN&gt;wa &lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;transporting &lt;/SPAN&gt;vgw01 caprq.&lt;BR /&gt;&amp;nbsp;&amp;nbsp; endif.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; clear wa.&lt;/STRONG&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; endloop.&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt; Regards &lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 12px; background-color: #ffffff; color: #333333;"&gt;&lt;SPAN class="L0S52" style="font-style: inherit; font-family: inherit;"&gt;Kedar&lt;BR /&gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2012 05:45:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-selection-gives-wrong-output/m-p/8907401#M1690363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-16T05:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple selection gives wrong output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-selection-gives-wrong-output/m-p/8907402#M1690364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't understand your requirement. It will be more helpful if you give example data and expected output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jake&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2012 05:50:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-selection-gives-wrong-output/m-p/8907402#M1690364</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-07-16T05:50:30Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple selection gives wrong output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-selection-gives-wrong-output/m-p/8907403#M1690365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for responding everyone.&lt;/P&gt;&lt;P&gt;The issue has been resolved.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Clear wa &lt;/EM&gt;at suggested place in combination with a change of code at one line 'delete adjacent duplicates'&amp;nbsp; worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you all.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2012 06:04:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-selection-gives-wrong-output/m-p/8907403#M1690365</guid>
      <dc:creator>jogeswararao_kavala</dc:creator>
      <dc:date>2012-07-16T06:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple selection gives wrong output</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-selection-gives-wrong-output/m-p/8907404#M1690366</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Marvelous &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_macro_emoticon jive_emote" src="https://community.sap.com/825/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jul 2012 08:39:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-selection-gives-wrong-output/m-p/8907404#M1690366</guid>
      <dc:creator>che_eky</dc:creator>
      <dc:date>2012-07-16T08:39:44Z</dc:date>
    </item>
  </channel>
</rss>

