<?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: BAPI_PO_GETDETAIL1 Giving Runtime Error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-getdetail1-giving-runtime-error/m-p/6656921#M1445713</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;also check if all data elements of the import parameters are matching.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Feb 2010 06:18:15 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2010-02-23T06:18:15Z</dc:date>
    <item>
      <title>BAPI_PO_GETDETAIL1 Giving Runtime Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-getdetail1-giving-runtime-error/m-p/6656919#M1445711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting the following error on calling a BAPI BAPI_PO_GETDETAIL1 from smartform layout set.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please could you let me know if something can be cone about it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt;    A RAISE statement in the program "CL_HANDLE_MANAGER_MM==========CP" raised the&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&lt;/P&gt;&lt;P&gt;    program, 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;Regards&lt;/P&gt;&lt;P&gt;Atush Rohan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 16:37:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-getdetail1-giving-runtime-error/m-p/6656919#M1445711</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-22T16:37:57Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_GETDETAIL1 Giving Runtime Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-getdetail1-giving-runtime-error/m-p/6656920#M1445712</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;have you searched for OSS notes on service.sap.com/notes? There are couple of notes related to your BAPI. There is also note 1277055 which is related to ME59N and exception FAILURE. This error may affect your BAPI as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Feb 2010 22:34:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-getdetail1-giving-runtime-error/m-p/6656920#M1445712</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2010-02-22T22:34:37Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_GETDETAIL1 Giving Runtime Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-getdetail1-giving-runtime-error/m-p/6656921#M1445713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;also check if all data elements of the import parameters are matching.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Feb 2010 06:18:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-getdetail1-giving-runtime-error/m-p/6656921#M1445713</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-23T06:18:15Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_GETDETAIL1 Giving Runtime Error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-getdetail1-giving-runtime-error/m-p/6656922#M1445714</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
REPORT zbapi_po_items .

TABLES: ekpo.

DATA: BEGIN OF po_details.
INCLUDE STRUCTURE bapiekpo.
DATA: END OF po_details.

DATA: it_po_details LIKE STANDARD TABLE OF po_details.

PARAMETERS: p_ebeln LIKE ekpo-ebeln.

*SELECT-OPTIONS: p_ebeln FOR ekpo-ebeln.

CALL FUNCTION 'BAPI_PO_GETDETAIL'
EXPORTING
purchaseorder = p_ebeln
TABLES
po_items = it_po_details.

START-OF-SELECTION.
LOOP AT it_po_details INTO po_details.
WRITE:/01 po_details-po_number COLOR COL_HEADING,
20 po_details-po_item,
50 po_details-material,
70 po_details-short_text.
CLEAR po_details.
ENDLOOP.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Krupaji on Feb 25, 2010 12:16 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Feb 2010 11:16:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-getdetail1-giving-runtime-error/m-p/6656922#M1445714</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2010-02-25T11:16:16Z</dc:date>
    </item>
  </channel>
</rss>

