<?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: Query with the BAPI 'BAPI_PO_CREATE1' in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-with-the-bapi-bapi-po-create1/m-p/6194805#M1375193</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the bapi mentioned there is a structure under tables &lt;/P&gt;&lt;P&gt;poitemx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as shown below&lt;/P&gt;&lt;P&gt;lt_po_items-net_price = v_konp-kbetr.&lt;/P&gt;&lt;P&gt;append lt_po_items.&lt;/P&gt;&lt;P&gt;LT_ITEMS_IND-NET_PRICE   = 'X'.&lt;/P&gt;&lt;P&gt;            append lt_items_ind.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'BAPI_PO_CREATE1'&lt;/P&gt;&lt;P&gt;      destination lv_dest&lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;P&gt;      poheader                     = ls_poheader&lt;/P&gt;&lt;P&gt;      poheaderx                    = ls_header_ind&lt;/P&gt;&lt;P&gt;    importing&lt;/P&gt;&lt;P&gt;      exppurchaseorder             = lv_po_num&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  EXPHEADER                    =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   tables&lt;/P&gt;&lt;P&gt;      poitem                       = lt_po_items&lt;/P&gt;&lt;P&gt;      poitemx                      = lt_items_ind&lt;/P&gt;&lt;P&gt;      poschedule                   = lt_schedule&lt;/P&gt;&lt;P&gt;      poschedulex                  = lt_schedulex&lt;/P&gt;&lt;P&gt;      poaccount                    = lt_poaccount&lt;/P&gt;&lt;P&gt;      POACCOUNTX                   = LT_POACCOUNTX&lt;/P&gt;&lt;P&gt;      return                       = lt_return&lt;/P&gt;&lt;P&gt;    exceptions&lt;/P&gt;&lt;P&gt;     others                        = 1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Oct 2009 09:48:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-10-16T09:48:49Z</dc:date>
    <item>
      <title>Query with the BAPI 'BAPI_PO_CREATE1'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-with-the-bapi-bapi-po-create1/m-p/6194803#M1375191</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 am in the process of creating a ABAP program to post purchase orders in SAP. For that I am using the BAPI BAPI_PO_CREATE1 to create purchase orders. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am passing the header and item information through an excel file to this program. The input file also contains the net price of the line item, but the net price which is being passed through the file is not considered. System is taking the net price from purchse info record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any provision in the BAPI 'BAPI_PO_CREATE1' to update the net price manually instead of purchse info record.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Vijaymadhur.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2009 09:34:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-with-the-bapi-bapi-po-create1/m-p/6194803#M1375191</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-16T09:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: Query with the BAPI 'BAPI_PO_CREATE1'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-with-the-bapi-bapi-po-create1/m-p/6194804#M1375192</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;PRE&gt;&lt;CODE&gt;
NO_PRICE_FROM_PO = 'X'.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2009 09:45:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-with-the-bapi-bapi-po-create1/m-p/6194804#M1375192</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-16T09:45:20Z</dc:date>
    </item>
    <item>
      <title>Re: Query with the BAPI 'BAPI_PO_CREATE1'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-with-the-bapi-bapi-po-create1/m-p/6194805#M1375193</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in the bapi mentioned there is a structure under tables &lt;/P&gt;&lt;P&gt;poitemx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as shown below&lt;/P&gt;&lt;P&gt;lt_po_items-net_price = v_konp-kbetr.&lt;/P&gt;&lt;P&gt;append lt_po_items.&lt;/P&gt;&lt;P&gt;LT_ITEMS_IND-NET_PRICE   = 'X'.&lt;/P&gt;&lt;P&gt;            append lt_items_ind.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call function 'BAPI_PO_CREATE1'&lt;/P&gt;&lt;P&gt;      destination lv_dest&lt;/P&gt;&lt;P&gt;    exporting&lt;/P&gt;&lt;P&gt;      poheader                     = ls_poheader&lt;/P&gt;&lt;P&gt;      poheaderx                    = ls_header_ind&lt;/P&gt;&lt;P&gt;    importing&lt;/P&gt;&lt;P&gt;      exppurchaseorder             = lv_po_num&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  EXPHEADER                    =&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;   tables&lt;/P&gt;&lt;P&gt;      poitem                       = lt_po_items&lt;/P&gt;&lt;P&gt;      poitemx                      = lt_items_ind&lt;/P&gt;&lt;P&gt;      poschedule                   = lt_schedule&lt;/P&gt;&lt;P&gt;      poschedulex                  = lt_schedulex&lt;/P&gt;&lt;P&gt;      poaccount                    = lt_poaccount&lt;/P&gt;&lt;P&gt;      POACCOUNTX                   = LT_POACCOUNTX&lt;/P&gt;&lt;P&gt;      return                       = lt_return&lt;/P&gt;&lt;P&gt;    exceptions&lt;/P&gt;&lt;P&gt;     others                        = 1.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2009 09:48:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-with-the-bapi-bapi-po-create1/m-p/6194805#M1375193</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-10-16T09:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: Query with the BAPI 'BAPI_PO_CREATE1'</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/query-with-the-bapi-bapi-po-create1/m-p/6194806#M1375194</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it depends on how the order type has been set up to deal with net price in config.  When I create orders using that BAPI the net price takes the value I pass it.  Try creating an order using the same order type in ME21N and see what happens.  And then you'll probably need to talk to your functional people about it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Oct 2009 09:49:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/query-with-the-bapi-bapi-po-create1/m-p/6194806#M1375194</guid>
      <dc:creator>christine_evans</dc:creator>
      <dc:date>2009-10-16T09:49:16Z</dc:date>
    </item>
  </channel>
</rss>

