<?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_BUS2054_CHANGE_MULTI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bus2054-change-multi/m-p/1658644#M292128</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;you have to run this function module in one after other,&lt;/P&gt;&lt;P&gt;I am assuming this you are testing the FM in test mode&lt;/P&gt;&lt;P&gt;sequence of running can be given by this way&lt;/P&gt;&lt;P&gt;Last you have to run BAPI_TRANSACTION_COMMIT&lt;/P&gt;&lt;P&gt;you can maintain the test sequience by &lt;/P&gt;&lt;P&gt;se37 --&amp;gt; name of first FM &lt;DEL&gt;&amp;gt; main menu&lt;/DEL&gt;&amp;gt;function module&lt;DEL&gt;&amp;gt;test&lt;/DEL&gt;-&amp;gt;test sequence&lt;/P&gt;&lt;P&gt;Here you can maintain the sequence of FM in one line.&lt;/P&gt;&lt;P&gt;this will help you&lt;/P&gt;&lt;P&gt;if help full please don't forget to rewads marks.&lt;/P&gt;&lt;P&gt;with Regards&lt;/P&gt;&lt;P&gt;Dhananjay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 20 Oct 2006 15:18:23 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-20T15:18:23Z</dc:date>
    <item>
      <title>BAPI_BUS2054_CHANGE_MULTI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bus2054-change-multi/m-p/1658642#M292126</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;&lt;/P&gt;&lt;P&gt;I'm trying to use this BAPI to update a wbs element of a project, with Funcional location field.&lt;/P&gt;&lt;P&gt;I was told to use BAPI_PS_INITIALIZATION before BAPI_BUS2054_CHANGE_MULTI, and BAPI_PS_PRECOMMIT after...&lt;/P&gt;&lt;P&gt;the thing is that the return messages are ok:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Individual check for change to object WBS Element NL02/06:0017-01 succ"&lt;/P&gt;&lt;P&gt;"WBS Element NL02/06:0017-01 was changed successfully, GUID 45362AEB245"&lt;/P&gt;&lt;P&gt;"Final check of the project definition and the WBS elements: No Error"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the fact is, that the project wasn't updated with the function location on the specified wbs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any suggestions on this?&lt;/P&gt;&lt;P&gt;many thanks&lt;/P&gt;&lt;P&gt;Nuno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2006 13:10:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bus2054-change-multi/m-p/1658642#M292126</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-20T13:10:49Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_BUS2054_CHANGE_MULTI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bus2054-change-multi/m-p/1658643#M292127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do not forget to put 'commit work' or fm 'bapi_commit' to save changes in database. It should be called after 'precommit' function if there have not been any errors returned by functions you mentioned.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2006 13:31:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bus2054-change-multi/m-p/1658643#M292127</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-20T13:31:56Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_BUS2054_CHANGE_MULTI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bus2054-change-multi/m-p/1658644#M292128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;/P&gt;&lt;P&gt;you have to run this function module in one after other,&lt;/P&gt;&lt;P&gt;I am assuming this you are testing the FM in test mode&lt;/P&gt;&lt;P&gt;sequence of running can be given by this way&lt;/P&gt;&lt;P&gt;Last you have to run BAPI_TRANSACTION_COMMIT&lt;/P&gt;&lt;P&gt;you can maintain the test sequience by &lt;/P&gt;&lt;P&gt;se37 --&amp;gt; name of first FM &lt;DEL&gt;&amp;gt; main menu&lt;/DEL&gt;&amp;gt;function module&lt;DEL&gt;&amp;gt;test&lt;/DEL&gt;-&amp;gt;test sequence&lt;/P&gt;&lt;P&gt;Here you can maintain the sequence of FM in one line.&lt;/P&gt;&lt;P&gt;this will help you&lt;/P&gt;&lt;P&gt;if help full please don't forget to rewads marks.&lt;/P&gt;&lt;P&gt;with Regards&lt;/P&gt;&lt;P&gt;Dhananjay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 20 Oct 2006 15:18:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-bus2054-change-multi/m-p/1658644#M292128</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-20T15:18:23Z</dc:date>
    </item>
  </channel>
</rss>

