<?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 change two fields simultaneously in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-change-two-fields-simultaneously/m-p/1195108#M129466</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sanket,&lt;/P&gt;&lt;P&gt;Thanks for your responce. I already tried to call the Bapi twice, but the problem is that the one field change is linked to the other, so each one of them , on their own ends in error. To be more specific, I am changing "werks" of a line item , and its wbs element. If I change werks first, then an error occurs on the old wbs element belonging to the old werks, and so on.&lt;/P&gt;&lt;P&gt;I would appreciate any ideas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Jan 2006 07:59:57 GMT</pubDate>
    <dc:creator>former_member537489</dc:creator>
    <dc:date>2006-01-25T07:59:57Z</dc:date>
    <item>
      <title>BAPI_PO_CHANGE change two fields simultaneously</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-change-two-fields-simultaneously/m-p/1195106#M129464</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;I am having a problem with BAPI_PO_CHANGE and I was wondering if anyone can help me.&lt;/P&gt;&lt;P&gt;I am trying to use this BAPI to change the plant of a specific line of a purchase order, and at the same time, change the WBS element.&lt;/P&gt;&lt;P&gt;The problem is that old (existing) WBS element belongs to the old plant, so it gives me an error message before it changes the WBS element as well, so is seems that the BAPI does not do both jobs simultaneously. &lt;/P&gt;&lt;P&gt;For now, I overcome the problem by performing a batch input in me22n screen, but it is extremely slow, so I would appreciate any help on this. &lt;/P&gt;&lt;P&gt;Is there any way to make this BAPI perform two tasks together?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2006 13:29:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-change-two-fields-simultaneously/m-p/1195106#M129464</guid>
      <dc:creator>former_member537489</dc:creator>
      <dc:date>2006-01-24T13:29:48Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_CHANGE change two fields simultaneously</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-change-two-fields-simultaneously/m-p/1195107#M129465</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;is there a way u can make the call to the BAPI twice...in the first call change the independant field and then change the dependant field in the next call.&lt;/P&gt;&lt;P&gt;hope this helps..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jan 2006 23:17:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-change-two-fields-simultaneously/m-p/1195107#M129465</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-24T23:17:20Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_CHANGE change two fields simultaneously</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-change-two-fields-simultaneously/m-p/1195108#M129466</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Sanket,&lt;/P&gt;&lt;P&gt;Thanks for your responce. I already tried to call the Bapi twice, but the problem is that the one field change is linked to the other, so each one of them , on their own ends in error. To be more specific, I am changing "werks" of a line item , and its wbs element. If I change werks first, then an error occurs on the old wbs element belonging to the old werks, and so on.&lt;/P&gt;&lt;P&gt;I would appreciate any ideas.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 07:59:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-change-two-fields-simultaneously/m-p/1195108#M129466</guid>
      <dc:creator>former_member537489</dc:creator>
      <dc:date>2006-01-25T07:59:57Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_CHANGE change two fields simultaneously</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-change-two-fields-simultaneously/m-p/1195109#M129467</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Perhaps you could avoid a COMMIT WORK between the 2 changes? For the system they both change at once then.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 08:39:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-change-two-fields-simultaneously/m-p/1195109#M129467</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-01-25T08:39:36Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_PO_CHANGE change two fields simultaneously</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-change-two-fields-simultaneously/m-p/1195110#M129468</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tried that but unfortunately it didn't work. Same result. I will also notify the OSS.&lt;/P&gt;&lt;P&gt;Thnak you for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Jan 2006 09:09:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-po-change-change-two-fields-simultaneously/m-p/1195110#M129468</guid>
      <dc:creator>former_member537489</dc:creator>
      <dc:date>2006-01-25T09:09:34Z</dc:date>
    </item>
  </channel>
</rss>

