<?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/1818327#M350057</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;use 'SELECT-OPTONS'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: S_VBELN  FOR VBAP-VBELN.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: S_POSNR  FOR VBAP-POSNR.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 22 Jan 2007 05:21:09 GMT</pubDate>
    <dc:creator>dani_mn</dc:creator>
    <dc:date>2007-01-22T05:21:09Z</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/1818326#M350056</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in d "sales order status" report &lt;/P&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;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;P&gt;&lt;/P&gt;&lt;P&gt;so wat modifications it requires.....&lt;/P&gt;&lt;P&gt;pls help...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 05:17:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choices-in-d-input/m-p/1818326#M350056</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T05:17:38Z</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/1818327#M350057</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;use 'SELECT-OPTONS'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: S_VBELN  FOR VBAP-VBELN.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS: S_POSNR  FOR VBAP-POSNR.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 05:21:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choices-in-d-input/m-p/1818327#M350057</guid>
      <dc:creator>dani_mn</dc:creator>
      <dc:date>2007-01-22T05:21:09Z</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/1818328#M350058</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priya ,&lt;/P&gt;&lt;P&gt;                   Tell me if s_vbeln and s_posnr are declared as paramters then only one value can work .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;declared them like this &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;parameters p_werks like vbap-werks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options : s_vbeln for vbak-vbeln,&lt;/P&gt;&lt;P&gt;                        s_posnr for vbap-posnr.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Now your query will work fine.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 05:24:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choices-in-d-input/m-p/1818328#M350058</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T05:24: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/1818329#M350059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;your query is looking ok. i dont know why it is not working ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select VBELV LFIMG from LIPS &amp;lt;b&amp;gt;into corresponding fields of&amp;lt;/b&amp;gt; table ITAB where VBELV in S_VBELN and POSNV in S_POSNR. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just try this query with corresponding fields addition.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 05:24:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choices-in-d-input/m-p/1818329#M350059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T05:24:08Z</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/1818330#M350060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi if u have given the correct declaration like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters :P_WERKS(VBAP-WERKS),&lt;/P&gt;&lt;P&gt;select-options: S_VBELN for VBAP-VBELN, S_POSNR for VBAP-POSNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then it should be working, otherwise it means that the values arent existing in the database for ur defined selection...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check it... award points if found helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 05:25:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choices-in-d-input/m-p/1818330#M350060</guid>
      <dc:creator>rahulkavuri</dc:creator>
      <dc:date>2007-01-22T05:25:01Z</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/1818331#M350061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;i have already used SELECT-OPTIONS only for S_VBELN &amp;amp; S_POSNR.&lt;/P&gt;&lt;P&gt;code i've used :&lt;/P&gt;&lt;P&gt;parameters: 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;but still it is not comin.....&lt;/P&gt;&lt;P&gt;pls tell some other alternative...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 05:34:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choices-in-d-input/m-p/1818331#M350061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T05:34:12Z</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/1818332#M350062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;if you have done corresponding field addition also then pls check the table whether as per your selection criteria data is there or not..&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;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 05:39:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choices-in-d-input/m-p/1818332#M350062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T05:39:35Z</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/1818333#M350063</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;data is present. i dont know wat is goin wrong.......&lt;/P&gt;&lt;P&gt;now wen u give POSNR as from 100 to 200 then it is showing output for POSNR = 100 but for POSNR = 200 d values r comin wrong. and also values of POSNR = 100 r gettin carry forward......&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wat modifications r needed.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 05:48:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choices-in-d-input/m-p/1818333#M350063</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T05:48:23Z</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/1818334#M350064</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you check in debug mode for S_POSNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;this table contains &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;S_POSNR-sign = I.&lt;/P&gt;&lt;P&gt;S_POSNR-option = BT&lt;/P&gt;&lt;P&gt;S_POSNR-low = 100&lt;/P&gt;&lt;P&gt;and&lt;/P&gt;&lt;P&gt;S_POSNR-high = 200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or not.&lt;/P&gt;&lt;P&gt;just give these values and check. if it is not let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 06:08:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choices-in-d-input/m-p/1818334#M350064</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T06:08:50Z</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/1818335#M350065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Priya ,&lt;/P&gt;&lt;P&gt;                 I have coded your example and it works fine for me &lt;/P&gt;&lt;P&gt;Please have see at the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables : lips,vbak,vbap.&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;          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;PARAMETER: p_werks like vbap-werks.&lt;/P&gt;&lt;P&gt;select-options : s_vbeln for vbak-vbeln,&lt;/P&gt;&lt;P&gt;                 s_posnr for vbap-posnr.&lt;/P&gt;&lt;P&gt;&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;I had entered value for s_vbeln 31 from 331 &lt;/P&gt;&lt;P&gt;and s_posnr 10 20 and it gave me correct entries coz for order number 331 there were two entries in lips so multiple entries worked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check the code with my code.&lt;/P&gt;&lt;P&gt;Please reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 06:15:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choices-in-d-input/m-p/1818335#M350065</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T06:15:29Z</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/1818336#M350066</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi.....&lt;/P&gt;&lt;P&gt;yes they are comin : &lt;/P&gt;&lt;P&gt;s_posnr-sign = I.&lt;/P&gt;&lt;P&gt;s_posnr-option = BT.&lt;/P&gt;&lt;P&gt;s_posnr-low = 000100.&lt;/P&gt;&lt;P&gt;s_posnr-high = 000200.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now how should i proceed??&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 06:21:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choices-in-d-input/m-p/1818336#M350066</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T06:21:23Z</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/1818337#M350067</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i think you have declared like&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS : S_POSNR FOR VBAP-POSNR.&lt;/P&gt;&lt;P&gt;NOW CHECK IN LIPS WHETHER POSNV IS 100 OR 00100. IF NOT&lt;/P&gt;&lt;P&gt;DO LIKE THIS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SHIFT S_POSNR-LOW LEFT DELETING LEADING '0'.&lt;/P&gt;&lt;P&gt;OR USE CONVERSION_EXIT_ALPHA_OUTPUT FM .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;JUST CHECK WHETHER LEADING 0 ARE MAKING THE PROBLEM OR NOT?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REGARDS&lt;/P&gt;&lt;P&gt;SHIBA DUTTA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 06:31:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choices-in-d-input/m-p/1818337#M350067</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T06:31:05Z</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/1818338#M350068</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;i've used d same code but still it is not comin....&amp;amp; also values of eg.&lt;/P&gt;&lt;P&gt;posnr = 100 r gettin carry forward to d values of posnr = 200.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how shuold i proceed now???&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jan 2007 06:33:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-choices-in-d-input/m-p/1818338#M350068</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-22T06:33:31Z</dc:date>
    </item>
  </channel>
</rss>

