<?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 Runtime error while calling BAPI_PO_CREATE1 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-while-calling-bapi-po-create1/m-p/5575738#M1271767</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;While calling the BAPI_PO_CREATE1 we are getting runtime error in our program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This following error is coming in an standard include program called by BAPI.&lt;/P&gt;&lt;P&gt; "Type "/BEV1/NE_ITEM_PO" is unknown". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here i am providing the details from Runtime Errors analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trigger Location of Runtime Error&lt;/P&gt;&lt;P&gt;   Program                                 /BEV1/CL_IM_NE_ME_PROC_PO=====CP&lt;/P&gt;&lt;P&gt;   Include                                 /BEV1/CL_IM_NE_ME_PROC_PO=====CM002&lt;/P&gt;&lt;P&gt;   Row                                     11&lt;/P&gt;&lt;P&gt;   Module type                             (METHOD)&lt;/P&gt;&lt;P&gt;   Module Name                             IF_EX_ME_PROCESS_PO~OPEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Line  SourceCde&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    1 METHOD if_ex_me_process_po~open.&lt;/P&gt;&lt;P&gt;    2&lt;/P&gt;&lt;P&gt;    3 * Check whether Empties Management is active&lt;/P&gt;&lt;P&gt;    4   CHECK is_empties_management_active( im_check_instance = mmpur_no ) =&lt;/P&gt;&lt;P&gt;    5                                                               mmpur_yes.&lt;/P&gt;&lt;P&gt;    6&lt;/P&gt;&lt;P&gt;    7 * Action only if not in display mode&lt;/P&gt;&lt;P&gt;    8   IF im_trtyp &amp;lt;&amp;gt; gc_trtyp_disp.&lt;/P&gt;&lt;P&gt;    9&lt;/P&gt;&lt;P&gt;   10 * Instantiate Dependent Item Calculator&lt;/P&gt;&lt;P&gt;-&amp;gt;  CREATE OBJECT gref_dic_po&lt;/P&gt;&lt;P&gt;   12       EXPORTING&lt;/P&gt;&lt;P&gt;   13         im_header = im_header.&lt;/P&gt;&lt;P&gt;   14&lt;/P&gt;&lt;P&gt;   15   ELSE.&lt;/P&gt;&lt;P&gt;   16&lt;/P&gt;&lt;P&gt;   17     CLEAR gref_dic_po.&lt;/P&gt;&lt;P&gt;   18&lt;/P&gt;&lt;P&gt;   19   ENDIF.  " im_trtyp &amp;lt;&amp;gt; gc_trtyp_disp&lt;/P&gt;&lt;P&gt;   20&lt;/P&gt;&lt;P&gt;   21 ENDMETHOD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give your valuable suggestions to overcome the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 May 2009 12:21:11 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-21T12:21:11Z</dc:date>
    <item>
      <title>Runtime error while calling BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-while-calling-bapi-po-create1/m-p/5575738#M1271767</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;While calling the BAPI_PO_CREATE1 we are getting runtime error in our program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This following error is coming in an standard include program called by BAPI.&lt;/P&gt;&lt;P&gt; "Type "/BEV1/NE_ITEM_PO" is unknown". &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here i am providing the details from Runtime Errors analysis.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Trigger Location of Runtime Error&lt;/P&gt;&lt;P&gt;   Program                                 /BEV1/CL_IM_NE_ME_PROC_PO=====CP&lt;/P&gt;&lt;P&gt;   Include                                 /BEV1/CL_IM_NE_ME_PROC_PO=====CM002&lt;/P&gt;&lt;P&gt;   Row                                     11&lt;/P&gt;&lt;P&gt;   Module type                             (METHOD)&lt;/P&gt;&lt;P&gt;   Module Name                             IF_EX_ME_PROCESS_PO~OPEN&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Line  SourceCde&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    1 METHOD if_ex_me_process_po~open.&lt;/P&gt;&lt;P&gt;    2&lt;/P&gt;&lt;P&gt;    3 * Check whether Empties Management is active&lt;/P&gt;&lt;P&gt;    4   CHECK is_empties_management_active( im_check_instance = mmpur_no ) =&lt;/P&gt;&lt;P&gt;    5                                                               mmpur_yes.&lt;/P&gt;&lt;P&gt;    6&lt;/P&gt;&lt;P&gt;    7 * Action only if not in display mode&lt;/P&gt;&lt;P&gt;    8   IF im_trtyp &amp;lt;&amp;gt; gc_trtyp_disp.&lt;/P&gt;&lt;P&gt;    9&lt;/P&gt;&lt;P&gt;   10 * Instantiate Dependent Item Calculator&lt;/P&gt;&lt;P&gt;-&amp;gt;  CREATE OBJECT gref_dic_po&lt;/P&gt;&lt;P&gt;   12       EXPORTING&lt;/P&gt;&lt;P&gt;   13         im_header = im_header.&lt;/P&gt;&lt;P&gt;   14&lt;/P&gt;&lt;P&gt;   15   ELSE.&lt;/P&gt;&lt;P&gt;   16&lt;/P&gt;&lt;P&gt;   17     CLEAR gref_dic_po.&lt;/P&gt;&lt;P&gt;   18&lt;/P&gt;&lt;P&gt;   19   ENDIF.  " im_trtyp &amp;lt;&amp;gt; gc_trtyp_disp&lt;/P&gt;&lt;P&gt;   20&lt;/P&gt;&lt;P&gt;   21 ENDMETHOD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please give your valuable suggestions to overcome the error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vinod&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 12:21:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-while-calling-bapi-po-create1/m-p/5575738#M1271767</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T12:21:11Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error while calling BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-while-calling-bapi-po-create1/m-p/5575739#M1271768</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai vinod as ur getting in standard program &lt;/P&gt;&lt;P&gt;just tryy to search a note for the same&lt;/P&gt;&lt;P&gt;may be u find some note for the same&lt;/P&gt;&lt;P&gt;afzal;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 12:24:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-while-calling-bapi-po-create1/m-p/5575739#M1271768</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T12:24:28Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error while calling BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-while-calling-bapi-po-create1/m-p/5575740#M1271769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Please check in service market place for the relevant notes.&lt;/P&gt;&lt;P&gt;Possibly the support pack has not been applied correctly or a note has been applied incorrectly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ankur Parab&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 12:26:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-while-calling-bapi-po-create1/m-p/5575740#M1271769</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T12:26:06Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error while calling BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-while-calling-bapi-po-create1/m-p/5575741#M1271770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Vinod,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;While calling the BAPI - BAPI_PO_CREATE1, are you passing the following&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For eg:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are filling the item details (POITEM), You need to pass the parameter POITEMX = 'X'&lt;/P&gt;&lt;P&gt;Likewise POSCHEDULE, You need to pass the corresponding parameter POSCHEDULEX = 'X'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sandhya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2009 14:33:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-while-calling-bapi-po-create1/m-p/5575741#M1271770</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-21T14:33:10Z</dc:date>
    </item>
    <item>
      <title>Re: Runtime error while calling BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-while-calling-bapi-po-create1/m-p/5575742#M1271771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Solved,some configuration problem in MM Empties Management check was causing the problem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Jun 2009 03:02:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/runtime-error-while-calling-bapi-po-create1/m-p/5575742#M1271771</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-06-22T03:02:36Z</dc:date>
    </item>
  </channel>
</rss>

