<?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: Error while saving the Sales Order in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-saving-the-sales-order/m-p/2756465#M641479</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Abhinav,&lt;/P&gt;&lt;P&gt;   Please provide some more details. You can see the exact place where the dump has occurred when you execute the ABAP debugger button on the left hand top.&lt;/P&gt;&lt;P&gt;   And also see the error text.....&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;Adithya K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 12 Sep 2007 21:48:53 GMT</pubDate>
    <dc:creator>former_member186078</dc:creator>
    <dc:date>2007-09-12T21:48:53Z</dc:date>
    <item>
      <title>Error while saving the Sales Order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-saving-the-sales-order/m-p/2756464#M641478</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;    i am getting a runtime error while saving a sales order stating: SAPSQL_EMPTY_TABNAME. It says the field T681-KOTAB could be empty. I would give in more inputs. Someone plz help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 21:12:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-saving-the-sales-order/m-p/2756464#M641478</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-12T21:12:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error while saving the Sales Order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-saving-the-sales-order/m-p/2756465#M641479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Abhinav,&lt;/P&gt;&lt;P&gt;   Please provide some more details. You can see the exact place where the dump has occurred when you execute the ABAP debugger button on the left hand top.&lt;/P&gt;&lt;P&gt;   And also see the error text.....&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;Adithya K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 21:48:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-saving-the-sales-order/m-p/2756465#M641479</guid>
      <dc:creator>former_member186078</dc:creator>
      <dc:date>2007-09-12T21:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Error while saving the Sales Order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-saving-the-sales-order/m-p/2756466#M641480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is this from the standard SAP transaction?&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, 12 Sep 2007 21:57:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-saving-the-sales-order/m-p/2756466#M641480</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-12T21:57:41Z</dc:date>
    </item>
    <item>
      <title>Re: Error while saving the Sales Order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-saving-the-sales-order/m-p/2756467#M641481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If this is a standard SAP transaction, this error would probably be indicative of a configuration error related to condition set up, the programming for which involves a lot of soft-coding that relies on the configuration set up.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example, Function module SD_COND_ACCESS in Include LV61ZU01 has code that could be suspect in this connection since T681-KOTAB is used in the from clause in numerous selects in this function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select xxx from (T681-KOTAB) where xxx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error you are getting would occur in such a case if KOTAB were blank.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see &lt;A href="http://www.s001.org/ABAP-Hlp/abapfrom_clause.htm" target="test_blank"&gt;http://www.s001.org/ABAP-Hlp/abapfrom_clause.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and search on SAPSQL_EMPTY_TABNAME&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would not be surprised if the error was occuring in this function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Brian Sammond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 12 Sep 2007 22:32:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-saving-the-sales-order/m-p/2756467#M641481</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-12T22:32:36Z</dc:date>
    </item>
    <item>
      <title>Re: Error while saving the Sales Order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-saving-the-sales-order/m-p/2756468#M641482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks a lot for the reply Brian. Yes u r right.The trigger location for the exception is as follows:&lt;/P&gt;&lt;P&gt;          program: SAPLV61Z&lt;/P&gt;&lt;P&gt;          include: LV61ZU01&lt;/P&gt;&lt;P&gt;          Row: 672&lt;/P&gt;&lt;P&gt;          module name: SEL_KONDTAB&lt;/P&gt;&lt;P&gt;          &lt;/P&gt;&lt;P&gt;This is where the error is in the standard SAP code:&lt;/P&gt;&lt;P&gt;if se_read_all_prestep is initial.&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;          h_subrc = sy-subrc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;actually SAP got back to us abt this saying that there is some config issue with the access sequence, condition table in pricing for free goods&lt;/P&gt;&lt;P&gt;Could u provide any more help?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 00:22:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-saving-the-sales-order/m-p/2756468#M641482</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T00:22:13Z</dc:date>
    </item>
    <item>
      <title>Re: Error while saving the Sales Order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-saving-the-sales-order/m-p/2756469#M641483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks Rob. Yes, i have replied in the thread. Can u go thru it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 00:24:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-saving-the-sales-order/m-p/2756469#M641483</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T00:24:21Z</dc:date>
    </item>
    <item>
      <title>Re: Error while saving the Sales Order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-saving-the-sales-order/m-p/2756470#M641484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is an error in a standard SAP transaction. I don't see any notes, so I think your best option is to open a message to OSS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 13:30:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-saving-the-sales-order/m-p/2756470#M641484</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T13:30:31Z</dc:date>
    </item>
    <item>
      <title>Re: Error while saving the Sales Order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-saving-the-sales-order/m-p/2756471#M641485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Actually SAP got back to me saying that this short dump could be due to inconsistencies in your access sequences and condition tables. Do you have any good document on pricing procedure for free goods.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 14:01:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-saving-the-sales-order/m-p/2756471#M641485</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T14:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error while saving the Sales Order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-saving-the-sales-order/m-p/2756472#M641486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Better talk to your functional consultant.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 14:23:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-saving-the-sales-order/m-p/2756472#M641486</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T14:23:48Z</dc:date>
    </item>
    <item>
      <title>Re: Error while saving the Sales Order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-saving-the-sales-order/m-p/2756473#M641487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As Rob said, talk to your functional people.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is with the condition set up, and they are responsible for that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is a link to another recent thread regarding free goods that has some good links on free goods configuration etc, courtesy of SAP Help and Dasari Narendra who dug them up:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="4098006"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        Brian Sammond&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fixed wording&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 16:05:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-saving-the-sales-order/m-p/2756473#M641487</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T16:05:32Z</dc:date>
    </item>
    <item>
      <title>Re: Error while saving the Sales Order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-saving-the-sales-order/m-p/2756474#M641488</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;One other thing:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could, at the very least, look at table T681, and see what entries have a blank or invalid KOTAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The value in KOTAB for all entries should be a valid table name.   The tables should all exist in the ABAP dictionary.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If any of them are blank or not valid table names, that is the likely culprit.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use SE16 to look at the table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At least this might give you some information to help in discussing the matter with the functional people.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If none of them are blank or invalid, there is a problem elsewhere related to how SAP is choosing the T681 record to select.  This would point to a problem further up in the configuration.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Brian Sammond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 16:34:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-saving-the-sales-order/m-p/2756474#M641488</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T16:34:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error while saving the Sales Order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-saving-the-sales-order/m-p/2756475#M641489</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Brian. Actually i checked the entries for T681 table. For KOTABNR = 521, there is one blank entry in KOTAB. Also there is another entry for KOTABNR = 521 which is KOTAB = KOTN521. Now if 521 is the condition table, what is KOTN521?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 17:42:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-saving-the-sales-order/m-p/2756475#M641489</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T17:42:55Z</dc:date>
    </item>
    <item>
      <title>Re: Error while saving the Sales Order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-saving-the-sales-order/m-p/2756476#M641490</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would expect that KOTN521 would be a Database table defined in the ABAP Dictionary that relates to the condition implemented in 521 for the usage specified in that record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You should be able to go into the info system, SE84, and search under ABAP Dictionary / Database Tables to see what KOTN521 is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, since the only Keys to T681 are KVEWE and KOTABNR, and there are two KOTABNR entries with a value of 521, then there must be two different usages (KVEWE) associated with that table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you see what they are, you can check to see what the usages represent.   Based on a lookup, it appears that a usage of N is for Free Goods, A is for Pricing etc.   In our system, we only have A entries.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What are the usages for the 521 entries?  Do they relate to Free Goods/Pricing???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does the table KOTN521 exist in the ABAP Dictionary?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Answering these questions may get you closer to the answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you compare the values in these entries to what you have in different SIDs?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this problem happening in Production, or is it still in a development or Quality Assurance client?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is still in development or Q, then it may be that a recent customization change was made.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Compare the entries across your systems, if possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 18:09:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-saving-the-sales-order/m-p/2756476#M641490</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T18:09:03Z</dc:date>
    </item>
    <item>
      <title>Re: Error while saving the Sales Order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-saving-the-sales-order/m-p/2756477#M641491</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We are still in development. Actually it maybe due to a recent customization change. in SE16 when i look for T681 Entries by giving KOTABNR = 521, i get 3 entries for which KVEWE is A, G, N and KOTAB entry corresponding to KVEWE as G is blank. Meanwhile, SAP again got back to me suggesting to check customizing in v/05, v/06 and v/07. They sat that I need to delete the access which contains fields not in T681-KOTAB. Does this mean that i need to delete the KVEWE entry corresponding to 'G' for which KOTAB is blank in T681 table?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 19:00:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-saving-the-sales-order/m-p/2756477#M641491</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T19:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Error while saving the Sales Order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-saving-the-sales-order/m-p/2756478#M641492</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I would say that you should follow SAP's advice and maintain the configuration after consulting with the people responsible for configuration..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Removing the G entry would probably be a good idea, but you should check with your functional people first and review what changes are planned or in place, and why they are being made.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If they are doing customization, they should have documentation, functional specs, transports etc&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may even be able to check (if you are authorized) if such transports exist.  If the transports are not yet released, have them correct the configuration before the changes are released and moved up!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Brian&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 22:36:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-saving-the-sales-order/m-p/2756478#M641492</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T22:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: Error while saving the Sales Order</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-saving-the-sales-order/m-p/2756479#M641493</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brian,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     The issue is resolved. One of the tables under the 'G' (T681-VKEWE) usage value(listing/exclusion) was causing the dump. So, i deleted that table entry under that particular access sequence. Thanks again for all the help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 16 Sep 2007 16:16:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-saving-the-sales-order/m-p/2756479#M641493</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-16T16:16:10Z</dc:date>
    </item>
  </channel>
</rss>

