<?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: multiple choices in d input in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choices-in-d-input/m-p/1824859#M352035</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;Just as I said in my previuos answer try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF ITAB OCCURS 0,&lt;/P&gt;&lt;P&gt;             VBELV LIKE LIPS-VBELV,&lt;/P&gt;&lt;P&gt;             POSNV LIKE LIPS-POSNV,&lt;/P&gt;&lt;P&gt;             LFIMG   LIKE LIPS-POSNV,&lt;/P&gt;&lt;P&gt;           END    OF ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select VBELV POSNV LFIMG from LIPS into table ITAB where VBELV in S_VBELN and POSNV in S_POSNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U make sure to have all keys fields in ITAB to miss any records, it should be better your table was like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF ITAB OCCURS 0,&lt;/P&gt;&lt;P&gt;             VBELN LIKE LIPS-VBELN&lt;/P&gt;&lt;P&gt;             POSNR LIKE LIPS-POSNR, &lt;/P&gt;&lt;P&gt;             VBELV LIKE LIPS-VBELV,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;            POSNV LIKE LIPS-POSNV,&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;             LFIMG   LIKE LIPS-POSNV,&lt;/P&gt;&lt;P&gt;           END    OF ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select VBELN POSNR VBELV LFIMG from LIPS into table ITAB where VBELV in S_VBELN and POSNV in S_POSNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now it should work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Jan 2007 10:44:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-24T10:44:06Z</dc:date>
    <item>
      <title>multiple choices in d input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choices-in-d-input/m-p/1824847#M352023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;selection screen parameters r plant : P_WERKS(VBAP-WERKS),sales doc : S_VBELN(VBAP-VBELN) &amp;amp; sales doc item : S_POSNR(VBAP-POSNR).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETER: p_werks like vbap-werks.&lt;/P&gt;&lt;P&gt;select-options : s_vbeln for vbap-vbeln,&lt;/P&gt;&lt;P&gt;                 s_posnr for vbap-posnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rite now im using d query :&lt;/P&gt;&lt;P&gt;select VBELV LFIMG from LIPS into table ITAB where VBELV in S_VBELN and POSNV in S_POSNR. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now this query is not workin if we give multiple choices in d input.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 10:30:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choices-in-d-input/m-p/1824847#M352023</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T10:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: multiple choices in d input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choices-in-d-input/m-p/1824848#M352024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi , &lt;/P&gt;&lt;P&gt;  Could you please check whether there is data in the table for the set of inputs you give.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 10:35:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choices-in-d-input/m-p/1824848#M352024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T10:35:15Z</dc:date>
    </item>
    <item>
      <title>Re: multiple choices in d input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choices-in-d-input/m-p/1824849#M352025</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;It can depend on how you've defined ITAB, you should insert POSNV field too: INTO TABLE option loads only one record if there are hits with the same key, so you can risk to load one records for every sales order (VBELV) with several items.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select VBELV POSNV LFIMG from LIPS into table ITAB where VBELV in S_VBELN and POSNV in S_POSNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 10:36:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choices-in-d-input/m-p/1824849#M352025</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T10:36:32Z</dc:date>
    </item>
    <item>
      <title>Re: multiple choices in d input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choices-in-d-input/m-p/1824850#M352026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Your Internal table should have the same field names,  if the Itab is not contain the same field names, then use &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select VBELV LFIMG from LIPS into corresponding fields of table ITAB where VBELV in S_VBELN and POSNV in S_POSNR. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 10:37:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choices-in-d-input/m-p/1824850#M352026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T10:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: multiple choices in d input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choices-in-d-input/m-p/1824851#M352027</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes... data is present..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now wat modifications i should make in dat query...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 10:37:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choices-in-d-input/m-p/1824851#M352027</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T10:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: multiple choices in d input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choices-in-d-input/m-p/1824852#M352028</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;PARAMETER:  p_werks like vbap-werks.
select-options : s_vbeln for vbap-vbeln,
                       s_posnr for vbap-posnr.

select VBELV LFIMG 
          from LIPS 
          into table ITAB 
          where VBELN in S_VBELN 
          and POSNR in S_POSNR.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U have to check with the key fiels, VBELN and POSNR.&lt;/P&gt;&lt;P&gt;Now it will work.&lt;/P&gt;&lt;P&gt;Reward poinst if this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 10:39:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choices-in-d-input/m-p/1824852#M352028</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T10:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: multiple choices in d input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choices-in-d-input/m-p/1824853#M352029</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;well if data is present, your statement HAS to work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Only problem you may run into now is that your internal table is of y wrong type.&lt;/P&gt;&lt;P&gt;maybe just decalre it like following:&lt;/P&gt;&lt;P&gt; data itab type lips.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 10:39:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choices-in-d-input/m-p/1824853#M352029</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T10:39:47Z</dc:date>
    </item>
    <item>
      <title>Re: multiple choices in d input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choices-in-d-input/m-p/1824854#M352030</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;does it work when you give a single set of values&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 10:40:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choices-in-d-input/m-p/1824854#M352030</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T10:40:26Z</dc:date>
    </item>
    <item>
      <title>Re: multiple choices in d input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choices-in-d-input/m-p/1824855#M352031</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DATA : BEGIN OF ITAB OCCURS 0,&lt;/P&gt;&lt;P&gt;        VBELV LIKE LIPS-VBELV,&lt;/P&gt;&lt;P&gt;        LFIMG LIKE LIPS-LFIMG,&lt;/P&gt;&lt;P&gt;       END OF ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i've used the above declaration....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 10:40:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choices-in-d-input/m-p/1824855#M352031</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T10:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: multiple choices in d input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choices-in-d-input/m-p/1824856#M352032</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;OMG, YEAH the one who can read is in clear advantage.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;listen to the LADIES, they really know the answers &lt;span class="lia-unicode-emoji" title=":face_with_tongue:"&gt;😛&lt;/span&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 10:41:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choices-in-d-input/m-p/1824856#M352032</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T10:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: multiple choices in d input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choices-in-d-input/m-p/1824857#M352033</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;VBAK-VBELN /VBAP -VBELN  = LIPS-VGBEL .&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;VBELN IN LIPS -&amp;gt; DELIVERY &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;VBELN IN VBAP/VBAK IS SALES DOCUMENT NUMBER&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Get the flow of the tables first and then build the query .&lt;/P&gt;&lt;P&gt;vbak-vbeln = vbap-vbeln.  } sales&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sales-&amp;gt;delivery&lt;/P&gt;&lt;P&gt;vbap-vbeln = lips-vgbel. &lt;/P&gt;&lt;P&gt;vbap-ponsr = lips-vgpos.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 10:42:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choices-in-d-input/m-p/1824857#M352033</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T10:42:00Z</dc:date>
    </item>
    <item>
      <title>Re: multiple choices in d input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choices-in-d-input/m-p/1824858#M352034</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes it is working for single set of values......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 10:42:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choices-in-d-input/m-p/1824858#M352034</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T10:42:21Z</dc:date>
    </item>
    <item>
      <title>Re: multiple choices in d input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choices-in-d-input/m-p/1824859#M352035</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;Just as I said in my previuos answer try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF ITAB OCCURS 0,&lt;/P&gt;&lt;P&gt;             VBELV LIKE LIPS-VBELV,&lt;/P&gt;&lt;P&gt;             POSNV LIKE LIPS-POSNV,&lt;/P&gt;&lt;P&gt;             LFIMG   LIKE LIPS-POSNV,&lt;/P&gt;&lt;P&gt;           END    OF ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select VBELV POSNV LFIMG from LIPS into table ITAB where VBELV in S_VBELN and POSNV in S_POSNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;U make sure to have all keys fields in ITAB to miss any records, it should be better your table was like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: BEGIN OF ITAB OCCURS 0,&lt;/P&gt;&lt;P&gt;             VBELN LIKE LIPS-VBELN&lt;/P&gt;&lt;P&gt;             POSNR LIKE LIPS-POSNR, &lt;/P&gt;&lt;P&gt;             VBELV LIKE LIPS-VBELV,&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;            POSNV LIKE LIPS-POSNV,&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;             LFIMG   LIKE LIPS-POSNV,&lt;/P&gt;&lt;P&gt;           END    OF ITAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select VBELN POSNR VBELV LFIMG from LIPS into table ITAB where VBELV in S_VBELN and POSNV in S_POSNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now it should work&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 10:44:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choices-in-d-input/m-p/1824859#M352035</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T10:44:06Z</dc:date>
    </item>
    <item>
      <title>Re: multiple choices in d input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choices-in-d-input/m-p/1824860#M352036</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;select VBELV LFIMG from LIPS into table ITAB where VBELV in S_VBELN and POSNV in S_POSNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This query will not work . The reason is u are comparing VBELV &amp;amp; S_VBELN . Thats not the right field to comnpare as both are diff fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;vbelv - Originating document&lt;/P&gt;&lt;P&gt;vbeln- Delivery&lt;/P&gt;&lt;P&gt;In LIPS table these fields will have different values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward points if found useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;barath.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 10:56:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choices-in-d-input/m-p/1824860#M352036</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T10:56:47Z</dc:date>
    </item>
    <item>
      <title>Re: multiple choices in d input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choices-in-d-input/m-p/1824861#M352037</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then i am not sure why this is not working for you , because i tried it on my server and it worked fine. the only thing i can say , please again carefully check the whether you have values in your table LIPS for the field &amp;lt;b&amp;gt;VBELV&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Arun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Jan 2007 10:59:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choices-in-d-input/m-p/1824861#M352037</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-24T10:59:36Z</dc:date>
    </item>
    <item>
      <title>Re: multiple choices in d input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choices-in-d-input/m-p/1824862#M352038</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;if it is workin on ur server then could you pls mail d whole pgm u've written to test this query ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my email id is piya_301@rediffmail.com.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 29 Jan 2007 09:39:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choices-in-d-input/m-p/1824862#M352038</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-29T09:39:58Z</dc:date>
    </item>
  </channel>
</rss>

