<?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: abap error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error/m-p/6640031#M1443354</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;EQA20800001052 10.00 MYR 10 424244&lt;/P&gt;&lt;P&gt;EQA20800001052 10.00 MYR 10 424244&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is considering this entry as 1 record removing duplicate.. In for all entries extend the key in the where condition  and check .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;br, &lt;/P&gt;&lt;P&gt;Vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 12 Feb 2010 04:41:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-12T04:41:54Z</dc:date>
    <item>
      <title>abap error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error/m-p/6640029#M1443352</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'm now stuck with my coding...&lt;/P&gt;&lt;P&gt;dunno which part and why? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i do this coding &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    SELECT  cdwclm amlabr INTO TABLE ta_labor FROM ywcl&lt;/P&gt;&lt;P&gt;    FOR ALL ENTRIES IN ta_ywch1&lt;/P&gt;&lt;P&gt;    WHERE cdwclm = ta_ywch1-cdwclm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when i debug, its only capture 2 records.&lt;/P&gt;&lt;P&gt;but when i do a sqvi..its display 3 record which is correct. why ya?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SQVI : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EQA20800001052	10.00	MYR	10	424244&lt;/P&gt;&lt;P&gt;EQA20800001052	10.00	MYR	10	424244&lt;/P&gt;&lt;P&gt;EQA20800001052	0.00	MYR	99	424244&lt;/P&gt;&lt;P&gt;	&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;coding &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    1	EQA20800001052    |                                                 10.00 |&lt;/P&gt;&lt;P&gt;    2	EQA20800001052    |                                                  0.00 |&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2010 04:36:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error/m-p/6640029#M1443352</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-12T04:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: abap error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error/m-p/6640030#M1443353</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;Select all the key fields of your table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;FOR ALL ENTRIES automatically deletes the duplicates based on the selected field list.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
IF NOT ta_ywch1[] IS INITIAL.  "Mandatory check is also missing
SELECT cdwclm amlabr INTO TABLE ta_labor FROM ywcl
FOR ALL ENTRIES IN ta_ywch1
WHERE cdwclm = ta_ywch1-cdwclm.
ENDIF.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinod.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2010 04:40:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error/m-p/6640030#M1443353</guid>
      <dc:creator>vinod_vemuru2</dc:creator>
      <dc:date>2010-02-12T04:40:11Z</dc:date>
    </item>
    <item>
      <title>Re: abap error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error/m-p/6640031#M1443354</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;EQA20800001052 10.00 MYR 10 424244&lt;/P&gt;&lt;P&gt;EQA20800001052 10.00 MYR 10 424244&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is considering this entry as 1 record removing duplicate.. In for all entries extend the key in the where condition  and check .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;br, &lt;/P&gt;&lt;P&gt;Vijay.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2010 04:41:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error/m-p/6640031#M1443354</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-12T04:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: abap error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error/m-p/6640032#M1443355</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;how many records does " ta_ywch1" hold?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2010 04:42:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error/m-p/6640032#M1443355</guid>
      <dc:creator>former_member188827</dc:creator>
      <dc:date>2010-02-12T04:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: abap error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error/m-p/6640033#M1443356</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;In sqvi above two entry are same ........... in coding output depends upon the data in  ta_ywch1...may be same data is available 2 times in internal table but finally internal table doesn't contains duplicate entry....because of For All Entry.. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;Gaurav&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2010 04:46:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error/m-p/6640033#M1443356</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-12T04:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: abap error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error/m-p/6640034#M1443357</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi instead of using for all entries&lt;/P&gt;&lt;P&gt;try using left outer join&lt;/P&gt;&lt;P&gt;u will get 3 entries&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;s.janagar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Feb 2010 05:57:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-error/m-p/6640034#M1443357</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-12T05:57:51Z</dc:date>
    </item>
  </channel>
</rss>

