<?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 problem in query in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-query/m-p/4445673#M1054441</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;we have developed a Module pool program, that program is working fine in QA, but it is going to dump in Production. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can someone tell what is the problem, the message which was given in dump  is -&amp;gt; "The field &lt;STRONG&gt;"T_KONV" is unknown, but there is a field with the similar name "KONV" . . . ."&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is showing error on " &lt;STRONG&gt;INTO TABLE t_konv&lt;/STRONG&gt; " but t_konv is declared which evident that it is working in QA properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECT     knumv
            kwert
             FROM konv
            INTO TABLE t_konv
             FOR ALL ENTRIES IN t_zcform
             WHERE knumv = t_zcform-knumv
             and KSCHL = 'ZTOT'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajnesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 10 Sep 2008 12:46:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-10T12:46:58Z</dc:date>
    <item>
      <title>problem in query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-query/m-p/4445673#M1054441</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;we have developed a Module pool program, that program is working fine in QA, but it is going to dump in Production. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can someone tell what is the problem, the message which was given in dump  is -&amp;gt; "The field &lt;STRONG&gt;"T_KONV" is unknown, but there is a field with the similar name "KONV" . . . ."&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is showing error on " &lt;STRONG&gt;INTO TABLE t_konv&lt;/STRONG&gt; " but t_konv is declared which evident that it is working in QA properly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECT     knumv
            kwert
             FROM konv
            INTO TABLE t_konv
             FOR ALL ENTRIES IN t_zcform
             WHERE knumv = t_zcform-knumv
             and KSCHL = 'ZTOT'.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Rajnesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2008 12:46:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-query/m-p/4445673#M1054441</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-10T12:46:58Z</dc:date>
    </item>
    <item>
      <title>Re: problem in query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-query/m-p/4445674#M1054442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Most likely you are missing one of you transports in production. The declaration of t_konv might be in a different transport than the select.&lt;/P&gt;&lt;P&gt;Can you navigate to the declaration in production by doubleclicking?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Easiest solution might be to add the whole pool to a new transport (by rightclicking it in SE80)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt; Andre&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 10 Sep 2008 13:41:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-query/m-p/4445674#M1054442</guid>
      <dc:creator>andre_kster</dc:creator>
      <dc:date>2008-09-10T13:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: problem in query</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-query/m-p/4445675#M1054443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Andre&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you just hit the nail on Head.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the problem is solved&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks and Regards &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rajnesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Sep 2008 06:20:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-query/m-p/4445675#M1054443</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-11T06:20:05Z</dc:date>
    </item>
  </channel>
</rss>

