<?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: Need Help in Select Statement in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-select-statement/m-p/6278009#M1387747</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for the quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every answer was very supportive and its very difficult to give rewards points &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 05 Nov 2009 18:05:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-11-05T18:05:15Z</dc:date>
    <item>
      <title>Need Help in Select Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-select-statement/m-p/6277993#M1387731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear gurus &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is my select statement. Im having problem with statement.&lt;/P&gt;&lt;P&gt;the problem is that  the table vbfa  have some entries like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;800	1400004654	10	3900012235	10	M	424,672.68
800	1400004654	10	3900012257	10	M	137,093.36
800	1400004654	20	3900012311	20	M	214,257.36
800	1400004654	30	3900012412	30	M	81,248.44
800	1400004654	30	3900012901	30	M	166,920.68&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the select statement is run it does not fetch the data of LINE number 2 and Line number 5 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;LOOP AT itab1.
    SELECT SINGLE * INTO CORRESPONDING FIELDS OF wa_vbfa
    FROM vbfa
    WHERE vbelv = itab1-vgbel
    AND posnn = itab1-vgpos
    AND vbtyp_n = 'M'.


    SELECT SINGLE * INTO CORRESPONDING FIELDS OF wa_vbrk
      FROM vbrk
      WHERE vbeln = wa_vbfa-vbeln
      AND vbtyp = 'M'.

    IF sy-subrc = 0.
        itab1-lfimg = wa_vbfa-rfmng.
       itab1-old_price = wa_vbfa-rfwrt.
       MODIFY itab1.
       ELSE.
    ENDIF.

  ENDLOOP.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please Help&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Saad Nisar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 11:49:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-select-statement/m-p/6277993#M1387731</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-05T11:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help in Select Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-select-statement/m-p/6277994#M1387732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check sy-subrc values of both the queries for those entries.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 11:53:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-select-statement/m-p/6277994#M1387732</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-11-05T11:53:48Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help in Select Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-select-statement/m-p/6277995#M1387733</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Saad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In ITAB1 do you have the fourth field of below data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;800	1400004654	10	3900012235	10	M	424,672.68&lt;/P&gt;&lt;P&gt;800	1400004654	10	3900012257	10	M	137,093.36&lt;/P&gt;&lt;P&gt;800	1400004654	20	3900012311	20	M	214,257.36&lt;/P&gt;&lt;P&gt;800	1400004654	30	3900012412	30	M	81,248.44&lt;/P&gt;&lt;P&gt;800	1400004654	30	3900012901	30	M	166,920.68&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if yes give that also in the select query.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 11:55:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-select-statement/m-p/6277995#M1387733</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-05T11:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help in Select Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-select-statement/m-p/6277996#M1387734</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;If you use SELECT SINGLE the system only get the first found record, that's why it didn't get the next records you want.&lt;/P&gt;&lt;P&gt;If you really want to get all the records according your selction criteria, then you should change your statement by using SELECT .. INTO TABLE ..., and in the next selection statement (vbrk) you should change to SELECT ... INTO TABLE ... FOR ALL ENTRIES IN ... &lt;/P&gt;&lt;P&gt;This way you get all the records you want.&lt;/P&gt;&lt;P&gt;Hope it helps,&lt;/P&gt;&lt;P&gt;Chang&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 11:59:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-select-statement/m-p/6277996#M1387734</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-05T11:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help in Select Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-select-statement/m-p/6277997#M1387735</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear  Keshu Thekkillam    	 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For both the entries sy-subrc is 0.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 12:00:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-select-statement/m-p/6277997#M1387735</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-05T12:00:42Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help in Select Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-select-statement/m-p/6277998#M1387736</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Select single will only give you the first record for the where clause. In your case, i see two options for doing this.&lt;/P&gt;&lt;P&gt;1) select all records using into table clause in the select statement and then loop this internal table inside the loop for itab1.&lt;/P&gt;&lt;P&gt;2) use select..endselect inside the loop for itab1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;both of these will result in performance overhead..so u need to analyze ST05 trace to check the most effective solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;nilesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 12:06:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-select-statement/m-p/6277998#M1387736</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-05T12:06:07Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help in Select Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-select-statement/m-p/6277999#M1387737</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
800	_1400004654	10_	3900012235	10	M	424,672.68
800	_1400004654	10_	3900012257	10	M	137,093.36

SELECT SINGLE * INTO CORRESPONDING FIELDS OF wa_vbfa
    FROM vbfa
    WHERE vbelv = itab1-vgbel
    AND posnn = itab1-vgpos
    AND vbtyp_n = 'M'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;In VBFA 1and 2 records have same VBELV and POSNV. So in loop/endloop select only first record.&lt;/P&gt;&lt;P&gt;But this records have different values VBELN.&lt;/P&gt;&lt;P&gt;So add in condition field VBELN and add VBELN into itab1:&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECT SINGLE * INTO CORRESPONDING FIELDS OF wa_vbfa
    FROM vbfa
    WHERE vbelv = itab1-vgbel
    AND posnn = itab1-vgpos
    AND vbeln = itab1-vbeln
    AND vbtyp_n = 'M'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 12:06:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-select-statement/m-p/6277999#M1387737</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-05T12:06:24Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help in Select Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-select-statement/m-p/6278000#M1387738</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Saad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason why you are not getting the 2nd and 5th entries is that, the where conditions vbelv, posnn and vbtyp_n matches for both the 1st and 2nd record where select will pick only the 1st record. The same way for 4th and 5th record. so its picking only 4th. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So to avoid this add even vbeln in the where condition of the select query&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
LOOP AT itab1.
    SELECT SINGLE * INTO CORRESPONDING FIELDS OF wa_vbfa
    FROM vbfa
    WHERE vbelv = itab1-vgbel
    AND posnn = itab1-vgpos
   AND vbeln = itab1-field           " Add the corresponding field here
    AND vbtyp_n = 'M'.
 
 
    SELECT SINGLE * INTO CORRESPONDING FIELDS OF wa_vbrk
      FROM vbrk
      WHERE vbeln = wa_vbfa-vbeln
      AND vbtyp = 'M'.
 
    IF sy-subrc = 0.
        itab1-lfimg = wa_vbfa-rfmng.
       itab1-old_price = wa_vbfa-rfwrt.
       MODIFY itab1.
       ELSE.
    ENDIF.
 
  ENDLOOP.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 12:07:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-select-statement/m-p/6278000#M1387738</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-05T12:07:19Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help in Select Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-select-statement/m-p/6278001#M1387739</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;select single only selects single record...hope you got it now.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;

if itab1[] is not initial.
sort itab1 by vgbel vgpos.
    SELECT * INTO CORRESPONDING FIELDS OF it_vbfa
    FROM vbfa for all entries in itab1
    WHERE vbelv = itab1-vgbel
    AND posnn = itab1-vgpos
    AND vbtyp_n = 'M'.
endif.
if it_vbfa[] is not initial.
sort it_vbfa by vbeln.
   SELECT  * INTO CORRESPONDING FIELDS OF it_vbrk
      FROM vbrk for all entries in it_vbfa
      WHERE vbeln = it_vbfa-vbeln
      AND vbtyp = 'M'.
endif.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;now loop,read and move&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 12:12:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-select-statement/m-p/6278001#M1387739</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-11-05T12:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help in Select Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-select-statement/m-p/6278002#M1387740</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Keshu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since the OP is using the select within the LOOP (not advisable though), select single will work for multiple records for each iteration&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 12:16:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-select-statement/m-p/6278002#M1387740</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-05T12:16:00Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help in Select Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-select-statement/m-p/6278003#M1387741</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;this is probably because of the select single statement. when you try to fetch line 2, the select statement finds line 1 because the select conditions aren't explicit, line 1 and 2 has common values for your select options and select single finds the first line that meets the selection criteria. it is also does the same for line 5 because it has common values with line 4. if you make your selection criteria more explicit, your problem should be solved.&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;Murat Kaya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 12:19:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-select-statement/m-p/6278003#M1387741</guid>
      <dc:creator>murat_kaya</dc:creator>
      <dc:date>2009-11-05T12:19:17Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help in Select Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-select-statement/m-p/6278004#M1387742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi vikranth &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what if the itab consists of only one entry and the table has two entries for that ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 12:23:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-select-statement/m-p/6278004#M1387742</guid>
      <dc:creator>kesavadas_thekkillath</dc:creator>
      <dc:date>2009-11-05T12:23:28Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help in Select Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-select-statement/m-p/6278005#M1387743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Keshu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes that's right. the OP should either use all the distinct fields in the where clause or use select into table itab and then pick which record is required&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vikranth&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 12:30:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-select-statement/m-p/6278005#M1387743</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-05T12:30:28Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help in Select Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-select-statement/m-p/6278006#M1387744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Instead of using Select * statement into corresponding fields&lt;/P&gt;&lt;P&gt;use all fields so it will be able to get all distinct entries&lt;/P&gt;&lt;P&gt; SELECT VBELV&lt;/P&gt;&lt;P&gt;                     POSNV&lt;/P&gt;&lt;P&gt;                     VBELN &lt;/P&gt;&lt;P&gt;                     POSNN&lt;/P&gt;&lt;P&gt;                    VBTYP_N&lt;/P&gt;&lt;P&gt;                    RFMNG&lt;/P&gt;&lt;P&gt;FROM VBFA&lt;/P&gt;&lt;P&gt;INTO TABLE I_VBFA&lt;/P&gt;&lt;P&gt;FOR ALL ENTRIES IN I_ITAB&lt;/P&gt;&lt;P&gt;WHERE&lt;/P&gt;&lt;P&gt;CONDITION&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 12:35:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-select-statement/m-p/6278006#M1387744</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-05T12:35:30Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help in Select Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-select-statement/m-p/6278007#M1387745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi what is OP ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 12:37:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-select-statement/m-p/6278007#M1387745</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-05T12:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help in Select Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-select-statement/m-p/6278008#M1387746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OP stands for Original Poster as per our SCN language &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 12:57:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-select-statement/m-p/6278008#M1387746</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-05T12:57:46Z</dc:date>
    </item>
    <item>
      <title>Re: Need Help in Select Statement</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-select-statement/m-p/6278009#M1387747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you all for the quick response.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Every answer was very supportive and its very difficult to give rewards points &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again!.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 05 Nov 2009 18:05:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/need-help-in-select-statement/m-p/6278009#M1387747</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-11-05T18:05:15Z</dc:date>
    </item>
  </channel>
</rss>

