<?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: purchase orders in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-orders/m-p/1592715#M266473</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;It is an IMPORT parameter. (Open the functionmodule BAPI_PO_CREATE1 and click the IMPORT parameters tab and you can see the last parameter)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are most welcome,&lt;/P&gt;&lt;P&gt;Ramakrishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Oct 2006 21:04:47 GMT</pubDate>
    <dc:creator>venkata_ramisetti</dc:creator>
    <dc:date>2006-10-12T21:04:47Z</dc:date>
    <item>
      <title>purchase orders</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-orders/m-p/1592711#M266469</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;  when i am creating POs through bapi_po_create1 i am sending the net price of the item into the BAPIMEPOITEM_NET_PRICE field of the bapi but when the po is created the net price in the po is the net price of the material in the inforecord.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can any one suggest me to which field in the bapi at the item level i should send the netprice so that in the po the net price should be the one i sent not from the info records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 20:01:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-orders/m-p/1592711#M266469</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T20:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: purchase orders</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-orders/m-p/1592712#M266470</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;  Try passing it in the conditions internal table BAPIMEPOCOND &amp;amp; BAPIMEPOCONDX with the condition type and condition rate..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 20:26:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-orders/m-p/1592712#M266470</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T20:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: purchase orders</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-orders/m-p/1592713#M266471</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;set the IMPORT paramter NO_PRICE_FROM_PO = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLease see NO_PRICE_FROM_PO IMPORT parameter documentation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Short Text                        &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Description                                                  This parameter controls the adoption of the price from the last  Document&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If no condition can be determined from the purchasing info record (no conditions have been maintained), the system adopts the conditions from the last purchase order stored in the purchasing info record&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Value Range&lt;/P&gt;&lt;P&gt;    'X' means: Price is not to be adopted from the last PO                       &lt;/P&gt;&lt;P&gt;    '  ' means: Price is to be adopted from the last PO if no price could be found in the master records&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Default                                                      In the standard system, the parameter is initial.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 20:27:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-orders/m-p/1592713#M266471</guid>
      <dc:creator>venkata_ramisetti</dc:creator>
      <dc:date>2006-10-12T20:27:13Z</dc:date>
    </item>
    <item>
      <title>Re: purchase orders</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-orders/m-p/1592714#M266472</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks ramakrishna&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;        can u tell me in which table i will find the NO_PRICE_FROM_PO .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;many thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 20:52:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-orders/m-p/1592714#M266472</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-12T20:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: purchase orders</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-orders/m-p/1592715#M266473</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;It is an IMPORT parameter. (Open the functionmodule BAPI_PO_CREATE1 and click the IMPORT parameters tab and you can see the last parameter)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are most welcome,&lt;/P&gt;&lt;P&gt;Ramakrishna&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Oct 2006 21:04:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/purchase-orders/m-p/1592715#M266473</guid>
      <dc:creator>venkata_ramisetti</dc:creator>
      <dc:date>2006-10-12T21:04:47Z</dc:date>
    </item>
  </channel>
</rss>

