<?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: Short Dump in  PS  BAPI : BAPI_BUS2002_ACT_CREATE_MULTI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-in-ps-bapi-bapi-bus2002-act-create-multi/m-p/470319#M15106</link>
    <description>&lt;P&gt;Yes, after every BAPI_TRANSACTION_COMMIT , there is 'wait up to 1 Seconds' inside the loop, but problem is in this case the short dump is coming from the BAPI_PS_PRECOMMIT, so the Commit work &amp;amp; the 'wait up to 1 Seconds' statement is not triggering.&lt;/P&gt;</description>
    <pubDate>Fri, 14 Jul 2017 11:30:00 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2017-07-14T11:30:00Z</dc:date>
    <item>
      <title>Short Dump in  PS  BAPI : BAPI_BUS2002_ACT_CREATE_MULTI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-in-ps-bapi-bapi-bus2002-act-create-multi/m-p/470317#M15104</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;I'm trying to use the BAPI BAPI_BUS2002_ACT_CREATE_MULTI to create an Activity in a Network. I have a custom table, with many work order numbers,which will create the network with internal number ranges, and also create many activities in the network based on certain condition. This is a batch program.&lt;/P&gt;
  &lt;P&gt;The problem is, when I have an Error (few cases) in the creation of one Activity (the error returns at the return table of the BAPI_PS_PRECOMMIT ), the program finish with a short dump "ILLEGAL_TEMP_OBJNR" , but this is not happening all the time(the error is not coming during the debugging).&lt;/P&gt;
  &lt;P&gt;Can any body help me out.&lt;/P&gt;
  &lt;P&gt;Regards,&lt;/P&gt;
  &lt;P&gt;Sudipta&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jul 2017 06:07:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-in-ps-bapi-bapi-bus2002-act-create-multi/m-p/470317#M15104</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-07-13T06:07:01Z</dc:date>
    </item>
    <item>
      <title>Re: Short Dump in  PS  BAPI : BAPI_BUS2002_ACT_CREATE_MULTI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-in-ps-bapi-bapi-bus2002-act-create-multi/m-p/470318#M15105</link>
      <description>&lt;P&gt;Have you tried introducing wait statement in the loop?&lt;/P&gt;
  &lt;P&gt;Sathya&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2017 10:06:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-in-ps-bapi-bapi-bus2002-act-create-multi/m-p/470318#M15105</guid>
      <dc:creator>Sathya_Gunasekaran</dc:creator>
      <dc:date>2017-07-14T10:06:14Z</dc:date>
    </item>
    <item>
      <title>Re: Short Dump in  PS  BAPI : BAPI_BUS2002_ACT_CREATE_MULTI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-in-ps-bapi-bapi-bus2002-act-create-multi/m-p/470319#M15106</link>
      <description>&lt;P&gt;Yes, after every BAPI_TRANSACTION_COMMIT , there is 'wait up to 1 Seconds' inside the loop, but problem is in this case the short dump is coming from the BAPI_PS_PRECOMMIT, so the Commit work &amp;amp; the 'wait up to 1 Seconds' statement is not triggering.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2017 11:30:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-in-ps-bapi-bapi-bus2002-act-create-multi/m-p/470319#M15106</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-07-14T11:30:00Z</dc:date>
    </item>
    <item>
      <title>Re: Short Dump in  PS  BAPI : BAPI_BUS2002_ACT_CREATE_MULTI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-in-ps-bapi-bapi-bus2002-act-create-multi/m-p/470320#M15107</link>
      <description>&lt;P&gt;Could you try the following :&lt;/P&gt;
  &lt;UL&gt;
   &lt;LI&gt;See if &lt;A target="_blank" href="https://launchpad.support.sap.com/#/notes/1940255/E"&gt;SAP-KBA 1940255&lt;/A&gt; "Dump encountered on executing BAPI_PS_PRECOMMIT and performance bottleneck identified" applies?&lt;/LI&gt;
   &lt;LI&gt;If not : I saw a &lt;A target="_blank" href="https://archive.sap.com/discussions/thread/865661"&gt;previous Question&lt;/A&gt; that sounds quite the same. There, only solution was using another BAPI "BAPI_NETWORK_MAINTAIN" in conjunction with BAPI "BAPI_PS_PRECOMMIT" ...&lt;/LI&gt;
  &lt;/UL&gt;
  &lt;P&gt;&lt;BR /&gt;Hope these suggestions help you in solving the issue&lt;/P&gt;
  &lt;P&gt;Nic T.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Jul 2017 20:47:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-in-ps-bapi-bapi-bus2002-act-create-multi/m-p/470320#M15107</guid>
      <dc:creator>NTeunckens</dc:creator>
      <dc:date>2017-07-14T20:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: Short Dump in  PS  BAPI : BAPI_BUS2002_ACT_CREATE_MULTI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-in-ps-bapi-bapi-bus2002-act-create-multi/m-p/470321#M15108</link>
      <description>&lt;P&gt;Dear Nic Teunckens,&lt;/P&gt;
  &lt;P&gt;Thanks for your reply.&lt;/P&gt;
  &lt;P&gt;The issue is that we are not getting error all the time, the issue "ILLEGAL_TEMP_OBJNR ("TM0000000696NV" " " " ") " is coming in an interval of 20-30 days, but on the very next day it issue is not coming. I've tried to replicate the issue many time during debugging but unable. As per my understanding the issue is not with BAPI : BAPI_BUS2002_ACT_CREATE_MULTI but with FM: BAPI_PS_PRECOMMIT.&lt;/P&gt;
  &lt;P&gt;As per ST22 : Termination occurred in the ABAP program "SAPLKKCK" - in "CO_OBJECT_SWITCH_NUMBER".&lt;/P&gt;
  &lt;P&gt;Which is basically called inside: BAPI_PS_PRECOMMIT -&amp;gt; CN2002_NETWORK_PRECOMMIT-&amp;gt; CO_ZV_ORDER_POST-&amp;gt; VB_CHECK_OPR_SEQ - &amp;gt; CO_BO_OPR_SEQ_VB_CHECK-&amp;gt; CK_F_CO_OBJECT_NUMBER_SWITCH-&amp;gt; CO_OBJECT_NUMBER_SWITCH -&amp;gt; KKCK_CO_OBJECT_NUMBER_SWITCH.&lt;/P&gt;
  &lt;P&gt;Regards,&lt;/P&gt;
  &lt;P&gt;Sudipta Chakraborty&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 09:32:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-in-ps-bapi-bapi-bus2002-act-create-multi/m-p/470321#M15108</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-07-17T09:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: Short Dump in  PS  BAPI : BAPI_BUS2002_ACT_CREATE_MULTI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-in-ps-bapi-bapi-bus2002-act-create-multi/m-p/470322#M15109</link>
      <description>&lt;P&gt;OK, can you evaluate the following SAP-KBA :&lt;/P&gt;
  &lt;UL&gt;
   &lt;LI&gt;&lt;A target="_blank" href="https://launchpad.support.sap.com/#/notes/777934"&gt;777934&lt;/A&gt; : "Short DUMP: ILLEGAL_TEMPORARY_OBJNR,when saving"&lt;/LI&gt;
   &lt;LI&gt;&lt;A target="_blank" href="https://launchpad.support.sap.com/#/notes/2104866/E"&gt;2104866&lt;/A&gt; : "CJV4: Termination with runtime error 'ILLEGAL_TEMPORARY_OBJNR' in subroutine CO_OBJECT_UPDATE_ON_DB"&lt;/LI&gt;
  &lt;/UL&gt;
  &lt;P&gt;&lt;BR /&gt;Check is the Oldest KBA is in your system as this should fix the issue ...&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jul 2017 19:16:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-in-ps-bapi-bapi-bus2002-act-create-multi/m-p/470322#M15109</guid>
      <dc:creator>NTeunckens</dc:creator>
      <dc:date>2017-07-17T19:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: Short Dump in  PS  BAPI : BAPI_BUS2002_ACT_CREATE_MULTI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-in-ps-bapi-bapi-bus2002-act-create-multi/m-p/470323#M15110</link>
      <description>&lt;P&gt;Hi, &lt;/P&gt;
  &lt;P&gt;I have gone through the above KBAs and these are already in our system as we using release 604(SP level- 16). Anyway thanks for your kind support.&lt;/P&gt;
  &lt;P&gt;Regards,&lt;BR /&gt;Sudipta&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jul 2017 06:15:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-in-ps-bapi-bapi-bus2002-act-create-multi/m-p/470323#M15110</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-07-18T06:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Short Dump in  PS  BAPI : BAPI_BUS2002_ACT_CREATE_MULTI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-in-ps-bapi-bapi-bus2002-act-create-multi/m-p/470324#M15111</link>
      <description>&lt;P&gt;Sorry to hear that didn't help ...&lt;/P&gt;
  &lt;P&gt;Any UserExits / BAdI's implemented that could interfere the use of the BAPI?&lt;/P&gt;
  &lt;P&gt;Maybe you can de-activate these in DEV and do a test?&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jul 2017 21:14:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-in-ps-bapi-bapi-bus2002-act-create-multi/m-p/470324#M15111</guid>
      <dc:creator>NTeunckens</dc:creator>
      <dc:date>2017-07-19T21:14:46Z</dc:date>
    </item>
    <item>
      <title>Re: Short Dump in  PS  BAPI : BAPI_BUS2002_ACT_CREATE_MULTI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-in-ps-bapi-bapi-bus2002-act-create-multi/m-p/470325#M15112</link>
      <description>&lt;P&gt;There is no such UserExits / BAdI implemented which can interrupt the process, and also the short dump "ILLEGAL_TEMP_OBJNR ("TM0000000696NV" " " " ") " from BAPI_PS_PRECOMMIT is not coming all the time. &lt;/P&gt;
  &lt;P&gt;Regards,&lt;/P&gt;
  &lt;P&gt;Sudipta&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jul 2017 07:17:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-in-ps-bapi-bapi-bus2002-act-create-multi/m-p/470325#M15112</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-07-20T07:17:00Z</dc:date>
    </item>
  </channel>
</rss>

