<?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: Issue while Using Table CKIS With MBEW in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-using-table-ckis-with-mbew/m-p/10123996#M1817441</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friend's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;issue was closed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard's,&lt;/P&gt;&lt;P&gt;shaikh khalid.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 24 Mar 2014 07:00:53 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-03-24T07:00:53Z</dc:date>
    <item>
      <title>Issue while Using Table CKIS With MBEW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-using-table-ckis-with-mbew/m-p/10123993#M1817438</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a 'Z' Report for MB51 some of table MBEW and CKIS but I showing error while I am doing Performance check and code inspector it showing error like this ( Large table CKIS: No first field of a table index in WHERE Condition) as well as I try to create a secondary index but after creation it showing index does not exist in database table with inactive status , the code which I wrote for this are shown below &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;SPAN class="L0S52"&gt;select kalnr kalka kadky bwvar werks matnr gpreis&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;from &lt;/SPAN&gt;ckis &lt;SPAN class="L0S52"&gt;into &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;table &lt;/SPAN&gt;tt_ckis&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;for &lt;/SPAN&gt;&lt;SPAN class="L0S52"&gt;all &lt;/SPAN&gt;entries &lt;SPAN class="L0S52"&gt;in &lt;/SPAN&gt;tt_mbew&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;where &lt;/SPAN&gt;kalnr = tt_mbew-kaln1&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;and&amp;nbsp; &lt;/SPAN&gt;kadky &lt;SPAN class="L0S52"&gt;in &lt;/SPAN&gt;so_budat&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;and&amp;nbsp; &lt;/SPAN&gt;werks = tt_mbew-bwkey&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;and&amp;nbsp; &lt;/SPAN&gt;matnr = tt_mbew-matnr.&lt;BR /&gt;&lt;BR /&gt;&amp;nbsp; &lt;SPAN class="L0S52"&gt;sort &lt;/SPAN&gt;tt_ckis &lt;SPAN class="L0S52"&gt;by &lt;/SPAN&gt;kadky.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt; I fetch data For mbew based on Matnr and Bwkey.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;I want all data from ckis based on kalnr and kadky.it showing error large table ckis..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Regard's,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;&lt;/SPAN&gt; &lt;/P&gt;&lt;P&gt;&lt;SPAN class="L0S52"&gt;Shaikh Ali.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Feb 2014 11:42:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-using-table-ckis-with-mbew/m-p/10123993#M1817438</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-28T11:42:57Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while Using Table CKIS With MBEW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-using-table-ckis-with-mbew/m-p/10123994#M1817439</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shaikh Ali,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you tried to activate and adjust&amp;nbsp; index in database using Se14?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If not please do it first.&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;Deependra&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Feb 2014 11:54:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-using-table-ckis-with-mbew/m-p/10123994#M1817439</guid>
      <dc:creator>deependra_shekhawat3</dc:creator>
      <dc:date>2014-02-28T11:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while Using Table CKIS With MBEW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-using-table-ckis-with-mbew/m-p/10123995#M1817440</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Deependra,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes I did now it got active.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just go through to my code and u will find that Both Table don't have matching P. Key.&lt;/P&gt;&lt;P&gt;like Ckis-Kalnr is P.Key and MBEW-Matnr is P.Key how would do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard's shaikh ali.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Feb 2014 12:13:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-using-table-ckis-with-mbew/m-p/10123995#M1817440</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-02-28T12:13:38Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while Using Table CKIS With MBEW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-using-table-ckis-with-mbew/m-p/10123996#M1817441</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi friend's&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;issue was closed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard's,&lt;/P&gt;&lt;P&gt;shaikh khalid.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 07:00:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-using-table-ckis-with-mbew/m-p/10123996#M1817441</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-24T07:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Issue while Using Table CKIS With MBEW</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-using-table-ckis-with-mbew/m-p/10123997#M1817442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;and how did you close it? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Mar 2014 08:42:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/issue-while-using-table-ckis-with-mbew/m-p/10123997#M1817442</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-24T08:42:00Z</dc:date>
    </item>
  </channel>
</rss>

