<?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 while saving a Sales Order in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-while-saving-a-sales-order/m-p/3587065#M863653</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;Follow these steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put the Break point in the select query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally in the field (t681-kotab) there will be A tables or S Tables. For Example A020,A907,S706,S724&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u need to give the contents of where conditions to the (t681-kotab) field .. that is data to the A tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something is something or some data is not there .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thats why it is going for Dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; .&lt;/P&gt;&lt;P&gt;Try &amp;amp; let us knw,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewad Points if it is Useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manjunath MS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 17 Mar 2008 07:14:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-17T07:14:10Z</dc:date>
    <item>
      <title>RunTime Error while saving a Sales Order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-while-saving-a-sales-order/m-p/3587062#M863650</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;When i am saving a Sales Order, the system is throwing a Runtime Error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The ABAP Code in the Runtime Error screen as follows.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          select * from (t681-kotab) appending table &amp;lt;cond_tab&amp;gt;&lt;/P&gt;&lt;P&gt;                 up to 1 rows&lt;/P&gt;&lt;P&gt;                 where kappl  = se_kappl&lt;/P&gt;&lt;P&gt;                 and   kschl  = se_kschl&lt;/P&gt;&lt;P&gt;                 and   datbi &amp;gt;= se_date&lt;/P&gt;&lt;P&gt;                 and   datab &amp;lt;= se_date&lt;/P&gt;&lt;P&gt;                 and   (coding_tab).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Till these days, there was no such error while saving a Sales Order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How to resolve this issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Pavan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 07:01:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-while-saving-a-sales-order/m-p/3587062#M863650</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-17T07:01:09Z</dc:date>
    </item>
    <item>
      <title>Re: RunTime Error while saving a Sales Order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-while-saving-a-sales-order/m-p/3587063#M863651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;select * from t681 appending table &amp;lt;cond_tab&amp;gt;&lt;/P&gt;&lt;P&gt;up to 1 rows&lt;/P&gt;&lt;P&gt;where kappl = se_kappl&lt;/P&gt;&lt;P&gt;and kschl = se_kschl&lt;/P&gt;&lt;P&gt;and datbi &amp;gt;= se_date&lt;/P&gt;&lt;P&gt;and datab &amp;lt;= se_date&lt;/P&gt;&lt;P&gt;and (coding_tab).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if condition_tab has same strucutre as t681, the above code will work..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;otherwise, instead of select *, explicitly list field names&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 07:04:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-while-saving-a-sales-order/m-p/3587063#M863651</guid>
      <dc:creator>former_member188827</dc:creator>
      <dc:date>2008-03-17T07:04:46Z</dc:date>
    </item>
    <item>
      <title>Re: RunTime Error while saving a Sales Order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-while-saving-a-sales-order/m-p/3587064#M863652</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I haven't written any ABAP code for VA01 Transaction.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While saving a Sales Order, Runtime error is getting displayed with the ABAP code which is a standard SAP code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 07:14:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-while-saving-a-sales-order/m-p/3587064#M863652</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-17T07:14:07Z</dc:date>
    </item>
    <item>
      <title>Re: RunTime Error while saving a Sales Order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-while-saving-a-sales-order/m-p/3587065#M863653</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;Follow these steps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Put the Break point in the select query.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Normally in the field (t681-kotab) there will be A tables or S Tables. For Example A020,A907,S706,S724&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u need to give the contents of where conditions to the (t681-kotab) field .. that is data to the A tables.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Something is something or some data is not there .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thats why it is going for Dump.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; .&lt;/P&gt;&lt;P&gt;Try &amp;amp; let us knw,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rewad Points if it is Useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Manjunath MS&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 07:14:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-while-saving-a-sales-order/m-p/3587065#M863653</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-17T07:14:10Z</dc:date>
    </item>
    <item>
      <title>Re: RunTime Error while saving a Sales Order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-while-saving-a-sales-order/m-p/3587066#M863654</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;&lt;/P&gt;&lt;P&gt;The below piece of code is trying to get the contents of the table mentioned in T681-KOTAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
select * from (t681-kotab) appending table &amp;lt;cond_tab&amp;gt;
up to 1 rows
where kappl = se_kappl
and kschl = se_kschl
and datbi &amp;gt;= se_date
and datab &amp;lt;= se_date
and (coding_tab).
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The reason could be is someone has screwed up the entries in T681 table. Check that out.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to put a break point on this SELECT query and see what the value of T681-KOTAB holds before the SELECT query. Check whether such a table entry exists in DB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you are still stuck up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you can send me the ST22 dump of the run time error, i might be able to help you more  on this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Balaji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Mar 2008 07:31:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-while-saving-a-sales-order/m-p/3587066#M863654</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-17T07:31:56Z</dc:date>
    </item>
  </channel>
</rss>

