<?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: Where condition in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-condition/m-p/4720130#M1108328</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;PRE&gt;&lt;CODE&gt;Sorry wrongly posted&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Navneeth K.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Navneeth Bothra on Oct 29, 2008 12:36 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 29 Oct 2008 11:34:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-29T11:34:15Z</dc:date>
    <item>
      <title>Where condition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-condition/m-p/4720128#M1108326</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi people,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have used an inner-join between two tables ekko and ekpo as shown below:&lt;/P&gt;&lt;P&gt;SELECT ekpo~ebeln&lt;/P&gt;&lt;P&gt;           ekpo~ebelp&lt;/P&gt;&lt;P&gt;           ekpo~zdat01&lt;/P&gt;&lt;P&gt;           ekko~lifnr&lt;/P&gt;&lt;P&gt;      FROM ekpo&lt;/P&gt;&lt;P&gt;     INNER JOIN ekko&lt;/P&gt;&lt;P&gt;        ON ekpo&lt;SUB&gt;ebeln = ekko&lt;/SUB&gt;ebeln&lt;/P&gt;&lt;P&gt;      INTO TABLE gt_ekpo_ekko&lt;/P&gt;&lt;P&gt;       FOR ALL ENTRIES IN gt_vbfa&lt;/P&gt;&lt;P&gt;     WHERE ekpo~ebeln = gt_vbfa-vbeln&lt;/P&gt;&lt;P&gt;     and ekpo~ebelp = gt_vbfa-posnn.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But since EBELP and GT_VBFA-POSNN do not have the same length, i will not be able to proceed with the selection. Please tell me how to overcome this problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 11:31:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/where-condition/m-p/4720128#M1108326</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T11:31:04Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-condition/m-p/4720129#M1108327</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; Hi people,&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; I have used an inner-join between two tables ekko and ekpo as shown below:&lt;/P&gt;&lt;P&gt;&amp;gt; SELECT ekpo~ebeln&lt;/P&gt;&lt;P&gt;&amp;gt;            ekpo~ebelp&lt;/P&gt;&lt;P&gt;&amp;gt;            ekpo~zdat01&lt;/P&gt;&lt;P&gt;&amp;gt;            ekko~lifnr&lt;/P&gt;&lt;P&gt;&amp;gt;       FROM ekpo&lt;/P&gt;&lt;P&gt;&amp;gt;      INNER JOIN ekko&lt;/P&gt;&lt;P&gt;&amp;gt;         ON ekpo&lt;SUB&gt;ebeln = ekko&lt;/SUB&gt;ebeln&lt;/P&gt;&lt;P&gt;&amp;gt;       INTO TABLE gt_ekpo_ekko&lt;/P&gt;&lt;P&gt;&amp;gt;        FOR ALL ENTRIES IN gt_vbfa&lt;/P&gt;&lt;P&gt;&amp;gt;      WHERE ekpo~ebeln = gt_vbfa-vbeln&lt;/P&gt;&lt;P&gt;&amp;gt;      and ekpo~ebelp = gt_vbfa-posnn.&lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;P&gt;&amp;gt; But since EBELP and GT_VBFA-POSNN do not have the same length, i will not be able to proceed with the selection. Please tell me how to overcome this problem.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;It's a SAP inconsistency and the limitations of open SQL won't let you get around it.  You can do it in real SQL but the easiest thing to do is to split it into two selects using FOR ALL ENTRIES.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 11:33:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/where-condition/m-p/4720129#M1108327</guid>
      <dc:creator>christine_evans</dc:creator>
      <dc:date>2008-10-29T11:33:34Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-condition/m-p/4720130#M1108328</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;PRE&gt;&lt;CODE&gt;Sorry wrongly posted&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Navneeth K.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Navneeth Bothra on Oct 29, 2008 12:36 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 11:34:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/where-condition/m-p/4720130#M1108328</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T11:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-condition/m-p/4720131#M1108329</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jean,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can declare a Local variable of type ebelp.&lt;/P&gt;&lt;P&gt;Then you can assign the value to this local variable.&lt;/P&gt;&lt;P&gt;You can use this local variable in your sele t query. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As you are using For all entries, you can form a RANGE for EBELP, with the required length. Fill the Range with all the values from the table. Use the range in your selection instead of table field directly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Ram.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 11:34:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/where-condition/m-p/4720131#M1108329</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T11:34:45Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-condition/m-p/4720132#M1108330</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;take one more field in gt_vbfa with dataelement of ebelp. and move data from gt_vbfa-posnn to new field..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then in the select stmt use where condition based on new field..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgds.,&lt;/P&gt;&lt;P&gt;subash&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 11:36:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/where-condition/m-p/4720132#M1108330</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T11:36:39Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-condition/m-p/4720133#M1108331</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while declaring in the internal table gt_ekpo_ekko&lt;/P&gt;&lt;P&gt;give &lt;STRONG&gt;ebelp&lt;/STRONG&gt; as &lt;STRONG&gt;vbfa-posnn&lt;/STRONG&gt; and then try the same above ur code and reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;padma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 11:37:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/where-condition/m-p/4720133#M1108331</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T11:37:30Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-condition/m-p/4720134#M1108332</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;gt; &amp;gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; &amp;gt; But since EBELP and GT_VBFA-POSNN do not have the same length, i will not be able to proceed with the selection. Please tell me how to overcome this problem.&lt;/P&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;gt; It's a SAP inconsistency and the limitations of open SQL won't let you get around it.  You can do it in real SQL but the easiest thing to do is to split it into two selects using FOR ALL ENTRIES.&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;Sorry, I didn't read properly and answered as if you were including both fields in a join, which you can't do.  Creating a new field in the itab with the right length and copying the value to it as suggested above should fix it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 11:49:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/where-condition/m-p/4720134#M1108332</guid>
      <dc:creator>christine_evans</dc:creator>
      <dc:date>2008-10-29T11:49:52Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-condition/m-p/4720135#M1108333</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;Can u please write it in terms of code how exactly u create and use this range.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 11:53:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/where-condition/m-p/4720135#M1108333</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T11:53:40Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-condition/m-p/4720136#M1108334</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What you can do is build a key table from the gt_vbfa-vbeln and gt_vbfa-posnn, say gt_po_key , this table should have only 2 fields ebeln and ebelp.&lt;/P&gt;&lt;P&gt;Soemthing like this. &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
loop at gt_vbfa assigning &amp;lt;fs&amp;gt;.
move &amp;lt;fs&amp;gt;-vbeln to gt_po_key-ebeln.
move &amp;lt;fs&amp;gt;-posnn to gt_po_key-ebelp.
append gt_po_key.
endloop.
Now use that table in the for all entries.

SELECT ekpo~ebeln
ekpo~ebelp
ekpo~zdat01
ekko~lifnr
FROM ekpo
INNER JOIN ekko
ON ekpo~ebeln = ekko~ebeln
INTO TABLE gt_ekpo_ekko
FOR ALL ENTRIES IN gt_po_key
WHERE ekpo~ebeln = gt_po_key-ebeln
and ekpo~ebelp = gt_po_key-ebelp.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&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;Advait&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;Advait&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 12:21:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/where-condition/m-p/4720136#M1108334</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T12:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-condition/m-p/4720137#M1108335</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;loop at gt_vbfa into gwa_vbfa.&lt;/P&gt;&lt;P&gt;  gwa_ebelp-sign = gc_i.&lt;/P&gt;&lt;P&gt;  gwa_ebelp-option = gc_eq.&lt;/P&gt;&lt;P&gt;  gwa_ebelp-low = gwa_vbfa-posnn.&lt;/P&gt;&lt;P&gt;  APPEND gwa_ebelp TO gr_ebelp.&lt;/P&gt;&lt;P&gt;  CLEAR gwa_ebelp-low.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF NOT gt_vbfa IS INITIAL.&lt;/P&gt;&lt;P&gt;    SELECT ekpo~ebeln&lt;/P&gt;&lt;P&gt;           ekpo~ebelp&lt;/P&gt;&lt;P&gt;           ekpo~zdat01&lt;/P&gt;&lt;P&gt;           ekko~lifnr&lt;/P&gt;&lt;P&gt;      FROM ekpo&lt;/P&gt;&lt;P&gt;     INNER JOIN ekko&lt;/P&gt;&lt;P&gt;        ON ekpo&lt;SUB&gt;ebeln = ekko&lt;/SUB&gt;ebeln&lt;/P&gt;&lt;P&gt;      INTO TABLE gt_ekpo_ekko&lt;/P&gt;&lt;P&gt;       FOR ALL ENTRIES IN gt_vbfa&lt;/P&gt;&lt;P&gt;     WHERE ekpo~ebeln = gt_vbfa-vbeln&lt;/P&gt;&lt;P&gt;       and ekpo~ebelp in gr_ebelp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will this help? It is not giving me any syntax error though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 12:38:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/where-condition/m-p/4720137#M1108335</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T12:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-condition/m-p/4720138#M1108336</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;loop at gt_vbfa into gwa_vbfa.&lt;/P&gt;&lt;P&gt;  gwa_ebelp-sign = gc_i.&lt;/P&gt;&lt;P&gt;  gwa_ebelp-option = gc_eq.&lt;/P&gt;&lt;P&gt;  gwa_ebelp-low = gwa_vbfa-posnn.&lt;/P&gt;&lt;P&gt;  APPEND gwa_ebelp TO gr_ebelp.&lt;/P&gt;&lt;P&gt;  CLEAR gwa_ebelp-low.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF NOT gt_vbfa IS INITIAL.&lt;/P&gt;&lt;P&gt;    SELECT ekpo~ebeln&lt;/P&gt;&lt;P&gt;           ekpo~ebelp&lt;/P&gt;&lt;P&gt;           ekpo~zdat01&lt;/P&gt;&lt;P&gt;           ekko~lifnr&lt;/P&gt;&lt;P&gt;      FROM ekpo&lt;/P&gt;&lt;P&gt;     INNER JOIN ekko&lt;/P&gt;&lt;P&gt;        ON ekpo&lt;SUB&gt;ebeln = ekko&lt;/SUB&gt;ebeln&lt;/P&gt;&lt;P&gt;      INTO TABLE gt_ekpo_ekko&lt;/P&gt;&lt;P&gt;       FOR ALL ENTRIES IN gt_vbfa&lt;/P&gt;&lt;P&gt;     WHERE ekpo~ebeln = gt_vbfa-vbeln&lt;/P&gt;&lt;P&gt;       and ekpo~ebelp in gr_ebelp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Will this help? It is not giving me any syntax error though.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 12:39:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/where-condition/m-p/4720138#M1108336</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T12:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-condition/m-p/4720139#M1108337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jean,&lt;/P&gt;&lt;P&gt;No your code wont solve the problem. The query would run slower instead.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did you try the code I pasted ?&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;Advait&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 14:01:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/where-condition/m-p/4720139#M1108337</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T14:01:36Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-condition/m-p/4720140#M1108338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;just declare in your internal table gt_vbfa:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;posnn like ekpo-ebelp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and use any conversion routine like conversion_exit_alpha_input .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it helps,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Oct 2008 14:09:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/where-condition/m-p/4720140#M1108338</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-29T14:09:07Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-condition/m-p/4720141#M1108339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No I have not yet tried your code.... I will surely try it out.... &lt;/P&gt;&lt;P&gt;Thanx anyways....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 04:03:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/where-condition/m-p/4720141#M1108339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-30T04:03:30Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-condition/m-p/4720142#M1108340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this not equivalent to using work area instead of field-symbols? &lt;/P&gt;&lt;P&gt;What is advantage of using field-symbols here when it is doing a work similar to what a work area does?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 05:28:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/where-condition/m-p/4720142#M1108340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-30T05:28:15Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-condition/m-p/4720143#M1108341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Field symbols are faster than work area. In work area there is a overhead of copying the itab contents to the work area and when you change some data and use the modify statement , it has to copy the contents back to the internal table. But the field symbol only points to the current row of the internal table and when you change the component of the field symbol it directly gets updated in the internal table. So you save 2 extra operations with field symbols.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Advait&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Oct 2008 21:10:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/where-condition/m-p/4720143#M1108341</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-30T21:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: Where condition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/where-condition/m-p/4720144#M1108342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank u so much ....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Oct 2008 03:57:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/where-condition/m-p/4720144#M1108342</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-31T03:57:06Z</dc:date>
    </item>
  </channel>
</rss>

