<?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: System Error During Insert (Table KNMT SUBRC 4) in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-error-during-insert-table-knmt-subrc-4/m-p/8418938#M1646429</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The issue was that i was calling the function module RV_CUSTOMER_MATERIAL_UPDATE using an RFC.(ABAP Proxy) For some reason, while using an RFC, there is some issue with this function module and the database commit .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had to recode using BDC (for transaction vd51) approach for creating a record in KNMT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks All,&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Mz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Dec 2011 08:15:21 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-12-13T08:15:21Z</dc:date>
    <item>
      <title>System Error During Insert (Table KNMT SUBRC 4)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-error-during-insert-table-knmt-subrc-4/m-p/8418936#M1646427</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 am getting a peculiar error when i try to update KNMT table using the FM RV_CUSTOMER_MATERIAL_UPDATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i run it directly in debug mode, entries are getting created perfectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But when i run it through RFC, before the FM is executed itself, during validation, i am getting an error in the message queue stating "System Error During Insert (Table KNMT SUBRC 4).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I cheked that KNMT table is empty. Also i had deleted all entries using the standard transaction VD52.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found that there is a certain FM RV_CUSTOMER_MATERIAL_UPDATE_C which is described as Posting program for customer-material info (CALL mode).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But i am not sure what this does. I cannot view the documentation in my system and also this FM does not have any parameters.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly let me know if anyone has encountered an error like this... Please let me know of any suggestions for resolution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Mz&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S : The Functionality seems to work intermittently... though not when i want it. &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Mazin Mahmood on Dec 8, 2011 9:09 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2011 03:38:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-error-during-insert-table-knmt-subrc-4/m-p/8418936#M1646427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-08T03:38:47Z</dc:date>
    </item>
    <item>
      <title>Re: System Error During Insert (Table KNMT SUBRC 4)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-error-during-insert-table-knmt-subrc-4/m-p/8418937#M1646428</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 faced same situation but for some other update program.&lt;/P&gt;&lt;P&gt;I Just logged off my system and tried the update again and it was working fine.&lt;/P&gt;&lt;P&gt;Please try i think this may help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ganesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Dec 2011 03:58:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-error-during-insert-table-knmt-subrc-4/m-p/8418937#M1646428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-08T03:58:12Z</dc:date>
    </item>
    <item>
      <title>Re: System Error During Insert (Table KNMT SUBRC 4)</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/system-error-during-insert-table-knmt-subrc-4/m-p/8418938#M1646429</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;The issue was that i was calling the function module RV_CUSTOMER_MATERIAL_UPDATE using an RFC.(ABAP Proxy) For some reason, while using an RFC, there is some issue with this function module and the database commit .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I had to recode using BDC (for transaction vd51) approach for creating a record in KNMT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks All,&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Mz&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Dec 2011 08:15:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/system-error-during-insert-table-knmt-subrc-4/m-p/8418938#M1646429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-12-13T08:15:21Z</dc:date>
    </item>
  </channel>
</rss>

