<?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 DUMP with Bapis in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-with-bapis/m-p/1887076#M371979</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to all! this time im having a serious problem...the situation is like this:&lt;/P&gt;&lt;P&gt;I have severals bapis chained.&lt;/P&gt;&lt;P&gt;1- CALL FUNCTION 'BAPI_SALESORDER_CREATEFROMDAT2'&lt;/P&gt;&lt;P&gt;2- CALL FUNCTION 'BAPI_SALESORDER_CHANGE'&lt;/P&gt;&lt;P&gt;3- CALL FUNCTION 'BAPI_BILLINGDOC_CREATEMULTIPLE'&lt;/P&gt;&lt;P&gt;4- CALL FUNCTION 'BAPI_PO_CREATE1'&lt;/P&gt;&lt;P&gt;5- CALL FUNCTION 'BAPI_GOODSMVT_CREATE'&lt;/P&gt;&lt;P&gt;6- CALL FUNCTION 'BAPI_PO_CREATE1'&lt;/P&gt;&lt;P&gt;7- CALL FUNCTION 'BAPI_GOODSMVT_CREATE'&lt;/P&gt;&lt;P&gt;8- CALL FUNCTION 'BAPI_GOODSMVT_CREATE'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i put some &lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;breaks&lt;/P&gt; between the Bapis the process finishes well!!!, but if i clear the breaks a DUMP appeared.&lt;BR /&gt;The dump is:&lt;BR /&gt;&lt;BR /&gt;&lt;U&gt;&lt;B&gt;Txt.brv.&lt;/B&gt;&lt;/U&gt; &lt;BR /&gt;Exception condition "FAILURE" raised. &lt;BR /&gt;&lt;U&gt;&lt;B&gt;¿what had happened?&lt;/B&gt;&lt;/U&gt; &lt;BR /&gt;The current ABAP/4 program encountered an unexpected &lt;BR /&gt; situation. &lt;BR /&gt;&lt;U&gt;&lt;B&gt;Errors&lt;/B&gt;&lt;/U&gt; &lt;BR /&gt;A RAISE statement in the program "CL_HANDLE_MANAGER_MM==========CP" raised the &lt;BR /&gt; exception &lt;BR /&gt;condition "FAILURE". &lt;BR /&gt;Since the exception was not intercepted by a superior program &lt;BR /&gt; in the hierarchy, processing was terminated. &lt;BR /&gt;Short description of exception condition: &lt;BR /&gt;For detailed documentation of the exception condition, use &lt;BR /&gt; Transaction SE37 (Function Library). You can take the called &lt;BR /&gt; function module from the display of active calls. &lt;BR /&gt; - &lt;BR /&gt;&lt;U&gt;&lt;B&gt;&lt;P&gt;&lt;BR /&gt;Error Position&lt;/P&gt;&lt;/B&gt;&lt;/U&gt; &lt;BR /&gt; Programa CL_HANDLE_MANAGER_MM==========CP &lt;BR /&gt; Include CL_HANDLE_MANAGER_MM==========CM005 &lt;BR /&gt; Línea 13 &lt;BR /&gt; Tp.módulo (METHOD) &lt;BR /&gt; Nombre módulo GET &lt;BR /&gt;&lt;U&gt;&lt;B&gt;Source code detail&lt;/B&gt;&lt;/U&gt; &lt;BR /&gt;Línea Cód.fte. &lt;BR /&gt;1 &lt;BR /&gt;2 METHOD get. &lt;BR /&gt;3 &lt;BR /&gt;4 IF my_manager is initial. &lt;BR /&gt; 5 CALL METHOD get_manager. &lt;BR /&gt; 6 ENDIF. &lt;BR /&gt;7 &lt;BR /&gt;8 CALL METHOD my_manager-&amp;gt;search EXPORTING im_id = im_id &lt;BR /&gt; 9 IMPORTING ex_handle = ex_handle &lt;BR /&gt; 10 EXCEPTIONS failure = 01. &lt;BR /&gt; 11 &lt;BR /&gt;12 IF sy-subrc ne 0. &lt;BR /&gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;     RAISE failure.                                                                                &lt;P&gt;&lt;/P&gt;&lt;P&gt;14   ENDIF.                                                                                &lt;/P&gt;&lt;P&gt;15                                                                                &lt;/P&gt;&lt;P&gt;16 ENDMETHOD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;well, as usual, i promise rewarded points for help!&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 Jan 2007 13:40:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-01-30T13:40:38Z</dc:date>
    <item>
      <title>DUMP with Bapis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-with-bapis/m-p/1887076#M371979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to all! this time im having a serious problem...the situation is like this:&lt;/P&gt;&lt;P&gt;I have severals bapis chained.&lt;/P&gt;&lt;P&gt;1- CALL FUNCTION 'BAPI_SALESORDER_CREATEFROMDAT2'&lt;/P&gt;&lt;P&gt;2- CALL FUNCTION 'BAPI_SALESORDER_CHANGE'&lt;/P&gt;&lt;P&gt;3- CALL FUNCTION 'BAPI_BILLINGDOC_CREATEMULTIPLE'&lt;/P&gt;&lt;P&gt;4- CALL FUNCTION 'BAPI_PO_CREATE1'&lt;/P&gt;&lt;P&gt;5- CALL FUNCTION 'BAPI_GOODSMVT_CREATE'&lt;/P&gt;&lt;P&gt;6- CALL FUNCTION 'BAPI_PO_CREATE1'&lt;/P&gt;&lt;P&gt;7- CALL FUNCTION 'BAPI_GOODSMVT_CREATE'&lt;/P&gt;&lt;P&gt;8- CALL FUNCTION 'BAPI_GOODSMVT_CREATE'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If i put some &lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;breaks&lt;/P&gt; between the Bapis the process finishes well!!!, but if i clear the breaks a DUMP appeared.&lt;BR /&gt;The dump is:&lt;BR /&gt;&lt;BR /&gt;&lt;U&gt;&lt;B&gt;Txt.brv.&lt;/B&gt;&lt;/U&gt; &lt;BR /&gt;Exception condition "FAILURE" raised. &lt;BR /&gt;&lt;U&gt;&lt;B&gt;¿what had happened?&lt;/B&gt;&lt;/U&gt; &lt;BR /&gt;The current ABAP/4 program encountered an unexpected &lt;BR /&gt; situation. &lt;BR /&gt;&lt;U&gt;&lt;B&gt;Errors&lt;/B&gt;&lt;/U&gt; &lt;BR /&gt;A RAISE statement in the program "CL_HANDLE_MANAGER_MM==========CP" raised the &lt;BR /&gt; exception &lt;BR /&gt;condition "FAILURE". &lt;BR /&gt;Since the exception was not intercepted by a superior program &lt;BR /&gt; in the hierarchy, processing was terminated. &lt;BR /&gt;Short description of exception condition: &lt;BR /&gt;For detailed documentation of the exception condition, use &lt;BR /&gt; Transaction SE37 (Function Library). You can take the called &lt;BR /&gt; function module from the display of active calls. &lt;BR /&gt; - &lt;BR /&gt;&lt;U&gt;&lt;B&gt;&lt;P&gt;&lt;BR /&gt;Error Position&lt;/P&gt;&lt;/B&gt;&lt;/U&gt; &lt;BR /&gt; Programa CL_HANDLE_MANAGER_MM==========CP &lt;BR /&gt; Include CL_HANDLE_MANAGER_MM==========CM005 &lt;BR /&gt; Línea 13 &lt;BR /&gt; Tp.módulo (METHOD) &lt;BR /&gt; Nombre módulo GET &lt;BR /&gt;&lt;U&gt;&lt;B&gt;Source code detail&lt;/B&gt;&lt;/U&gt; &lt;BR /&gt;Línea Cód.fte. &lt;BR /&gt;1 &lt;BR /&gt;2 METHOD get. &lt;BR /&gt;3 &lt;BR /&gt;4 IF my_manager is initial. &lt;BR /&gt; 5 CALL METHOD get_manager. &lt;BR /&gt; 6 ENDIF. &lt;BR /&gt;7 &lt;BR /&gt;8 CALL METHOD my_manager-&amp;gt;search EXPORTING im_id = im_id &lt;BR /&gt; 9 IMPORTING ex_handle = ex_handle &lt;BR /&gt; 10 EXCEPTIONS failure = 01. &lt;BR /&gt; 11 &lt;BR /&gt;12 IF sy-subrc ne 0. &lt;BR /&gt; &amp;gt;&amp;gt;&amp;gt;&amp;gt;&amp;gt;     RAISE failure.                                                                                &lt;P&gt;&lt;/P&gt;&lt;P&gt;14   ENDIF.                                                                                &lt;/P&gt;&lt;P&gt;15                                                                                &lt;/P&gt;&lt;P&gt;16 ENDMETHOD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;well, as usual, i promise rewarded points for help!&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 13:40:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-with-bapis/m-p/1887076#M371979</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-30T13:40:38Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP with Bapis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-with-bapis/m-p/1887077#M371980</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try to use this Bapi in between every Bapi you have used.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Call Function 'Bapi_Transaction_commit'&lt;/P&gt;&lt;P&gt;exporting&lt;/P&gt;&lt;P&gt; wait = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 13:52:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-with-bapis/m-p/1887077#M371980</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-30T13:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP with Bapis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-with-bapis/m-p/1887078#M371981</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Andrew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check weather the Exception reaised in program is defined in BAPI or not. This dump is showing xception raise problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ashven&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 13:53:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-with-bapis/m-p/1887078#M371981</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-30T13:53:43Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP with Bapis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-with-bapis/m-p/1887079#M371982</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;Can you pls paste the whole of the shortdump details for better understanding ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;- Atul&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 14:51:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-with-bapis/m-p/1887079#M371982</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-30T14:51:36Z</dc:date>
    </item>
    <item>
      <title>Re: DUMP with Bapis</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dump-with-bapis/m-p/1887080#M371983</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Serialization of BAPIs would have an issue with database update times. I mean, if the load on your system is high, the actual commit-work may not have happened, even if you called the bapi-transaction-commit! we have faced this issue often, and always resolved it by trying to enqueue the object and dequeue it each time we plan to use it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check if your code works in debug-mode, where the execution will be much slower than real-time scenarios. If so, my point above is quite definitely the problem you're facing.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Jan 2007 15:05:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dump-with-bapis/m-p/1887080#M371983</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-01-30T15:05:13Z</dc:date>
    </item>
  </channel>
</rss>

