<?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: PO error.. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/po-error/m-p/4055030#M969340</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;As mentioned in error, just check the value of amount your are passing for PO creation.&lt;/P&gt;&lt;P&gt;Also check the type of variable in which you are passing the amount. It has to be currency type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lalit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Jul 2008 04:07:10 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-10T04:07:10Z</dc:date>
    <item>
      <title>PO error..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/po-error/m-p/4055029#M969339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi frnds,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting this error when i modify the PO using BAPI_PO_CHANGE. &lt;/P&gt;&lt;P&gt;"Net price must be greater than 0 ".&lt;/P&gt;&lt;P&gt;I am passing all the correct values.&lt;/P&gt;&lt;P&gt;Any idea why this is happening ? &lt;/P&gt;&lt;P&gt;Points assured to all replies..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Madan..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 04:05:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/po-error/m-p/4055029#M969339</guid>
      <dc:creator>madan_ullasa</dc:creator>
      <dc:date>2008-07-10T04:05:14Z</dc:date>
    </item>
    <item>
      <title>Re: PO error..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/po-error/m-p/4055030#M969340</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;As mentioned in error, just check the value of amount your are passing for PO creation.&lt;/P&gt;&lt;P&gt;Also check the type of variable in which you are passing the amount. It has to be currency type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Lalit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 04:07:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/po-error/m-p/4055030#M969340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-10T04:07:10Z</dc:date>
    </item>
    <item>
      <title>Re: PO error..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/po-error/m-p/4055031#M969341</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; Check what you are passing for NETPR..you are sending wrong amount for that field..it should be greater than 0.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ramesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 04:13:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/po-error/m-p/4055031#M969341</guid>
      <dc:creator>former_member282823</dc:creator>
      <dc:date>2008-07-10T04:13:01Z</dc:date>
    </item>
    <item>
      <title>Re: PO error..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/po-error/m-p/4055032#M969342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;st_po_item-net_price     =  '500.00'.&lt;/P&gt;&lt;P&gt;  st_po_item_x-net_price    = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The structure is &lt;/P&gt;&lt;P&gt;     it_po_item                  TYPE TABLE OF bapimepoitem,&lt;/P&gt;&lt;P&gt;     it_po_item_x                TYPE TABLE OF bapimepoitemx,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Apart from this i am passing all the correct values... so there are no issues about the values being passed...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Jul 2008 04:18:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/po-error/m-p/4055032#M969342</guid>
      <dc:creator>madan_ullasa</dc:creator>
      <dc:date>2008-07-10T04:18:06Z</dc:date>
    </item>
  </channel>
</rss>

