<?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_ALM_ORDER_MAINTAIN in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-order-maintain/m-p/2062162#M426365</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As you can see in my post above, I am passing the SAVE option in my IT_METHODS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have used this BAPI before, can you give me an example on how the parameters need to be passed? That might help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Nagesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 Mar 2007 20:01:26 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-13T20:01:26Z</dc:date>
    <item>
      <title>BAPI_ALM_ORDER_MAINTAIN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-order-maintain/m-p/2062158#M426361</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am trying to use BAPI_ALM_ORDER_MAINTAIN to change the Profit Center on a pre-existing PM order. I understand this BAPI does what a BDC would do, on the IW32 transaction. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I went through the documentation in the BAPI, but that does not help me. Can anybody give me a simple example of how the parameters need to be passed in IT_METHODS and IT_HEADER to succesfully change the profit center on the PM order?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your time and effort are sincerely appreciated!&lt;/P&gt;&lt;P&gt;Nagesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 18:51:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-order-maintain/m-p/2062158#M426361</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-13T18:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ALM_ORDER_MAINTAIN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-order-maintain/m-p/2062159#M426362</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check this thread -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="2987112"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward all helpful replies.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 18:53:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-order-maintain/m-p/2062159#M426362</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-03-13T18:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ALM_ORDER_MAINTAIN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-order-maintain/m-p/2062160#M426363</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Amit, &lt;/P&gt;&lt;P&gt;I had a look at this thread before posting this query. I tried a few different combinations on this BAPI, right now I am passing values into my function module this way:&lt;/P&gt;&lt;P&gt;1. IT_METHODS&lt;/P&gt;&lt;P&gt;REFNUM OBJECTTYPE                       METHOD                           OBJECTKEY                                                                                &lt;/P&gt;&lt;P&gt;000001 HEADER                           SAVE                             001000273511&lt;/P&gt;&lt;P&gt;000001 HEADER                           CHANGE                           001000273511&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. In my IT_HEADER&lt;/P&gt;&lt;P&gt;ORDERID      ORDERTYPE PLANT PROFIT_CTR&lt;/P&gt;&lt;P&gt;                      &lt;/P&gt;&lt;P&gt;1000273511   PM01             5019    A0045&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am getting this Error Message in IT_RETURN                                                                                &lt;/P&gt;&lt;P&gt;E IWO_BAPI2            119 BAPI call-up must have a SAVE or DIALOG method &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Nagesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 19:08:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-order-maintain/m-p/2062160#M426363</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-13T19:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ALM_ORDER_MAINTAIN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-order-maintain/m-p/2062161#M426364</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you have to maintain IT_METHODS table for one of these two value -&lt;/P&gt;&lt;P&gt;SAVE Save all data&lt;/P&gt;&lt;P&gt;DIALOG Call-up dialog. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check Documentation for the two values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Amit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 19:14:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-order-maintain/m-p/2062161#M426364</guid>
      <dc:creator>amit_khare</dc:creator>
      <dc:date>2007-03-13T19:14:51Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI_ALM_ORDER_MAINTAIN</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-order-maintain/m-p/2062162#M426365</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As you can see in my post above, I am passing the SAVE option in my IT_METHODS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have used this BAPI before, can you give me an example on how the parameters need to be passed? That might help. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks, &lt;/P&gt;&lt;P&gt;Nagesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 Mar 2007 20:01:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-order-maintain/m-p/2062162#M426365</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-13T20:01:26Z</dc:date>
    </item>
  </channel>
</rss>

