<?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_CREATE1 error in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-error/m-p/473676#M15350</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Create one manually then use bapi_po_getdetail to figure out how the structures should be filled and passed on to bapi_po_create1.&lt;/P&gt;&lt;P&gt;Kind regards, Rob Dielemans&lt;/P&gt;</description>
    <pubDate>Wed, 10 May 2017 12:18:45 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2017-05-10T12:18:45Z</dc:date>
    <item>
      <title>BAPI_PO_CREATE1 error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-error/m-p/473675#M15349</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;I was able to create PO previously however there is no conditions tab.&lt;/P&gt;&lt;P&gt;So what I did was add a table for the conditions tab. Below is my code snippet:&lt;/P&gt;&lt;P&gt;x_pocond-itm_number = x_convert-fld33.&lt;BR /&gt;
 x_pocond-cond_type = 'PMP0'.&lt;BR /&gt;
 x_pocond-cond_value = x_convert-fld21.&lt;BR /&gt;
 x_pocond-change_id = 'I'.&lt;BR /&gt;
 x_pocond-conpricdat = sy-datum.&lt;BR /&gt;
 x_pocond-currency = 'PHP'.&lt;BR /&gt;
 x_pocond-cond_st_no = '001'.&lt;BR /&gt;
 x_pocond-currency_iso = 'PHP'.&lt;BR /&gt;
 x_pocond-cond_unit = 'PC'.&lt;BR /&gt;
 x_pocond-cond_p_unt = '1'.&lt;BR /&gt;
 APPEND x_pocond TO i_pocond.&lt;BR /&gt;
 CLEAR x_pocond.&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
*** flags&lt;BR /&gt;
 x_pocondx-itm_number = x_convert-fld33.&lt;BR /&gt;
 x_pocondx-cond_type = 'X'.&lt;BR /&gt;
 x_pocondx-cond_value = 'X'.&lt;BR /&gt;
 x_pocondx-change_id = 'X'.&lt;BR /&gt;
 x_pocondx-conpricdat = 'X'.&lt;BR /&gt;
 x_pocondx-currency = 'X'.&lt;BR /&gt;
 x_pocondx-cond_st_no = 'X'.&lt;BR /&gt;
 x_pocondx-currency_iso = 'X'.&lt;BR /&gt;
 x_pocondx-cond_unit = 'X'.&lt;BR /&gt;
 x_pocondx-cond_p_unt = 'X'.&lt;BR /&gt;
 APPEND x_pocondx TO i_pocondx.&lt;BR /&gt;
 CLEAR x_pocondx.&lt;/P&gt;&lt;P&gt;What did I miss? Where is my mistake?&lt;/P&gt;&lt;P&gt;BAPI_PO_CREATE1 is my bapi.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 12:00:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-error/m-p/473675#M15349</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-05-10T12:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_CREATE1 error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-error/m-p/473676#M15350</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Create one manually then use bapi_po_getdetail to figure out how the structures should be filled and passed on to bapi_po_create1.&lt;/P&gt;&lt;P&gt;Kind regards, Rob Dielemans&lt;/P&gt;</description>
      <pubDate>Wed, 10 May 2017 12:18:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-error/m-p/473676#M15350</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-05-10T12:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_CREATE1 error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-error/m-p/473677#M15351</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;I did follow the bapi_po_getdetail and copied the entries of the manually created PO.&lt;/P&gt;&lt;P&gt;I was not able to create a po.&lt;/P&gt;&lt;P&gt;This is the error produced:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;For items without invoice receipt, please enter price 0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Please help.&lt;/P&gt;&lt;P&gt;Appreciate the reply above as well.&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Thanks.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 08:05:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-error/m-p/473677#M15351</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-05-11T08:05:42Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_CREATE1 error</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-error/m-p/473678#M15352</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;I know the answer&lt;/P&gt;&lt;P&gt;BAPIMEPOITEM-GR_IND = 'X' &lt;/P&gt;&lt;P&gt;BAPIMEPOITEM-IR_IND = 'X'&lt;/P&gt;&lt;P&gt;These two fields should always be populated.&lt;/P&gt;&lt;P&gt;PO created with conditions tab now.&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;</description>
      <pubDate>Thu, 11 May 2017 08:32:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-error/m-p/473678#M15352</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2017-05-11T08:32:22Z</dc:date>
    </item>
  </channel>
</rss>

