<?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/5679686#M1291114</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Call BAPI_TRANSACTION_COMMIT function module after the BAPI_ALM_ORDER_MAINTAIN. This saves data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 26 May 2009 13:16:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-05-26T13:16:55Z</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/5679685#M1291113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;I am trying to use BAPI_ALM_ORDER_MAINTAIN to create components in a service order.&lt;/P&gt;&lt;P&gt;It is giving message, "BAPI saved, but the components are not created. Please let me know where I am going wrong.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the core code as below.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_method-refnumber = '000001'.&lt;/P&gt;&lt;P&gt;wa_method-objecttype = 'COMPONENT'.&lt;/P&gt;&lt;P&gt;wa_method-method = 'CREATE'.&lt;/P&gt;&lt;P&gt;wa_method-objectkey = '000076700030'.&lt;/P&gt;&lt;P&gt;APPEND wa_method TO gi_method.&lt;/P&gt;&lt;P&gt;CLEAR : wa_method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;wa_method-refnumber = '000001'.&lt;/P&gt;&lt;P&gt;wa_method-method = 'SAVE '.&lt;/P&gt;&lt;P&gt;wa_method-objectkey = '000076700030'.&lt;/P&gt;&lt;P&gt;APPEND wa_method TO gi_method.&lt;/P&gt;&lt;P&gt;CLEAR : wa_method.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The tables gi_header, gi_comp, gi_comp_up and gi_header are filled with required values.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'BAPI_ALM_ORDER_MAINTAIN'&lt;/P&gt;&lt;P&gt;  TABLES&lt;/P&gt;&lt;P&gt;    it_methods                  = gi_method&lt;/P&gt;&lt;P&gt;    IT_HEADER                = gi_header&lt;/P&gt;&lt;P&gt;    IT_COMPONENT         = gi_COMP1[]&lt;/P&gt;&lt;P&gt;    IT_COMPONENT_UP   = gi_COMP_UP[]&lt;/P&gt;&lt;P&gt;    return                          = gi_return.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; regards,&lt;/P&gt;&lt;P&gt;Vishnu Priya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2009 13:14:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-order-maintain/m-p/5679685#M1291113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-26T13:14:37Z</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/5679686#M1291114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Call BAPI_TRANSACTION_COMMIT function module after the BAPI_ALM_ORDER_MAINTAIN. This saves data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 May 2009 13:16:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-order-maintain/m-p/5679686#M1291114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-05-26T13:16:55Z</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/5679687#M1291115</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 want to create workorder by using BAPI .I am using this bapi -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&lt;STRONG&gt;(BAPI_ALM_ORDER_MAINTAIN)&lt;/STRONG&gt;  i don't no exactly what are the fields we have to fill .but i filled the fields in &lt;STRONG&gt;IT_HEADER&lt;/STRONG&gt; and click on execute button.then it is showing error msg in return&lt;/P&gt;&lt;P&gt;can u plz tell me how to create and what are the fields to fill in the fields &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the erroe msg is-----&lt;STRONG&gt;BAPI CALL MUST HAVE A SAVE OR DIALOG METHOD&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&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;Manohara Reddy&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 17 Aug 2009 06:07:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-alm-order-maintain/m-p/5679687#M1291115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-17T06:07:10Z</dc:date>
    </item>
  </channel>
</rss>

