<?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 with contract price problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-with-contract-price-problem/m-p/7763963#M1583914</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;to be able to get the prices manually in the PO I filled the following 4 fields at PO level:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:&lt;/P&gt;&lt;P&gt;        POITEM type table of BAPIMEPOITEM WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;        POITEMX type table of BAPIMEPOITEMX WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  poitem-NET_PRICE = ekpo-NETPR.&lt;/P&gt;&lt;P&gt;  poitem-PRICE_UNIT = EKPO-PEINH.&lt;/P&gt;&lt;P&gt;  poitem-po_price = '2' &lt;/P&gt;&lt;P&gt;  poitem-CALCTYPE = 'B'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;  poitemx-NET_PRICE = x.&lt;/P&gt;&lt;P&gt;  poitemx-PRICE_UNIT = x.&lt;/P&gt;&lt;P&gt;  poitemx-PO_PRICE = x.&lt;/P&gt;&lt;P&gt;  poitemx-CALCTYPE = x.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'BAPI_PO_CREATE1'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      RETURN                       = treturn&lt;/P&gt;&lt;P&gt;      POITEM                       = poitem&lt;/P&gt;&lt;P&gt;      POITEMX                      = poitemx&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Apr 2011 18:10:24 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-04-18T18:10:24Z</dc:date>
    <item>
      <title>BAPI_PO_CREATE1 with contract price problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-with-contract-price-problem/m-p/7763962#M1583913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi. When we manually create a PO against a value contract it is possible to change the price from that on the contract.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example if the contract has £1 we can raise the PO for £12.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I try and create a PO using BAPI_PO_CREATE1 then the PO always takes the price of the contract.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are there any fields in the BAPI that I can set to make the manual price override the contract price?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have tried various fields and conditions so far and had no luck.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it should be possible to do this becuase we can manually create POs in ME21N with a price different to the contract.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for your help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dave.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Apr 2011 12:34:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-with-contract-price-problem/m-p/7763962#M1583913</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-07T12:34:22Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_CREATE1 with contract price problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-with-contract-price-problem/m-p/7763963#M1583914</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;to be able to get the prices manually in the PO I filled the following 4 fields at PO level:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:&lt;/P&gt;&lt;P&gt;        POITEM type table of BAPIMEPOITEM WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;        POITEMX type table of BAPIMEPOITEMX WITH HEADER LINE,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  poitem-NET_PRICE = ekpo-NETPR.&lt;/P&gt;&lt;P&gt;  poitem-PRICE_UNIT = EKPO-PEINH.&lt;/P&gt;&lt;P&gt;  poitem-po_price = '2' &lt;/P&gt;&lt;P&gt;  poitem-CALCTYPE = 'B'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;  poitemx-NET_PRICE = x.&lt;/P&gt;&lt;P&gt;  poitemx-PRICE_UNIT = x.&lt;/P&gt;&lt;P&gt;  poitemx-PO_PRICE = x.&lt;/P&gt;&lt;P&gt;  poitemx-CALCTYPE = x.&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'BAPI_PO_CREATE1'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;    TABLES&lt;/P&gt;&lt;P&gt;      RETURN                       = treturn&lt;/P&gt;&lt;P&gt;      POITEM                       = poitem&lt;/P&gt;&lt;P&gt;      POITEMX                      = poitemx&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Apr 2011 18:10:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-with-contract-price-problem/m-p/7763963#M1583914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-04-18T18:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_CREATE1 with contract price problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-with-contract-price-problem/m-p/7763964#M1583915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;More info can be found in 580225.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Apr 2011 01:36:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-create1-with-contract-price-problem/m-p/7763964#M1583915</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2011-04-19T01:36:45Z</dc:date>
    </item>
  </channel>
</rss>

