<?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 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/900156#M55022</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to all, &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;I have also a problem wtih the delivery date....I 'm forcing the value BAPIMEPOSCHEDULE-DELIVERY_DATE without result. &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;Ezio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 21 Jun 2005 14:14:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-06-21T14:14:06Z</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/900156#M55022</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi to all, &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;I have also a problem wtih the delivery date....I 'm forcing the value BAPIMEPOSCHEDULE-DELIVERY_DATE without result. &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;Ezio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2005 14:14:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-po-create1/m-p/900156#M55022</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-21T14:14:06Z</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/900157#M55023</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ezio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;          TABLES&lt;/P&gt;&lt;P&gt;                return                 = bapi_return&lt;/P&gt;&lt;P&gt;                poitem                 = bapi_poitem&lt;/P&gt;&lt;P&gt;                poitemx                = bapi_poitemx&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fill poitemx table to with flags ie.&lt;/P&gt;&lt;P&gt; BAPIMEPOITEMX-NO_ROUNDING = 'X' .&lt;/P&gt;&lt;P&gt;Let me for further assistance on this.&lt;/P&gt;&lt;P&gt;Rgds, &lt;/P&gt;&lt;P&gt;Mano Sri&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2005 15:53:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-po-create1/m-p/900157#M55023</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-21T15:53: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/900158#M55024</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Ezio,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;About two questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What do you mean with rounding rules? Can you put here one real example?&lt;/P&gt;&lt;P&gt;Are you using the X structures in the BAPI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example for the delivery date:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;l_schedule-po_item        = '00001'.&lt;/P&gt;&lt;P&gt;l_schedulex-po_item       = '00001'.&lt;/P&gt;&lt;P&gt;l_schedulex-po_itemx      = 'X'.&lt;/P&gt;&lt;P&gt;l_schedule-delivery_date  = '20050621'.&lt;/P&gt;&lt;P&gt;l_schedulex-delivery_date = 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;APPEND l_schedule  TO lt_schedule.&lt;/P&gt;&lt;P&gt;APPEND l_schedulex TO lt_schedulex.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is working for me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 21 Jun 2005 15:53:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-po-create1/m-p/900158#M55024</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-21T15:53: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/900159#M55025</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rui,&lt;/P&gt;&lt;P&gt;yes, I'm using the X structures.&lt;/P&gt;&lt;P&gt;For rounding rules I mean this:&lt;/P&gt;&lt;P&gt;I'm putting:&lt;/P&gt;&lt;P&gt;&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;For the delivery date I'm filling the fields like you, but also in this case the po is created with different delivery dates for each items.&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;Ezio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2005 06:45:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-po-create1/m-p/900159#M55025</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-22T06:45:30Z</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/900160#M55026</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mano Sri,&lt;/P&gt;&lt;P&gt;I'm using bapimepoitem-no_rounding = 'X' and also &lt;/P&gt;&lt;P&gt;bapimepoitemx-no_rounding = 'X' but it seems not working.&lt;/P&gt;&lt;P&gt;You can see my reply to Rui.&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;Ezio&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jun 2005 06:53:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-po-create1/m-p/900160#M55026</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-06-22T06:53:24Z</dc:date>
    </item>
  </channel>
</rss>

