<?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: pls do the needful in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/pls-do-the-needful/m-p/2764871#M643809</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt; p_matnr &lt;/P&gt;&lt;P&gt;p_charg and&lt;/P&gt;&lt;P&gt;p_werks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are 3 values and not range...now when you give 3 values and use the 3 values in select statement USING AND OPERATOR THEN THIS MEANS THAT THE RECORD WITH THE 3 FIELDS EQUAL TO THE INPUT WILL ONLY GET SELECTED maybe the entered combination has no values in lips.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have you checked the dbtab with the following values?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;vivekanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 10 Sep 2007 06:41:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-10T06:41:22Z</dc:date>
    <item>
      <title>pls do the needful</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pls-do-the-needful/m-p/2764869#M643807</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 threee input parametres &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parametesr: p_matnr LIKE mara-matnr OBLIGATORY ,&lt;/P&gt;&lt;P&gt;               p_charg LIKE mchb-charg OBLIGATORY,&lt;/P&gt;&lt;P&gt;               p_werks LIKE marc-werks OBLIGATORY,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in input selection i am entering the values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;say  matnr  qm002&lt;/P&gt;&lt;P&gt;       batch  f4005&lt;/P&gt;&lt;P&gt;       plant 1101&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now what happens is&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i am declare &lt;/P&gt;&lt;P&gt;at selection screen on value request for p_matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now i am fetching the query and populating the data to internal table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;while fetching the data &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * FROM lips   INTO  CORRESPONDING FIELDS OF TABLE p_it_values&lt;/P&gt;&lt;P&gt;                                                  where werks = p_werks&lt;/P&gt;&lt;P&gt;                                                  AND matnr = p_matnr&lt;/P&gt;&lt;P&gt;                                                  AND charg = p_charg.&lt;/P&gt;&lt;P&gt;     &lt;/P&gt;&lt;P&gt;here the entries of p_matnr and p_charg and p_werks shows  no entries .&lt;/P&gt;&lt;P&gt;whiole i am giving input selection screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;how to solver that one &lt;/P&gt;&lt;P&gt;pls let me know it's urgent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;suma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2007 06:35:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pls-do-the-needful/m-p/2764869#M643807</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-10T06:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: pls do the needful</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pls-do-the-needful/m-p/2764870#M643808</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;remove the following statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(at selection screen on value request for p_matnr.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now write only the below code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * FROM lips INTO CORRESPONDING FIELDS OF TABLE p_it_values&lt;/P&gt;&lt;P&gt;where werks = p_werks&lt;/P&gt;&lt;P&gt;AND matnr = p_matnr&lt;/P&gt;&lt;P&gt;AND charg = p_charg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;nagaraj&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2007 06:39:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pls-do-the-needful/m-p/2764870#M643808</guid>
      <dc:creator>former_member404244</dc:creator>
      <dc:date>2007-09-10T06:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: pls do the needful</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pls-do-the-needful/m-p/2764871#M643809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;P&gt; p_matnr &lt;/P&gt;&lt;P&gt;p_charg and&lt;/P&gt;&lt;P&gt;p_werks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;are 3 values and not range...now when you give 3 values and use the 3 values in select statement USING AND OPERATOR THEN THIS MEANS THAT THE RECORD WITH THE 3 FIELDS EQUAL TO THE INPUT WILL ONLY GET SELECTED maybe the entered combination has no values in lips.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have you checked the dbtab with the following values?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;vivekanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2007 06:41:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pls-do-the-needful/m-p/2764871#M643809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-10T06:41:22Z</dc:date>
    </item>
    <item>
      <title>Re: pls do the needful</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pls-do-the-needful/m-p/2764872#M643810</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;yoU NEED TO WRITH THE SELECT STATEMENT FOR FETCHING DATA IN &lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REWARDS IF USEFUL,&lt;/P&gt;&lt;P&gt;REGARDS,&lt;/P&gt;&lt;P&gt;NAZEER&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2007 06:42:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pls-do-the-needful/m-p/2764872#M643810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-10T06:42:05Z</dc:date>
    </item>
    <item>
      <title>Re: pls do the needful</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pls-do-the-needful/m-p/2764873#M643811</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi &lt;/P&gt;&lt;P&gt;use this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * FROM lips INTO CORRESPONDING FIELDS OF TABLE p_it_values&lt;/P&gt;&lt;P&gt;where werks in p_werks&lt;/P&gt;&lt;P&gt;AND matnr in p_matnr&lt;/P&gt;&lt;P&gt;AND charg  in p_charg.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards &lt;/P&gt;&lt;P&gt;prajwala.k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2007 06:44:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pls-do-the-needful/m-p/2764873#M643811</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-10T06:44:07Z</dc:date>
    </item>
    <item>
      <title>Re: pls do the needful</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/pls-do-the-needful/m-p/2764874#M643812</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suma,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you are not clear with this "at selection screen on value request for p_matnr" - this event is used to provide f4 help for the parameter p_matnr only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you want to populate some internal tables based on your parameters, then you have to write those code in the event "START-OF-SELECTION".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So write the internal table filling code in the start-of-selection event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sheron&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2007 06:45:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/pls-do-the-needful/m-p/2764874#M643812</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-10T06:45:01Z</dc:date>
    </item>
  </channel>
</rss>

