<?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: Runtime Error(SAPSQL_INVALID_FIELDNAME) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-sapsql-invalid-fieldname/m-p/2875052#M674746</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi George,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you ever so much for your post. I developed a complicated pricing procedure with lot of unconventional fields. Because of this, I faced the above error. And with your help, I was able to resolve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm regards,&lt;/P&gt;&lt;P&gt;Sarat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 26 Feb 2012 11:22:09 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-02-26T11:22:09Z</dc:date>
    <item>
      <title>Runtime Error(SAPSQL_INVALID_FIELDNAME)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-sapsql-invalid-fieldname/m-p/2875046#M674740</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;P&gt;  I  am getting Dump error while i am trying to create Sales order for Perticular Company Code not for other company code theire there is no Dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="----------------------------------------------------------------------------------------------------------------------" /&gt;&lt;P&gt;Runtime Errors         SAPSQL_INVALID_FIELDNAME&lt;/P&gt;&lt;P&gt;Except.                CX_SY_DYNAMIC_OSQL_SEMANTICS&lt;/P&gt;&lt;P&gt;Date and Time          26.09.2007 09:08:20&lt;/P&gt;&lt;P&gt;Short dump has not been completely stored (too big)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Short text&lt;/P&gt;&lt;P&gt;     A dynamically specified column name is unknown.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; What happened?&lt;/P&gt;&lt;P&gt;     Error in the ABAP Application Program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     The current ABAP program "SAPLV61Z" had to be terminated because it has&lt;/P&gt;&lt;P&gt;     come across a statement that unfortunately cannot be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Error analysis&lt;/P&gt;&lt;P&gt;     An exception occurred that is explained in detail below.&lt;/P&gt;&lt;P&gt;     The exception, which is assigned to class 'CX_SY_DYNAMIC_OSQL_SEMANTICS', was&lt;/P&gt;&lt;P&gt;      not caught in&lt;/P&gt;&lt;P&gt;     procedure "SEL_KONDTAB" "(FORM)", nor was it propagated by a RAISING clause.&lt;/P&gt;&lt;P&gt;     Since the caller of the procedure could not have anticipated that the&lt;/P&gt;&lt;P&gt;     exception would occur, the current program is terminated.&lt;/P&gt;&lt;P&gt;     The reason for the exception is:&lt;/P&gt;&lt;P&gt;     An Open SQL clause was specified dynamically. The contained field name&lt;/P&gt;&lt;P&gt;     "VKORG" does not exist in any of the database tables from the FROM clause.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise how to solve this problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 03:48:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-sapsql-invalid-fieldname/m-p/2875046#M674740</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-26T03:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error(SAPSQL_INVALID_FIELDNAME)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-sapsql-invalid-fieldname/m-p/2875047#M674741</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;P&gt;   Tell your SD guys to check their pricing customizing assigned to the Sales Organization that you are trying to post the sales order and especially their condition tables. A condition table has been created with the key field VKORG but this has probably been removed later and something has not been activated. It is definitely a problem with a condition table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward please if it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;George&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        George Lioumis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 10:31:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-sapsql-invalid-fieldname/m-p/2875047#M674741</guid>
      <dc:creator>George_Lioumis</dc:creator>
      <dc:date>2007-09-26T10:31:22Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error(SAPSQL_INVALID_FIELDNAME)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-sapsql-invalid-fieldname/m-p/2875048#M674742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See if note 668658 helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 26 Sep 2007 13:18:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-sapsql-invalid-fieldname/m-p/2875048#M674742</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-26T13:18:37Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error(SAPSQL_INVALID_FIELDNAME)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-sapsql-invalid-fieldname/m-p/2875049#M674743</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;P&gt;This is something to do with pricing configuration.&lt;/P&gt;&lt;P&gt;Check with your functional consultant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Umesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 05:12:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-sapsql-invalid-fieldname/m-p/2875049#M674743</guid>
      <dc:creator>former_member154070</dc:creator>
      <dc:date>2007-09-27T05:12:25Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error(SAPSQL_INVALID_FIELDNAME)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-sapsql-invalid-fieldname/m-p/2875050#M674744</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Raghu,&lt;/P&gt;&lt;P&gt;Check whether the table is having the company code added in the value range...&lt;/P&gt;&lt;P&gt;or else please try to Adjust &amp;amp; Activate table for company code....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this may be useful...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;prashant&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 07:57:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-sapsql-invalid-fieldname/m-p/2875050#M674744</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T07:57:24Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error(SAPSQL_INVALID_FIELDNAME)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-sapsql-invalid-fieldname/m-p/2875051#M674745</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;P&gt; Thankyou very much for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here actually i am not getting this error w.r.t. Company code this for Sales organisation.But in other sales organisation its working fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One morething what ever Pricing procedure assigned to other sales organisation is same as all.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is no changes in Access seq.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Raghu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Sep 2007 11:28:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-sapsql-invalid-fieldname/m-p/2875051#M674745</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-27T11:28:05Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime Error(SAPSQL_INVALID_FIELDNAME)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-sapsql-invalid-fieldname/m-p/2875052#M674746</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi George,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you ever so much for your post. I developed a complicated pricing procedure with lot of unconventional fields. Because of this, I faced the above error. And with your help, I was able to resolve it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Warm regards,&lt;/P&gt;&lt;P&gt;Sarat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 26 Feb 2012 11:22:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-sapsql-invalid-fieldname/m-p/2875052#M674746</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-02-26T11:22:09Z</dc:date>
    </item>
  </channel>
</rss>

