<?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: ABAP QUERY in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query/m-p/3848222#M925209</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi abapuser,&lt;/P&gt;&lt;P&gt;                   Thanks for your quick reply.&lt;/P&gt;&lt;P&gt;Yes, I have added the field indicator on the selection screen.&lt;/P&gt;&lt;P&gt;But, I want to know where can I write the condition :&lt;/P&gt;&lt;P&gt;if indicator = 'N'.&lt;/P&gt;&lt;P&gt;   ...............................&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In  "SQ02", there would be some place where i can write the above condition so that the output is trigerred only for those particular records. If possible, please do let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tejas Savla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 12 May 2008 09:56:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-05-12T09:56:55Z</dc:date>
    <item>
      <title>ABAP QUERY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query/m-p/3848219#M925206</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 a developed ABAP Query by the name "YCOPM_Bill_PUR".&lt;/P&gt;&lt;P&gt;In this query, I have an additional field "indicator". For this field, there is some code written, wherein either of the values "N" or "O" are assigned to this "indiactor" field. Now, the query should generate the output, only when indicator = N i.e. only those records should be displayed in the output for which the indicator field has value 'N'. &lt;/P&gt;&lt;P&gt;Records having indicator field value as "O", should not be displayed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to know the place where I can write this condition and keep a control on the records displayed in the output.&lt;/P&gt;&lt;P&gt;Currently, the query output displays all records (irrespective of whether indicator = 'N' or 'O').&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me out. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Tejas Savla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 09:41:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query/m-p/3848219#M925206</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-12T09:41:38Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP QUERY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query/m-p/3848220#M925207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the simplest way to achieve dis is to use dis indicator field in selection sceen and hence when 'N' is given as selection criteria only dose records will be selected..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 09:46:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query/m-p/3848220#M925207</guid>
      <dc:creator>former_member188827</dc:creator>
      <dc:date>2008-05-12T09:46:35Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP QUERY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query/m-p/3848221#M925208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;also u can make use of filters&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 09:48:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query/m-p/3848221#M925208</guid>
      <dc:creator>former_member188827</dc:creator>
      <dc:date>2008-05-12T09:48:04Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP QUERY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query/m-p/3848222#M925209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi abapuser,&lt;/P&gt;&lt;P&gt;                   Thanks for your quick reply.&lt;/P&gt;&lt;P&gt;Yes, I have added the field indicator on the selection screen.&lt;/P&gt;&lt;P&gt;But, I want to know where can I write the condition :&lt;/P&gt;&lt;P&gt;if indicator = 'N'.&lt;/P&gt;&lt;P&gt;   ...............................&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In  "SQ02", there would be some place where i can write the above condition so that the output is trigerred only for those particular records. If possible, please do let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tejas Savla&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2008 09:56:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-query/m-p/3848222#M925209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-12T09:56:55Z</dc:date>
    </item>
  </channel>
</rss>

