<?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 while using BAPI_PO_CREATE1 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-while-using-bapi-po-create1/m-p/7202164#M1521412</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 the similar situation once , in my case when i passed the Delivery indicator value in the Item Table as well as Itemx Table , i was facing this error .&lt;/P&gt;&lt;P&gt;what  i suggest you is to pass it at the Item table only , not at the itemx Table. &lt;/P&gt;&lt;P&gt;it worked  for me .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this and reply for the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Aug 2010 12:42:29 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-08-13T12:42:29Z</dc:date>
    <item>
      <title>short dump while using BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-while-using-bapi-po-create1/m-p/7202162#M1521410</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 facing this short dump while executing my program that uses BAPI_PO_CREATE1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error is &lt;STRONG&gt;'Exception condition "failure" raised'.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The trigger location of runtime error is &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Program : CL_HANDLE_MANAGER_MM====================CP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Include:   CL_HANDLE_MANAGER_MM=====================CM005&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Module name:   GET&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;U&gt;Source code:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Method GET.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If my_manager is initial.&lt;/P&gt;&lt;P&gt;    Call method get_manager.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call method my_manager-&amp;gt; search EXporting im_id  = im_id&lt;/P&gt;&lt;P&gt;                                                        Importing ex_handle = ex_handle&lt;/P&gt;&lt;P&gt;                                                        Exceptions failure = 01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If sy-subrc &amp;lt;&amp;gt;0.&lt;/P&gt;&lt;P&gt;  raise failure.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am a beginner in ABAP. Plz help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2010 04:38:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-while-using-bapi-po-create1/m-p/7202162#M1521410</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-13T04:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: short dump while using BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-while-using-bapi-po-create1/m-p/7202163#M1521411</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;     This can be the issue of data type mismatch.........please check the values that you are passing to BAPI whether they are of same type as expected by BAPI..........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2010 05:24:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-while-using-bapi-po-create1/m-p/7202163#M1521411</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-13T05:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: short dump while using BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-while-using-bapi-po-create1/m-p/7202164#M1521412</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 the similar situation once , in my case when i passed the Delivery indicator value in the Item Table as well as Itemx Table , i was facing this error .&lt;/P&gt;&lt;P&gt;what  i suggest you is to pass it at the Item table only , not at the itemx Table. &lt;/P&gt;&lt;P&gt;it worked  for me .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;try this and reply for the same.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2010 12:42:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-while-using-bapi-po-create1/m-p/7202164#M1521412</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-13T12:42:29Z</dc:date>
    </item>
    <item>
      <title>Re: short dump while using BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-while-using-bapi-po-create1/m-p/7202165#M1521413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I tried it and it worked!!!&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Aug 2010 12:46:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/short-dump-while-using-bapi-po-create1/m-p/7202165#M1521413</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-08-13T12:46:57Z</dc:date>
    </item>
  </channel>
</rss>

