<?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 How to replicate parentheses using a view? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replicate-parentheses-using-a-view/m-p/4870156#M1138580</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 want to create a view, but I have some problem to replicate some concept that normally I use within SQL here in a R/3 system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created this view inside SE11:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CABN ATNAM LIKE '%_MOD' OR&lt;/P&gt;&lt;P&gt;CABN ATNAM LIKE 'SC4%_102' AND&lt;/P&gt;&lt;P&gt;CABN ATNAM NOT LIKE '%_MOD'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that I can't use the parentheses inside the transaction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the parentheses, I have to create something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CABN ATNAM LIKE '%_MOD' OR&lt;/P&gt;&lt;P&gt;(CABN ATNAM LIKE 'SC4%_102' AND&lt;/P&gt;&lt;P&gt;CABN ATNAM NOT LIKE '%_MOD')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea to solve this problem?&lt;/P&gt;&lt;P&gt;Thank you a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 26 Nov 2008 15:49:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-11-26T15:49:29Z</dc:date>
    <item>
      <title>How to replicate parentheses using a view?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replicate-parentheses-using-a-view/m-p/4870156#M1138580</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 want to create a view, but I have some problem to replicate some concept that normally I use within SQL here in a R/3 system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created this view inside SE11:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CABN ATNAM LIKE '%_MOD' OR&lt;/P&gt;&lt;P&gt;CABN ATNAM LIKE 'SC4%_102' AND&lt;/P&gt;&lt;P&gt;CABN ATNAM NOT LIKE '%_MOD'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is that I can't use the parentheses inside the transaction&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the parentheses, I have to create something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CABN ATNAM LIKE '%_MOD' OR&lt;/P&gt;&lt;P&gt;(CABN ATNAM LIKE 'SC4%_102' AND&lt;/P&gt;&lt;P&gt;CABN ATNAM NOT LIKE '%_MOD')&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any idea to solve this problem?&lt;/P&gt;&lt;P&gt;Thank you a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Nov 2008 15:49:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replicate-parentheses-using-a-view/m-p/4870156#M1138580</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-26T15:49:29Z</dc:date>
    </item>
    <item>
      <title>Re: How to replicate parentheses using a view?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replicate-parentheses-using-a-view/m-p/4870157#M1138581</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;PRE&gt;&lt;CODE&gt;CABN ATNAM LIKE '%_MOD' OR  " 1
CABN ATNAM LIKE 'SC4%_102' AND  CABN ATNAM NOT LIKE '%_MOD'  " 2&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create one view with first condition and then use created view in another&lt;/P&gt;&lt;P&gt;view with second conditions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Nov 2008 13:40:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-replicate-parentheses-using-a-view/m-p/4870157#M1138581</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-11-28T13:40:27Z</dc:date>
    </item>
  </channel>
</rss>

