<?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_Change problem in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-problem/m-p/1587887#M264881</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;You need to pass the entire item structure(POITEMS) which you have got from BAPI_PO_GETDETAIL for item 10 , populate POITEMX structure and ITEM SCHEDULE LINES  structure also.&lt;/P&gt;&lt;P&gt;I think this should help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 Sep 2006 13:06:54 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-26T13:06:54Z</dc:date>
    <item>
      <title>BAPI_PO_Change problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-problem/m-p/1587883#M264877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Can any body will tell some idea on what are all the parameters that I have to pass to a BAPI when I am creating new line item  for my purchase order.This is like I have one line item say 10 with quantity 100 I want to create one more line item with the same data of ist line item 10 but now the quantity is 50.Simply I want to replicate the line item with only change in the quantity.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using BAPI_PO_getdetail1 and getting the data of Ist line item and the same I am passing to 2nd line item by changing only quantity but it's giving lot of errors like  "please enter material number or account assignment categoru",&lt;/P&gt;&lt;P&gt;"Please enter a delivery date"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's really very urgent can some body suggest some idea on this pls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&amp;amp;Regards&lt;/P&gt;&lt;P&gt;Mahesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2006 12:26:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-problem/m-p/1587883#M264877</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-26T12:26:24Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_Change problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-problem/m-p/1587884#M264878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Pass PO_ITEM_SCHEDULES, PO_HEADER etc which you got from BAPI_PO_GETDETAIL to the BAPI_PO_CHANGE. Also check in which strucutre material number and account assignment are getting stored.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Prakash.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2006 12:32:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-problem/m-p/1587884#M264878</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-26T12:32:50Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_Change problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-problem/m-p/1587885#M264879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Prakash,&lt;/P&gt;&lt;P&gt;I am passing Material number and account assignment but still I am getting error&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2006 12:52:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-problem/m-p/1587885#M264879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-26T12:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_Change problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-problem/m-p/1587886#M264880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check  what u are passing to this field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;BAPIMEPOITEM-ACCTASSCAT&amp;lt;/b&amp;gt;&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, 26 Sep 2006 13:00:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-problem/m-p/1587886#M264880</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-26T13:00:26Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_Change problem</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-problem/m-p/1587887#M264881</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;You need to pass the entire item structure(POITEMS) which you have got from BAPI_PO_GETDETAIL for item 10 , populate POITEMX structure and ITEM SCHEDULE LINES  structure also.&lt;/P&gt;&lt;P&gt;I think this should help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Sudheer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Sep 2006 13:06:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-problem/m-p/1587887#M264881</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-26T13:06:54Z</dc:date>
    </item>
  </channel>
</rss>

