<?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: Select-option in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/6615096#M1439672</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot ..it was really excellent....thanks for ur time....thanks for ur support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 18 Feb 2010 02:55:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-18T02:55:48Z</dc:date>
    <item>
      <title>Select-option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/6615080#M1439656</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-option : s_bukrs for bukrs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so the data for s_bukrs is AU00 TO AU99&lt;/P&gt;&lt;P&gt;                                          nz00  TO NZ99.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;initaily i had for 1 coutnry code only &lt;/P&gt;&lt;P&gt;so&lt;/P&gt;&lt;P&gt;SELECT  cod&lt;/P&gt;&lt;P&gt;           FROM zcod&lt;/P&gt;&lt;P&gt;           INTO table tscod&lt;/P&gt;&lt;P&gt;        WHERE land1 = s_bukrs-low(02).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;working fine..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now the problem is when i have 2 entires..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT  cod&lt;/P&gt;&lt;P&gt;           FROM zcod&lt;/P&gt;&lt;P&gt;           INTO table tscod&lt;/P&gt;&lt;P&gt;        WHERE land1 IN  s_bukrs-low.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUT GETTING ERROR MESSAGE AS no IN for LOW option...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any other way  I can handle multiple LOW  entires????? in the select query&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 00:52:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/6615080#M1439656</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-18T00:52:56Z</dc:date>
    </item>
    <item>
      <title>Re: Select-option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/6615081#M1439657</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;SELECT cod&lt;/P&gt;&lt;P&gt;FROM zcod&lt;/P&gt;&lt;P&gt;INTO table tscod&lt;/P&gt;&lt;P&gt;WHERE land1 IN s_bukrs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mentors,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am just answering the questions which the users are asking. Questions might be simple, but the mistake was not mine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: subas  Bose on Feb 18, 2010 2:01 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: subas  Bose on Feb 18, 2010 2:04 AM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: subas  Bose on Feb 18, 2010 3:53 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 01:01:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/6615081#M1439657</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-18T01:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Select-option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/6615082#M1439658</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can u explain for what purpose you want two low entries in select options?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 01:03:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/6615082#M1439658</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-18T01:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Select-option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/6615083#M1439659</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the user want to select 1 or 2 company code...so the selection screen has s_bukrs value are AU00 TO AU99 , NZ00 TO NZ99.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the table has land field value is AU &amp;amp; NZ only...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so i need to select from table where land1 = AU &amp;amp; NZ ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there any way???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 01:27:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/6615083#M1439659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-18T01:27:20Z</dc:date>
    </item>
    <item>
      <title>Re: Select-option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/6615084#M1439660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So as per my understanding you need to select data where land1 = AU and land1  = NZ.&lt;/P&gt;&lt;P&gt;You can enter multiple values in the low portion and can use " WHERE LAND1 IN S_BUKRS".&lt;/P&gt;&lt;P&gt;In this case it will select all the records where land1 is AU and NZ.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 01:43:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/6615084#M1439660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-18T01:43:03Z</dc:date>
    </item>
    <item>
      <title>Re: Select-option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/6615085#M1439661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes perfect....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there anu way ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for ur help&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 01:47:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/6615085#M1439661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-18T01:47:36Z</dc:date>
    </item>
    <item>
      <title>Re: Select-option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/6615086#M1439662</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry i dont get u exactly....r u looking for other ways to do this..May i know why u want other ways?&lt;/P&gt;&lt;P&gt;The solution i told u is the straight forward way and the best way to do this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 01:57:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/6615086#M1439662</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-18T01:57:16Z</dc:date>
    </item>
    <item>
      <title>Re: Select-option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/6615087#M1439663</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the explanation is the same ,,is there any code for this??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 01:58:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/6615087#M1439663</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-18T01:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Select-option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/6615088#M1439664</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think u need to study select otions first,bcoz this is a very starigh forward concept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use this code &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT cod
FROM zcod
INTO table tscod
WHERE land1 IN s_bukrs.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When u enter AU and NZ in the select options and use  the above code,it will select all&lt;/P&gt;&lt;P&gt;the records from tscod where land1 is AU and land1 is NZ.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 02:02:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/6615088#M1439664</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-18T02:02:26Z</dc:date>
    </item>
    <item>
      <title>Re: Select-option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/6615089#M1439665</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;types : begin of ty_bukrs,&lt;/P&gt;&lt;P&gt;       land1 type land1,&lt;/P&gt;&lt;P&gt;       end of ty_bukrs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data : ts_bukrs type standard table of ty_bukrs,&lt;/P&gt;&lt;P&gt;       wa_bukrs type ty_bukrs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at s_bukrs into wa_bukrs.&lt;/P&gt;&lt;P&gt;wa_bukrs-land1 = s_bukrs-low(02).&lt;/P&gt;&lt;P&gt;append wa_bukrs to ts_bukrs.&lt;/P&gt;&lt;P&gt;clear: wa_bukrs, s_bukrs.&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT  zchepctycod&lt;/P&gt;&lt;P&gt;           FROM z2rlchepctycod&lt;/P&gt;&lt;P&gt;           INTO table ts_chepctycod&lt;/P&gt;&lt;P&gt;           for all entries in ts_bukrs&lt;/P&gt;&lt;P&gt;        WHERE land1 = ts_bukrs-land1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i tired this code but the problem is that "loop at s_bukrs..doesnt move to 2nd entires..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 02:03:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/6615089#M1439665</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-18T02:03:38Z</dc:date>
    </item>
    <item>
      <title>Re: Select-option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/6615090#M1439666</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What u are trying to acheive,r u using select options?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Karthik,this is a very straight concept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just declare the select option s_bukrs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;SELECT-OPTIONS: S_BUKRS FOR BKPF-BUKRS.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and use the query that i posted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why u want to loop and move  the record...?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 02:09:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/6615090#M1439666</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-18T02:09:01Z</dc:date>
    </item>
    <item>
      <title>Re: Select-option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/6615091#M1439667</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the issue I am comparing land with companycode.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;say land1 = s_bukrs-low(02)  was my initial query for single value....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but now s_bukrs has multiple values..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to handle it...if i give the previous one which u had mention , no entries as output....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for ur support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 02:26:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/6615091#M1439667</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-18T02:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: Select-option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/6615092#M1439668</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Now ur concern is previously if the user entered AU009 in selection screen, you are taking the first two characters that is 'AU'&lt;/P&gt;&lt;P&gt;and using in the query ie;WHERE LAND1 = s_bukrs-low(02). But now when ur using" WHERE LAND1 IN s_bukrs" ,ur using the &lt;/P&gt;&lt;P&gt;whole'AU009' and it is not selectiing any data..This is ur prblem right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 02:34:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/6615092#M1439668</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-18T02:34:26Z</dc:date>
    </item>
    <item>
      <title>Re: Select-option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/6615093#M1439669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes u r correct.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;land1 IN s_bukrs   -&amp;gt; no entires as it is comparing land1 with  IBTAU00AU99&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but I need to compare only s_bukrs-low , i gave land1 = s_bukrs-low(02) --&amp;gt; in this case it is taking the first entries say AU and forgetting abt the next record IBTNZ00NZ99..........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.this is the problem....I need to take AU &amp;amp; NZ while comparing land1 IN .?????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 02:38:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/6615093#M1439669</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-18T02:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: Select-option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/6615094#M1439670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and if I give LAND1 IN S_BUKRS-LOW(02) -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;is giving error....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 02:40:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/6615094#M1439670</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-18T02:40:18Z</dc:date>
    </item>
    <item>
      <title>Re: Select-option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/6615095#M1439671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is an very simple concept.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do this way &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA:V_BUKRS(2).

LOOP AT S_BUKRS.

CLEAR V_BUKRS.

V_BUKRS =  S_BUKRS-LOW+0(2).
S_BUKRS-LOW = V_BUKRS.
MODIFY  S_BUKRS.

ENDLOOP.

SELECT cod
FROM zcod
INTO table tscod
WHERE land1 IN s_bukrs.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will sove ur prb.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 02:45:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/6615095#M1439671</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-18T02:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Select-option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/6615096#M1439672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot ..it was really excellent....thanks for ur time....thanks for ur support&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 02:55:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/6615096#M1439672</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-18T02:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Select-option</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/6615097#M1439673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks JaiKarthik...a gentle suggestion just do sme research on smething first before posting in the forum bcoz here nobody&lt;/P&gt;&lt;P&gt;encourages basic questions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 18 Feb 2010 02:59:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/select-option/m-p/6615097#M1439673</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-18T02:59:29Z</dc:date>
    </item>
  </channel>
</rss>

