<?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 Problem collect data in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-collect-data/m-p/5966720#M1338559</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Expert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got problem with the moment of collected data, the example is by following below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first line in my itab is :&lt;/P&gt;&lt;P&gt;matnr = 123&lt;/P&gt;&lt;P&gt;plant = SG12&lt;/P&gt;&lt;P&gt;check 1 = 'X'     =&amp;gt; character&lt;/P&gt;&lt;P&gt;check 2 = ''&lt;/P&gt;&lt;P&gt;check 3 = ''&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now Iam doing collected for the second line is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matnr = 123&lt;/P&gt;&lt;P&gt;plant = SG12&lt;/P&gt;&lt;P&gt;check 1 = ''&lt;/P&gt;&lt;P&gt;check 2 = 'X'&lt;/P&gt;&lt;P&gt;check 3 = 'X'&lt;/P&gt;&lt;P&gt;collect......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the result of Iam doing collect is :&lt;/P&gt;&lt;P&gt;first line  123  SG12  X  &lt;/P&gt;&lt;P&gt;second line 123 SG12  '  '  X X&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what I expect is just only first line :&lt;/P&gt;&lt;P&gt;123   SG12  X X X&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please give me the solution, thank for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kohokoho&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Aug 2009 16:28:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-13T16:28:43Z</dc:date>
    <item>
      <title>Problem collect data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-collect-data/m-p/5966720#M1338559</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Expert,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got problem with the moment of collected data, the example is by following below :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;first line in my itab is :&lt;/P&gt;&lt;P&gt;matnr = 123&lt;/P&gt;&lt;P&gt;plant = SG12&lt;/P&gt;&lt;P&gt;check 1 = 'X'     =&amp;gt; character&lt;/P&gt;&lt;P&gt;check 2 = ''&lt;/P&gt;&lt;P&gt;check 3 = ''&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now Iam doing collected for the second line is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matnr = 123&lt;/P&gt;&lt;P&gt;plant = SG12&lt;/P&gt;&lt;P&gt;check 1 = ''&lt;/P&gt;&lt;P&gt;check 2 = 'X'&lt;/P&gt;&lt;P&gt;check 3 = 'X'&lt;/P&gt;&lt;P&gt;collect......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the result of Iam doing collect is :&lt;/P&gt;&lt;P&gt;first line  123  SG12  X  &lt;/P&gt;&lt;P&gt;second line 123 SG12  '  '  X X&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what I expect is just only first line :&lt;/P&gt;&lt;P&gt;123   SG12  X X X&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please give me the solution, thank for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kohokoho&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2009 16:28:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-collect-data/m-p/5966720#M1338559</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-13T16:28:43Z</dc:date>
    </item>
    <item>
      <title>Re: Problem collect data</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-collect-data/m-p/5966721#M1338560</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;collect will compare all non-numbers fields and sum all numbers.&lt;/P&gt;&lt;P&gt;As check1, 2 and 3 ara type c, they cannot be "collected".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try to use type i for check1, 2 and 3, and set 0 for blank and 1 for check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After your collect, all fields greater than zero you consider check.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Frisoni&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Aug 2009 16:33:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-collect-data/m-p/5966721#M1338560</guid>
      <dc:creator>guilherme_frisoni</dc:creator>
      <dc:date>2009-08-13T16:33:33Z</dc:date>
    </item>
  </channel>
</rss>

