<?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: Problem with BAPI_PO_CREATE1 in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-po-create1/m-p/9040558#M1701025</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp; Shravan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SAP Note 1487790 - Bapi: Bapi_po_create1 no_rounding flag ignored on creation resolve my problem.&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;Tiago,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 23 Oct 2012 13:44:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-10-23T13:44:43Z</dc:date>
    <item>
      <title>Problem with BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-po-create1/m-p/9040554#M1701021</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;P&gt;I have some problem with this Bapi. &lt;/P&gt;&lt;P&gt;I want to force the quantity in each item but during the creation the system applies the rounding rules. I have put BAPIMEPOITEM-NO_ROUNDING = 'X' (I dont' know if it's the correct field...) but nothing happened.... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm putting:&lt;/P&gt;&lt;P&gt;bapimepoitem-quantity = quantity.&lt;/P&gt;&lt;P&gt;bapimepoitemx-quantity = 'X'.&lt;/P&gt;&lt;P&gt;bapimepoitem-no_rounding = 'X'.&lt;/P&gt;&lt;P&gt;bapimepoitemx-no_rounding = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And the same quantity in bapimeposchedule.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example if in MM03 or ME13 there is a fixed quantity of 100 and I put 1 in bapimepoitem-quantity, my po is created with the value 100.&lt;/P&gt;&lt;P&gt;How can avoid this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Tiago&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 22 Oct 2012 18:15:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-po-create1/m-p/9040554#M1701021</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-22T18:15:37Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-po-create1/m-p/9040555#M1701022</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;P&gt;you need to declare the data element of quantity as type p or like the same data element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check with your functional guy, it may be caused by the rounding rule defined for the material.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards,&lt;/P&gt;&lt;P&gt;swanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 00:53:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-po-create1/m-p/9040555#M1701022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-23T00:53:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-po-create1/m-p/9040556#M1701023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tiago,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is the correct field. Probably you might have missed either sloc or corresponding itemx fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I did a test and it works as expected.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 02:55:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-po-create1/m-p/9040556#M1701023</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-23T02:55:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-po-create1/m-p/9040557#M1701024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Tiago,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls check the following notes and I hope your issue will be resolved with them. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1487790 - Bapi: Bapi_po_create1 no_rounding flag ignored on creation&lt;/P&gt;&lt;P&gt;930526 - Rounding changes interface supply&lt;/P&gt;&lt;P&gt;552189 - Technical fields are available&lt;/P&gt;&lt;P&gt;1441189 - Rounding Prevention..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shravan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 12:43:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-po-create1/m-p/9040557#M1701024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-23T12:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Problem with BAPI_PO_CREATE1</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-po-create1/m-p/9040558#M1701025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp; Shravan,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The SAP Note 1487790 - Bapi: Bapi_po_create1 no_rounding flag ignored on creation resolve my problem.&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;Tiago,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Oct 2012 13:44:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-po-create1/m-p/9040558#M1701025</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-23T13:44:43Z</dc:date>
    </item>
  </channel>
</rss>

