<?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 Short dump during BAPI call in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-during-bapi-call/m-p/1197358#M130059</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 using BAPI_PO_CREATE1 within my module programming. Whenever BAPI is executed for some scenarios it dumps though i verified that the internal tables passed to the BAPI still contain the right values. There is no exception handling for this BAPI &amp;amp; hence i only capture all the errors returned &amp;amp; handle them. But for cetain cases it dumps within the BAPI itself. I call BAPi two times one in test run &amp;amp; in the real mode. The test run doesnot dump but the real mode dumps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any kind of help is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 Jan 2006 22:05:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-01-17T22:05:31Z</dc:date>
    <item>
      <title>Short dump during BAPI call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-during-bapi-call/m-p/1197358#M130059</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 using BAPI_PO_CREATE1 within my module programming. Whenever BAPI is executed for some scenarios it dumps though i verified that the internal tables passed to the BAPI still contain the right values. There is no exception handling for this BAPI &amp;amp; hence i only capture all the errors returned &amp;amp; handle them. But for cetain cases it dumps within the BAPI itself. I call BAPi two times one in test run &amp;amp; in the real mode. The test run doesnot dump but the real mode dumps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any kind of help is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2006 22:05:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-during-bapi-call/m-p/1197358#M130059</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-17T22:05:31Z</dc:date>
    </item>
    <item>
      <title>Re: Short dump during BAPI call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-during-bapi-call/m-p/1197359#M130060</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you look at the dump analysis it will point out the place of dump. Can you tell us where is that? Also, do you have any piece of info in the error-analysis part?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2006 22:11:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-during-bapi-call/m-p/1197359#M130060</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-17T22:11:26Z</dc:date>
    </item>
    <item>
      <title>Re: Short dump during BAPI call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-during-bapi-call/m-p/1197360#M130061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The dump occured within the BAPI itself as shown below&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exception condition "FAILURE" raised.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A RAISE statement in the program "CL_HANDLE_MANAGER_MM==========CP" raised th&lt;/P&gt;&lt;P&gt; exception&lt;/P&gt;&lt;P&gt;condition "FAILURE".&lt;/P&gt;&lt;P&gt;Since the exception was not intercepted by a superior program&lt;/P&gt;&lt;P&gt;in the hierarchy, processing was terminated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Short description of exception condition:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For detailed documentation of the exception condition, use&lt;/P&gt;&lt;P&gt;Transaction SE37 (Function Library). You can take the called&lt;/P&gt;&lt;P&gt;function module from the display of active calls.&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Source code extract&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;000010&lt;/P&gt;&lt;P&gt;000020   METHOD get.&lt;/P&gt;&lt;P&gt;000030&lt;/P&gt;&lt;P&gt;000040     IF my_manager is initial.&lt;/P&gt;&lt;P&gt;000050       CALL METHOD get_manager.&lt;/P&gt;&lt;P&gt;000060     ENDIF.&lt;/P&gt;&lt;P&gt;000070&lt;/P&gt;&lt;P&gt;000080     CALL METHOD my_manager-&amp;gt;search EXPORTING im_id = im_id&lt;/P&gt;&lt;P&gt;000090                                    IMPORTING ex_handle = ex_handle&lt;/P&gt;&lt;P&gt;000100                                    EXCEPTIONS failure  = 01.&lt;/P&gt;&lt;P&gt;000110&lt;/P&gt;&lt;P&gt;000120     IF sy-subrc ne 0.&lt;/P&gt;&lt;P&gt;     &amp;gt;       RAISE failure.&lt;/P&gt;&lt;P&gt;000140     ENDIF.&lt;/P&gt;&lt;P&gt;000150&lt;/P&gt;&lt;P&gt;000160   ENDMETHOD.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2006 22:17:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-during-bapi-call/m-p/1197360#M130061</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-17T22:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Short dump during BAPI call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-during-bapi-call/m-p/1197361#M130062</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you explain what you meant by 'test run' and 'real mode? Do you mean SE37(test mode) and program(real mode)?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2006 22:25:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-during-bapi-call/m-p/1197361#M130062</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-17T22:25:31Z</dc:date>
    </item>
    <item>
      <title>Re: Short dump during BAPI call</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-during-bapi-call/m-p/1197362#M130063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Take a look at OSS note &amp;lt;b&amp;gt;799617&amp;lt;/b&amp;gt;. I think it is related to your problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jan 2006 22:41:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-during-bapi-call/m-p/1197362#M130063</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-17T22:41:52Z</dc:date>
    </item>
  </channel>
</rss>

