<?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: Errors in view in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-view/m-p/5414929#M1243250</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know the selection.means if you want to get data for a specific material 'ABC' then u will give selection as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from mara into itap where matnr = 'ABC'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like above statement please let me know your selection statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Mar 2009 11:40:32 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-03-24T11:40:32Z</dc:date>
    <item>
      <title>Errors in view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-view/m-p/5414927#M1243248</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  my view is showing errors like, "Filed MSEG-MJAHR does not belomg to base table"&lt;/P&gt;&lt;P&gt;  I joined using the condition MSEG.MJHAR     =    EKBE.GJHAR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; and i have done the below selection &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  MSEG	MBLNR	EQ	                                      	OR&lt;/P&gt;&lt;P&gt;  MSEG	ZEILE	EQ	                                      	OR&lt;/P&gt;&lt;P&gt;  MSEG	MJAHR	EQ	                                      	OR&lt;/P&gt;&lt;P&gt;  MSEG	MATNR	EQ	                                      	OR&lt;/P&gt;&lt;P&gt;  MSEG	LIFNR	EQ	                                      	OR&lt;/P&gt;&lt;P&gt;  MSEG	EBELN	EQ	                                      	AND&lt;/P&gt;&lt;P&gt;  MSEG	EBELP		                                      &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  and getting error like 'OR links only permitted for the same field&lt;/P&gt;&lt;P&gt;                                 field MSEG-EBELP (Type conflict in selection condition)&lt;/P&gt;&lt;P&gt;                                 operator is not allowed in selection condition&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Please let me know what could be the problem and what needs to be changed.&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; sai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2009 07:27:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-view/m-p/5414927#M1243248</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-24T07:27:03Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-view/m-p/5414928#M1243249</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this case,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my view is showing errors like, "Filed MSEG-MJAHR does not belomg to base table"&lt;/P&gt;&lt;P&gt;I joined using the condition MSEG.MJHAR = EKBE.GJHAR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It expectes another base table which is referred by MSG-MJAHR and find that table and included in base table list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the follwong case ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MSEG MBLNR EQ OR&lt;/P&gt;&lt;P&gt;MSEG ZEILE EQ OR&lt;/P&gt;&lt;P&gt;MSEG MJAHR EQ OR&lt;/P&gt;&lt;P&gt;MSEG MATNR EQ OR&lt;/P&gt;&lt;P&gt;MSEG LIFNR EQ OR&lt;/P&gt;&lt;P&gt;MSEG EBELN EQ AND&lt;/P&gt;&lt;P&gt;MSEG EBELP .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you specify a select condition ,&lt;/P&gt;&lt;P&gt;the syntax is &lt;/P&gt;&lt;P&gt;Table   fielname   Operator Comparison value   AND/OR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In your aboove statement , you are not specifying any Comparison values after Operators.I think you mentioned AND/OR in place of  Comparison value filed.So, it gives error like " operator is not allowed in selection condition ". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope, it will help you correct errors.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Prasad GVK&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2009 09:13:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-view/m-p/5414928#M1243249</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-24T09:13:59Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-view/m-p/5414929#M1243250</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know the selection.means if you want to get data for a specific material 'ABC' then u will give selection as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select * from mara into itap where matnr = 'ABC'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;like above statement please let me know your selection statement.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Krishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2009 11:40:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-view/m-p/5414929#M1243250</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-24T11:40:32Z</dc:date>
    </item>
    <item>
      <title>Re: Errors in view</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-view/m-p/5414930#M1243251</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Put some condition values after the comparison operator &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Example &lt;/P&gt;&lt;P&gt;Select Single * From MSEG where mjahr EQ '2008' or &lt;/P&gt;&lt;P&gt;                                                   mblnr EQ wa_mkpf-mblnr and&lt;/P&gt;&lt;P&gt;                                                   bwart in ( '601','602' ) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;other wise press F1 to see the help documents &lt;/P&gt;&lt;P&gt;how to use and solve to error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds &lt;/P&gt;&lt;P&gt;sachhi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Sachhidananda Tripathy on Mar 24, 2009 2:58 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Mar 2009 13:57:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/errors-in-view/m-p/5414930#M1243251</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-03-24T13:57:36Z</dc:date>
    </item>
  </channel>
</rss>

