<?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 Change plan order components in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-plan-order-components/m-p/7840350#M1590857</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;We need to change (add and modify) the component list of a plan order. I see/tested that BAPI_PLANNEDORDER_CHANGE does not work for that (you can read in documentation that the component table is only to export the components) so do you know any way to do that? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is mandatoy to do that by BDC? I prefer other ways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx,&lt;/P&gt;&lt;P&gt;Manel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 17 May 2011 16:46:23 GMT</pubDate>
    <dc:creator>former_member582701</dc:creator>
    <dc:date>2011-05-17T16:46:23Z</dc:date>
    <item>
      <title>Change plan order components</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-plan-order-components/m-p/7840350#M1590857</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;We need to change (add and modify) the component list of a plan order. I see/tested that BAPI_PLANNEDORDER_CHANGE does not work for that (you can read in documentation that the component table is only to export the components) so do you know any way to do that? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is mandatoy to do that by BDC? I prefer other ways.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thx,&lt;/P&gt;&lt;P&gt;Manel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2011 16:46:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-plan-order-components/m-p/7840350#M1590857</guid>
      <dc:creator>former_member582701</dc:creator>
      <dc:date>2011-05-17T16:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: Change plan order components</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-plan-order-components/m-p/7840351#M1590858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If I'm not mistaken, the components are actually stored as reservations. So you will have to change the related reservation. The reservation change BAPI has some restrictions however (for instance, it won't allow changing automatic reservations and the like, but this is off the top of my head so you'll need to check the specifics).&lt;/P&gt;&lt;P&gt;You will probably have to use a combination of function modules such as MB_READ_RESERVATION_HEADER, MB_CHANGE_RESERVATION and BAPI_TRANSACTION_COMMIT to do such a change if BAPI_RESERVATION_CHANGE doesn't work out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2011 18:38:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-plan-order-components/m-p/7840351#M1590858</guid>
      <dc:creator>Tamas_Hoznek</dc:creator>
      <dc:date>2011-05-17T18:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Change plan order components</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-plan-order-components/m-p/7840352#M1590859</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tamas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thx for your answer.&lt;/P&gt;&lt;P&gt;Yes, I was already investigating in this direction but it is a joke that you have BAPI_RESERVATION_CREATE and BAPI_RESERVATION_DELETE but you we don't have one to change &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;I will check the other fm you have told me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thx&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 May 2011 18:45:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-plan-order-components/m-p/7840352#M1590859</guid>
      <dc:creator>former_member582701</dc:creator>
      <dc:date>2011-05-17T18:45:36Z</dc:date>
    </item>
    <item>
      <title>Re: Change plan order components</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/change-plan-order-components/m-p/7840353#M1590860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;MB_CHANGE_RESERVATION works &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;change_resb = 'X' to change any item&lt;/P&gt;&lt;P&gt;new_resb = 'X' to add new items&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;xresb with modified items&lt;/P&gt;&lt;P&gt;xresbn with new items&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 May 2011 08:11:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/change-plan-order-components/m-p/7840353#M1590860</guid>
      <dc:creator>former_member582701</dc:creator>
      <dc:date>2011-05-18T08:11:25Z</dc:date>
    </item>
  </channel>
</rss>

