<?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: Regarding data retieval in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-data-retieval/m-p/2134191#M448859</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change the parameter to a SELECT-OPTIONS &lt;/P&gt;&lt;P&gt;Use No INTERVALS, NO EXTENSION to make it equivalent to parameter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also change the SELECT to have IN instead of EQ while using parameter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * from some_table&lt;/P&gt;&lt;P&gt;where lifsk IN s_lifsk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EG:&lt;/P&gt;&lt;P&gt;TABLES: MARA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS:&lt;/P&gt;&lt;P&gt;  S_MATNR FOR MARA-MATNR NO INTERVALS NO-EXTENSION.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 04 Apr 2007 12:42:01 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-04T12:42:01Z</dc:date>
    <item>
      <title>Regarding data retieval</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-data-retieval/m-p/2134188#M448856</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi dudes&lt;/P&gt;&lt;P&gt;   I am facing 1 peculiar problem when date retreving.&lt;/P&gt;&lt;P&gt;I have 1 parameter(p_lifsk) in the selection screen ( Delivery Block).&lt;/P&gt;&lt;P&gt;When i was given some value in the selection-screen i am getting the result properly.&lt;/P&gt;&lt;P&gt;While I was left as empty I am not getting the results properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In debugging for p_lifsk space is not recognizing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please suggest me the needful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sreeram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 12:31:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-data-retieval/m-p/2134188#M448856</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-04-04T12:31:20Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding data retieval</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-data-retieval/m-p/2134189#M448857</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 u left the empty means.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It will took all datas what u specified in the select query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Bala..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 12:33:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-data-retieval/m-p/2134189#M448857</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-04T12:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding data retieval</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-data-retieval/m-p/2134190#M448858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sree,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Change the parameter to a SELECT-OPTIONS &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and use an IN statement in your WHERE clause&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * from some_table&lt;/P&gt;&lt;P&gt;where lifsk IN s_lifsk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use some properties of the SELECT-OPTIONS to hide the HIGH value box as well - if you need to.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 12:36:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-data-retieval/m-p/2134190#M448858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-04T12:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding data retieval</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-data-retieval/m-p/2134191#M448859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Change the parameter to a SELECT-OPTIONS &lt;/P&gt;&lt;P&gt;Use No INTERVALS, NO EXTENSION to make it equivalent to parameter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also change the SELECT to have IN instead of EQ while using parameter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT * from some_table&lt;/P&gt;&lt;P&gt;where lifsk IN s_lifsk.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EG:&lt;/P&gt;&lt;P&gt;TABLES: MARA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS:&lt;/P&gt;&lt;P&gt;  S_MATNR FOR MARA-MATNR NO INTERVALS NO-EXTENSION.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Apr 2007 12:42:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-data-retieval/m-p/2134191#M448859</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-04T12:42:01Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding data retieval</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-data-retieval/m-p/2134192#M448860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;  It's Answered.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 23 May 2007 07:52:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-data-retieval/m-p/2134192#M448860</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-05-23T07:52:38Z</dc:date>
    </item>
  </channel>
</rss>

