<?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: Error : Creating PO's using BAPI_PO_CREATE1 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-creating-po-s-using-bapi-po-create1/m-p/1426818#M204515</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prabhu , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The rounding value for one of the material is 1000.000 and the unit is LB in /NMM03 . &lt;/P&gt;&lt;P&gt;When i try to upload this material with order quantity 1 . It creates a PO with order quantity 1000.000 and order unit LB . It gives me a warning when creating the PO that &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Order quantity violates rounding rules (See long text)"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Jun 2006 15:25:58 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-20T15:25:58Z</dc:date>
    <item>
      <title>Error : Creating PO's using BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-creating-po-s-using-bapi-po-create1/m-p/1426816#M204513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Friends , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a program to create PO's using  a  load program . This program is set up to have POs created for each Company Code Vendor, Purchase Org, Plant, Buyer combination. The input fields for the load program are:&lt;/P&gt;&lt;P&gt;LIFNR       Vendor Number          &lt;/P&gt;&lt;P&gt;EKORG       Purchasing Organization        &lt;/P&gt;&lt;P&gt;EKGRP       Purchasing Group               &lt;/P&gt;&lt;P&gt;BUKRS       Company Code           &lt;/P&gt;&lt;P&gt;WERKS       Plant          &lt;/P&gt;&lt;P&gt;EMATN       Material Number        &lt;/P&gt;&lt;P&gt;MENGE       PO Quantity   &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The input file i have has 3 material nos. 2material nos belong to the same vendor and create 1 PO . The third material no belongs to different vendor and creates a 2nd PO . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem i have is that when i run the progam it creates 2 PO's . The PO which contains 2 material Nos gives me the 2nd line with quantity 1000 instead of 1 . &lt;/P&gt;&lt;P&gt;The first line and the second line in the PO should have the quantity 1 . &lt;/P&gt;&lt;P&gt;The first line correctly shows the Po quantity 1  EA.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The second one shows the PO quantity 1000 LB .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The error in the return BAPI t_return is :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Order quantity violates rounding rules (See long text)"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 Jun 2006 22:57:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-creating-po-s-using-bapi-po-create1/m-p/1426816#M204513</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-19T22:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: Error : Creating PO's using BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-creating-po-s-using-bapi-po-create1/m-p/1426817#M204514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in that case u have to check the BSU of the material in MM03.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Prabhu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2006 06:23:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-creating-po-s-using-bapi-po-create1/m-p/1426817#M204514</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-20T06:23:14Z</dc:date>
    </item>
    <item>
      <title>Re: Error : Creating PO's using BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-creating-po-s-using-bapi-po-create1/m-p/1426818#M204515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prabhu , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; The rounding value for one of the material is 1000.000 and the unit is LB in /NMM03 . &lt;/P&gt;&lt;P&gt;When i try to upload this material with order quantity 1 . It creates a PO with order quantity 1000.000 and order unit LB . It gives me a warning when creating the PO that &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Order quantity violates rounding rules (See long text)"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Jun 2006 15:25:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-creating-po-s-using-bapi-po-create1/m-p/1426818#M204515</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-20T15:25:58Z</dc:date>
    </item>
  </channel>
</rss>

